CAS9034E - FUNCTION(RESCHECK) CLASS SPECIFIED IS NOT DEFINED for Scheduler
search cancel

CAS9034E - FUNCTION(RESCHECK) CLASS SPECIFIED IS NOT DEFINED for Scheduler

book

Article ID: 135315

calendar_today

Updated On:

Products

Scheduler Job Management

Issue/Introduction

When adding or re-running an ad hoc job in Scheduler, the following error message is received in the Scheduler STC job log:  

CAS9034E  FUNCTION(RESCHECK) CLASS SPECIFIED IS NOT DEFINED.

 

The security environment is RACF.

Environment

Release : 11.0

Component : Scheduler Job Management

RACF

Cause

Security setup for the  Scheduler RACF Interface has not been completed.  To determine the CLASS that is not specified, run the Scheduler diagnostic trace.

 

1.  Set the trace:

      Enter "CAISUPT SET=02" from  Scheduler ISPF Free Form  Command (option 1.4) or run the following batch job:

  // EXEC CAJUTIL0 

  //SYSIN DD *       

  CAISUPT SET=02  

  /*  

 

2.  Reproduce the error.   The trace will be written to the Scheduler STC job log when the problem is encountered.

 

3.  To reset the trace:

     Enter "CAISUPT RESET=02" from Scheduler ISPF Free Form  Command (option 1.4) or run the following batch job:

     // EXEC CAJUTIL0  

  //SYSIN DD *  

  CAISUPT RESET=02  

  /*                              


 
            

Resolution

 

1. Review the trace output in the  Scheduler STC job log.  Sample trace display: 

 

14.00.26 STC24950 CAJSMSG0 (CAOMS ) FUNC=RESCHECK CLS=SUBMIT FLGS=00 ATTR=*BLANK ENTY=<name>   

14.00.26 STC24950 CAJSMSG0 (CAOMS ) SAFC RC=00 DRC=00 RACC=00 AACC=00 FLGS=00  

14.00.26 STC24950 CAS9034E - FUNCTION(RESCHECK) CLASS SPECIFIED IS NOT DEFINED                                                      

 

The class in question is the SUBMIT class. 

 

2. Activate the SUBMIT class by adding it to the RACF Class Descriptor Table.

 

Reference:

Bookshelves for Scheduler Job Management for z/OS

See the Interface Reference Guide, Chapter 3.5 Interface with RACF.  Look for section 3.5.2 Implementation Notes and 'Class Descriptor Table".