How do I correct an 0C1 abend in program CAJCIFC0 when performing a Scheduler Job Management 'RUN JOB' command?
search cancel

How do I correct an 0C1 abend in program CAJCIFC0 when performing a Scheduler Job Management 'RUN JOB' command?

book

Article ID: 11225

calendar_today

Updated On:

Products

APCDDS Automated Report Balancing

Issue/Introduction

How do I correct an 0C1 abend in program CAJCIFC0 when performing a Scheduler Job Management 'RUN JOB' command with APCDDS?



When I create an action that performs a  Scheduler Job Management 'RUN JOB' command I get the following:

  22 CATK0258 CATKFE EVAL TASK CONNECTION LOST, REPLY 'C' TO 
  CONTINUE OR 
  'A' TO ABORT 
  IEA995I SYMPTOM DUMP OUTPUT 583 
  SYSTEM COMPLETION CODE=0C1 REASON CODE=00000001 
  TIME=07.02.34 SEQ=00097 CPU=0000 ASID=003F 
  PSW AT TIME OF ERROR 070D1C00 00046BE8 ILC 2 INTC 01 
    ACTIVE LOAD MODULE ADDRESS=00043250 OFFSET=00003998 
    NAME=CAJCIFC0 

Environment

Release: APCDDS00200-1.1-APCDDS-Automated Report Balancing
Component:

Resolution

Product tasks for Datacom/AD, APCDDS Automated Report Balancing and Scheduler Job Management are up and running.

 

Add the Scheduler DD statements listed below to the APCDDS PROC.

 

    //CAIJTRK DD DSN=dsn-Scheduler tracking file 
//CAIJMST DD DSN=dsn-Scheduler master file.
//CAIJSTG DD DSN=dsn-Scheduler staging

The S0C1 abend is caused by the program not allocating the correct files and failing
in an OPEN process.