Notes

  1. The dirids and libraries can be intermixed in a single PATH statement.
  2. 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.
  3. 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.
  4. The PATH command is not cumulative, that is, the last PATH command replaces the previous PATH definition.
  5. If dirid or the library is not specified, the users current working path is retrieved and placed in the REXX special variable RESULT.
  6. If you receive a non-zero return code, the contents of the RESULT special variable are unpredictable.

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/dfhrx000464.html