RC 68(001) in a Datacom batch job
search cancel

RC 68(001) in a Datacom batch job

book

Article ID: 33321

calendar_today

Updated On:

Products

Datacom DATACOM - AD Datacom/AD Datacom/DB

Issue/Introduction

A Datacom batch job is failing with Datacom RC 68(001) and the following messages:

DB00121I - UNAVAILABLE - mufname
DB00122I - ACCESS TYPE - LOCAL    TASKS=1
DB00123I - WAITING FOR MUF AVAILABILITY
DB00124W - REMAINING DELAY68 TIME -    2 MINUTES
DB00124W - REMAINING DELAY68 TIME -    1 MINUTES
DB00501E - OPEN ERROR - RETURN CODE 68 (001) CXX=                    MUFNAME=mufname
DB10045E - ABNORMAL TERMINATION DUE TO ERROR(S)
IEF450I jobname stepname - ABEND=S000 U0004 REASON=00000000  692

Cause

The submitted job was executing on a different lpar in the SYSPLEX than the one on which the Datacom Multi-user (MUF) was running and enabled.

In this installation, it was intended that all jobs be restricted to be run on the same LPAR as the MUF and the use of XCF was not desired. 

Resolution

Add JCL /*JOBPARM statement with SYSAFF= parameter to ensure the conversion and execution of the job will be done on a specific LPAR.  

If submitting the job from a remote LPAR, supply the specific execution LPAR identity:

   /*JOBPARM SYSAFF=lpar-to-execute

When the job is submitted from the same LPAR as the MUF, add SYSAFF=* to force execution on the submit LPAR:

   /*JOBPARM SYSAFF=*