About this task
The following rules are used to locate and load an exec into storage
so it can be started:
- Execs loaded into storage using EXECLOAD are searched and if the
exec is found, the EXECLOADed copy is used.
- The user's current RFS directory, as defined by the REXX/CICS
CD command, is searched. If found, the exec is loaded and started.
- The user's path, as defined by the REXX/CICS PATH command, is
searched. If found, the exec is loaded and started.
- 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.
- VSE Librarian sublibraries specified on the SETSYS AUTHELIB command
are searched. If the exec is found, it is loaded and started.
- Finally, members with a member type of PROC in sublibraries defined
in the LIBDEF PROC search chain for the CICS TS partition are searched.