Notes
- The dirids and libraries can be intermixed in a single
PATH statement.
- A very long PATH directory list can be created by concatenating
strings together into a variable, and then specifying this variable
on the PATH command.
- PATH command definitions are not carried across CICS restarts.
To permanently change a PATH definition, insert a PATH command into
your PROFILE exec in the base directory for your user ID.
- The PATH command is not cumulative, that is, the last PATH command
replaces the previous PATH definition.
- If dirid or the library is not specified, the users current
working path is retrieved and placed in the REXX special variable
RESULT.
- If you receive a non-zero return code, the contents of the RESULT
special variable are unpredictable.