Update CICS Initialization JCL

REXX must be able to access sublibrary-resident EXECs through the search chain of either a LIBDEF PROC or a LIBDEF * statement. Either add a LIBDEF statement, or modify an existing one to include the sublibrary that contains the PROCs copied in the earlier step. You may now add the sublibraries that contain the user EXECs, for example,

// LIBDEF PROC,SEARCH=(PRD2.CONFIG)

If you fail to make your chosen sublibraries available to resolve requests for executing the sublibrary-resident execs, any REXX transaction will give the message:

CICREX490E Error 48 running CICSTART EXEC: Failure in system service

If the DSNAME and CATNAME parameters are removed from the supplied CSD file definitions for the RFS, appropriate DLBL statements are required in the initialization JCL.


Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 7 January 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.rexx.doc//dfhrx/uci.html