Error OPS3092H ISPT036 table in use during ISPSTART in OPS/MVS
search cancel

Error OPS3092H ISPT036 table in use during ISPSTART in OPS/MVS

book

Article ID: 448864

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

This error is occurring when running an OPS/REXX program that requires ISPF services on an OPSOSF server.

OPS3092H   ISPT036 Table in use    -/- TBOPEN issued for table ISPPROF that is in use, ENQUEUE failed.

Environment

OPS/MVS

Cause

Multiple OPSOSF servers or LPARs are attempting to allocate and open the same ISPPROF dataset concurrently, leading to an ENQUEUE failure.

Resolution

Review the ALLOCSPF REXX program (sample delivered in the CCLXSAMP library) to make sure it is allocating different ISPF profile datasets for each OPSOSF server.