Modification of the HULFT Management Console command procedure
Modify the contents of the HULFTL member in the HULFT parameter library to suit the installation environment, and store the procedure in the library that is set for the SYSPROC parameter with a name of your choice.
[Example of modification of command procedure]
PROC 0 CONTROL FLUSH MSG LIST ISPEXEC LIBDEF ISPMLIB DATASET ID('HULFT.MSG') ISPEXEC LIBDEF ISPPLIB DATASET ID('HULFT.PANEL') ALLOC F(XRFILE) DA('HULFT.FILE') SHR ALLOC F(XRHOST) DA('HULFT.HOST') SHR ALLOC F(XRLOG) DA('HULFT.LOG') SHR ALLOC F(XRLOG1) DA('HULFT.LOG.PATH1') SHR ALLOC F(XRLOG2) DA('HULFT.LOG.PATH2') SHR ALLOC F(XRQUE) DA('HULFT.QUEUE') SHR ALLOC F(XRSYSIN) DA('HULFT.PARMLIB(HULPRM)') SHR [ALLOC F(XREXTLIB) DA('HULFT.LOAD') SHR ] ALLOC F(IPGET) DA('HULFT.HOSTS.LOCAL') SHR ISPEXEC SELECT PGM(XRMENU2) FREE F(XRFILE XRLOG XRLOG1 XRLOG2 XRQUE XRHOST XRSYSIN [XREXTLIB] IPGET) ISPEXEC LIBDEF ISPMLIB DATASET ID() ISPEXEC LIBDEF ISPPLIB DATASET ID() END
File Name |
Value |
Description |
---|---|---|
ISPMLIB |
HULFT.MSG |
HULFT ISPF message library |
ISPPLIB |
HULFT.PANEL |
HULFT ISPF panel library |
XRFILE |
HULFT.FILE |
Send and Receive Management file |
XRHOST |
HULFT.HOST |
Host Information file |
XRLOG |
HULFT.LOG |
Send and Receive Log File ID Key File |
XRLOG1 |
HULFT.LOG.PATH1 |
Send and Receive Log Host Name Key File |
XRLOG2 |
HULFT.LOG.PATH2 |
Send and Receive Log Date Key File |
XRQUE |
HULFT.QUEUE |
Send Control File |
XRSYSIN |
HULFT.PARMLIB(HULPRM) |
System Environment Settings File |
XREXTLIB |
HULFT.LOAD |
HULFT load module library (*1) |
IPGET |
HULFT.HOSTS.LOCAL |
IP Management File |
*1 |
: |
When using custom character tables |
To use DNS to resolve names, refer to Definitions for use of the DNS or the TCP/IP hosts file.
-
To use custom character tables to execute code conversion, define the XREXTLIB.
Custom character tables that you define in the command procedure for the HULFT Management Console are effective only if all of the following conditions are fulfilled:
-
Issuing Send File on the HULFT Management Console
-
Specification of 'W' (Work File) for Transfer Mode (DIRECT) in the Send Management Information
-
Specification of 'S' (Sending Side) for Code Conversion (CODE-CONV) in the Send Management Information
For details about custom character tables, refer to Administration Manual.
-
-
If you issue requests on the HULFT Management Console, you must grant the authority to execute JES commands to the internal reader.
For details about the authority to execute JES commands, refer to Administration Manual.
-
When you specify Post-send Clear Mode (CLEARMODE) in the System Environment Settings, you must specify the same value as that specified for Post-send Clear Mode in the System Environment Settings when you run the Send program (XRSND).
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.