Unable to execute a JCL on z/OS side
search cancel

Unable to execute a JCL on z/OS side

book

Article ID: 85261

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Error Message :
Inside the uproc's job log the following errors messages are displayed :
< Connection to z/OS node frsdimvs02 was lost. Trying to reconnect... < Fail to recover jobid . < Abort (Error -1240). < CR = 97 <

Patch level detected:Manager for MVS 3.0.00
Product Version: Dollar.Universe 6.0.0

Description :Configuration :
-------------------
DUAS 6.0.08 / UVMS 4.0.03 / UVC 4.0.04
Manager for z/OS 3.0.00 running on z/OS

Symptom :
--------------
Unable to execute a JCL (on z/OS side) in using DUAS 6.0.08 with the statement :

#!/bin/ksh
$UXEXE/uxstr mvs jcl="CDE.JCL(CDETES01)" account=CDE maxrc=04
CR=$?
echo "-> CR = " $CR
exit $CR

The uproc's launch will end in Aborted status.

Note that before to upgrade in DUAS 6.0.08, the same job worked fine.

Environment

OS: MVS
OS Version: z/OS 1.9 and beyond.

Cause

Cause type:
Configuration
Root Cause: This is a compatibility issue between the different versions of Dollar Universe 6.0.X and the Manager for z/OS v3.0.00 & v3.0.01.

Resolution

Please take in account before installing:
z/OS 3.0.00 or z/OS 3.0.01 :

> Manager for z/OS 3.0.00 :
ONLY compatible up to Dollar Universe 6.0.06 version.

> Manager for z/OS 3.0.01 :
ONLY compatible starting from Dollar Universe 6.0.07 version.

Fix Status: No Fix

Additional Information

Workaround :
N/A