Modification of the HULFT environment command procedure
You must place the HULFT load module library that is used by the HULFT Management Console and the Instant Transfer Send File Issuance command at the top of the search order.
Modify the contents of the 'HULENV' member of HULFT environment command procedure in HULFT parameter library, and store the procedure in the library that is set for the SYSPROC parameter with a name of your choice.
[Example command procedure]
PROC 0 TSOLIB ACTIVATE DSNAME('HULFT.LOAD') CONTROL NOMSG FREE F(XRHULINS) CONTROL MSG ALLOC F(XRHULINS) DA('HULFT.PARMLIB(HULPRM)') SHR END
File Name |
Value |
Description |
---|---|---|
DSNAME |
HULFT.LOAD |
HULFT load module library |
XRHULINS |
HULFT.PARMLIB(HULPRM) |
System Environment Settings File |
When you issue the FREE ALL command, allocated files are released. Perform file allocation again.
When you use the HULFT Management Console or the Instant Transfer Send File Issuance command in multiple instances of HULFT, you must create a command procedure for each environment.
Perform either of the following operations to differentiate the use of each command procedure that you created.
-
Modify the name of the procedure stored in the library that is set for the SYSPROC parameter
-
Use the ALTLIB command to modify the command library
For details about the ALTLIB command, refer to TSO/E Command Reference.