CADS012E CADDSPLI Unsupported release/level of JES
search cancel

CADS012E CADDSPLI Unsupported release/level of JES

book

Article ID: 16218

calendar_today

Updated On:

Products

Dispatch Output Mgmt

Issue/Introduction

You've installed the required CA Dispatch z/OS compatibility apars but upon starting up the CADDSPL and Dispatch environments, you receive a "CADS012E CADDSPLI Unsupported release/level of JES" error message.



How can we resolve this problem?

Environment

Release: DISPAX00200-11.7-Dispatch
Component:

Resolution

After applying the CA Dispatch required z/OS compatibility maintenance apars, moving the updated code into the appropriate libraries, and performing an LLA REFRESH if the load library is in LINKLIST or otherwise recognized by LLA, try executing the following process often referred to as the SVC REDO procedure... 

 

SVCREDO PROCEDURE for CA Dispatch r11.7

------------------------------------------------------------------------- 

You need to remove the programs loaded into memory from the CAIRIM (CAS9) that was run at IPL time. 

 

To do this: 

* Make sure Dispatch and the CADDSPLx environment is DOWN first ! 

 

You can find SAMPLE JCL to perform the SVC REDO procedure in the CA-Dispatch CADSJCL library using member DSEXSTRT and modifying the DSLIST control member found in the CADSOPTN library. 

 

Delete the previously loaded modules by specifying the following input control parameter in the DSLIST member and submitting the DSEXSTRT job which executes CAS9: 

 

PRODUCT(CA-DISPATCH) VERSION(DSB0) INIT(DSINIT) PARM(CADDSNT,DELETE) 

 

Once you have done the above, please run the DSEXSTRT job (CAS9) one more time with only the following input control parameter coded in the DSLIST member: 

 

PRODUCT(CA-DISPATCH) VERSION(DSB7) INIT(DSINIT) 

 

This should reinitialize the CA-Dispatch SVC and reload the necessary CADDSPL related modules into memory. Verify that DSINIT gets RC=00 from the messages shown on the system log when DSEXSTRT (CAS9) runs. 

 

Look for the following messages for confirmation: 

CADS015I DSINIT Module CADDSNT at AEB0E000 added 

CADS015I DSINIT Module CADDMSG at B1B73000 added 

CADS015I DSINIT Module CADDMSGI at AEB11000 added 

CADS015I DSINIT Module CADDSPAU at A07EB0E8 added 

CADS015I DSINIT Module CADDSPOI at AEC1F410 added 

CADS015I DSINIT Module CADDTABU at AE81F000 added 

CADS014I DSINIT JESLIT value is: z/OS 1.12 

CADS004I CA-Dispatch SVC Initialization Successful 

CAS9130I - Module DSINIT complete, RC=00 

 

Then try starting the CADZSPLx task using the following start command: 

 

/S CADDSPLx,,,REINIT 

 

Once the CADZSPLx task starts successfully, then start CA Dispatch.