Locating and Loading Execs

About this task

The following rules are used to locate and load an exec into storage so it can be started:
  1. Execs loaded into storage using EXECLOAD are searched and if the exec is found, the EXECLOADed copy is used.
  2. The user's current RFS directory, as defined by the REXX/CICS CD command, is searched. If found, the exec is loaded and started.
  3. The user's path, as defined by the REXX/CICS PATH command, is searched. If found, the exec is loaded and started.
  4. If the user is an authorized user, VSE Librarian sublibraries specified on the SETSYS AUTHCLIB command are searched. If the exec is found, it is loaded and started.
  5. VSE Librarian sublibraries specified on the SETSYS AUTHELIB command are searched. If the exec is found, it is loaded and started.
  6. Finally, members with a member type of PROC in sublibraries defined in the LIBDEF PROC search chain for the CICS TS partition are searched.

Task Task

Feedback


Timestamp icon Last updated: Tuesday, 7 January 2014


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