Modification of the HULFT Management Console command procedure

Modify the contents of the HULFT member in the HULFT parameter library according to the installation environment.

[Example of modification of command procedure]

PROC 0 
CONTROL FLUSH MSG LIST 
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) 
END

File Name

Value

Description

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.

 

Note
  • 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, the internal reader must have the authority to execute JES commands.

    If it does not have the authority to execute JES commands, refer to the explanation on Request Issuance through Jobs in 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).