IBM Sterling Connect:Direct: Run Task ends with 0000000C/SRTS008I on C:D zOS

From Wiki

I had a problem with Connect:Direct 6.1 for zOs that not run a RunTask DMRTSUB.

The error was 0000000C/SRTS008I can be translated as Return Code equals 12 (RC=12) and SRTS008I means that cannot run the runtask "DMRTSUB: INPUT OPEN ERROR".

To turn on tracing the first parameter should be set to -# when run DMRTSUB

RUNREXX  RUN TASK (PGM=DMRTSUB  -
         PARM=(                 -
                '-#'      - 
                'DSN=DES.JCL(REXX1),DISP=SHR',     -
                'P1 FRED'                           -
              )                 -
         )   PNODE

The trace output is written to the CDESTAE DD of the Connect:Direct DTF.

After running some tests on my system, the only way I could get this error RACF095I was when I did not have RACF access to the DSN in the DMRTSUB submit. So check to make sure that security allows the proper access to this dataset.

CSREVW Return and Reason Codes

Ver também