Scheduler error message CACM269E ERROR COPYING JSD TO ASD
search cancel

Scheduler error message CACM269E ERROR COPYING JSD TO ASD

book

Article ID: 205911

calendar_today

Updated On:

Products

Scheduler Job Management

Issue/Introduction

Scheduler command RUN SCHEDULE NAME=sname generated the following errors: 

CACM269E myjob-01 sname ERROR COPYING JSD TO ASD
CACM196E UNEXPECTED CODE FROM DATACOM 14 (048)

Cause

The Datacom error "CACM196E UNEXPECTED CODE FROM DATACOM 14 (048)" indicates a record not found condition.  This return code can occur if the index got out of sync or is corrupted.

Resolution

Rebuild the Index area. 

Procedures:

1.  Ensure that all users have logged off Scheduler.  The Datacom console command /F mufname,STATUS may be issued to display active users/tasks.

2.  Shutdown the Scheduler started task.  (Note: Datacom MUF must remain active.)

3.  Rebuild the Index area:

//INITLOAD EXEC PGM=DBUTLTY,REGION=4M                
//STEPLIB  DD   DISP=SHR,DSN=your.cai.datacom.CUSLIB 
//         DD   DISP=SHR,DSN=your.cai.datacom.CAILIB 
//SYSPRINT DD   SYSOUT=*                             
//CXX      DD   DISP=SHR,DSN=your.cai.datacom.CXX    
//SORTWK01 DD   UNIT=SYSDA,SPACE=(CYL,(x,y))         
//SORTWK02 DD   UNIT=SYSDA,SPACE=(CYL,(x,y))         
//SORTWK03 DD   UNIT=SYSDA,SPACE=(CYL,(x,y))         
//SYSIN    DD   *                                    
 COMM OPTION=CLOSE,DBID=430                          
 ACCESS STATUS=OFF,DBID=430,USERS=FAIL               
 INIT AREA=IXX,DBID=430                              
 RETIX DBID=430,OPTIMIZE=YES,SORT=99000000           
 ACCESS STATUS=WRITE,DBID=430                        
/*