Host Information List Output

You can output a list of registered records of the Host Information by using batch processing.

Host Information List Output Program (XRHSTLST)

Program Name

XRHSTLST

XRSYSIN Definition Card

This card defines the System Environment Settings of HULFT system. For details on the definitions, refer to the following:

HULFT10 for zOS Administration Manual : Explanation of each field

Format of definition card

OPLSELECT=Operation Log Output Option (*1) 
DATEFMT=Date Format 
HULCHARSET=HULFT Character Set

*1

:

When you use the operation log output function, you must include definitions related to operation logs. For details, refer to Definitions for operation logs.

Execution parameters (for EXEC statement)

[DETAIL]

DETAIL

Define this parameter to output all records of the Host Information.

Defaulting this parameter displays only the following fields in the Host Information:

  • Host Name

  • Host Type

  • Code Set for Transfer

  • Receive Port No.

  • Observe Port No.

XRCRD Definition Card

You can define up to 100 definition cards.

The following shows the format of the definition card for outputting the records of the Host Information as a list:

HOST-ID=Host Name 1[-Host Name 2]

= Remarks =

If the definition card spans two lines, use the following method to define the definition card:

  • Describe the first line up to column 71 and then insert a hyphen (-) in column 72. Describe the second line starting in column 1.

The program outputs a list of the records of the Host Information for the defined Host name 1 or for the range from Host name 1 to Host name 2.

To output all records of the Host Information as a list, define 'DUMMY' for the XRCRD definition card.

Example of JCL

The following shows an example of JCL for outputting the records of the Host Information as a list:

//XRHSTLST JOB  CLASS=A,MSGCLASS=B                                              
//XRHSTLST EXEC PGM=XRHSTLST                                                    
//STEPLIB  DD   DSN=HULFT.LOAD,DISP=SHR                                         
//XRFILE   DD   DSN=HULFT.FILE,DISP=SHR                                         
//XRHOST   DD   DSN=HULFT.HOST,DISP=SHR                                         
//XRSYSIN  DD   DSN=HULFT.PARMLIB(HULPRM),DISP=SHR                              
//SORTWK01 DD   UNIT=SYSDA,SPACE=(CYL,(3,1))                                    
//XRPRINT  DD   SYSOUT=*                                                        
//SYSOUT   DD   SYSOUT=*                                                        
//XRCRD    DD   *                                                               
HOST-ID=HOST01                                                                  
HOST-ID=PC02                                                                    
//                                                                              

DD Name

Value

Description

STEPLIB

HULFT.LOAD

HULFT load module library

XRFILE

HULFT.FILE

Send and Receive Management File

XRHOST

HULFT.HOST

Host Information File

XRSYSIN

HULFT.PARMLIB(HULPRM)

System Environment Settings File

Parameter Name

Value

Description

UNIT

SYSDA

UNIT

Display example of Host Information list (simplified information output)

                                                 *****   HOST INFORMATION TABLE   *****                          2017.12.29  16:45     
                                                                                                                         PAGE:   1     
                                                                                  CODE SET FOR   DESTINATION         DESTINATION       
            HOST-NAME                                              HOST-TYPE      TRANSFER       RECEIVE-PORT-NO     SERVICE-PORT-NO   
                                                                                                                                       
            ZOS13                                                  MAIN-FRAME     IBM KANJI      30000               31000             

<Explanation of Each Field>

HOST-NAME

This field shows the host name of each record of the Host Information that is output as a list.

HOST-TYPE

This field shows the host type of the relevant host.

CODE SET FOR TRANSFER

This field shows the character code type of the relevant host.

DESTINATION-RECEIVE-PORT-NO

This field shows the Receive port number of the relevant host.

DESTINATION-SERVICE-PORT-NO

This field shows the observe port number of the relevant host.

Display example of Host Information list (detailed information output)

                     *****   HOST INFORMATION TABLE   *****                                                      2017.12.29  16:38     
                                                                                                                         PAGE:   1     
     HOST    : ZOS13                                                                                                                   
     COMMENT : MAINFRAME TOKYO                                                                                                         
               HOSTTYPE                : MAIN-FRAME                                                                                    
               CODE SET FOR TRANSFER   : IBM KANJI                                                                                     
               STANDARD FOR JAPANESE   : 83                                                                                            
               RCVPORT        : 30000     REQPORT      : 31000                                                                         
               SENDPERMIT     : YES       CONNECTTYPE  : LAN                                                                           
               HULJOBPERMIT   : YES       HOSTSPSNUM   : 000                                                                           
               HULSNDRCPERMIT : YES       USRNOTIFY    : NO                                                                            
               HULRJOBPERMIT  : YES       HUL7MODE     : NO                                                                            
               ALLOWINSTTRANS : YES
               <<NETWORK CONNECT>>                                                                                                     
                    LOCAL-PROXY             :                                                                                          
                    LOCAL-PROXY-PORT        :                                                                                          
                                                                                                                                       

<Explanation of Each Field>

HOST

This field shows the host name of each record of the Host Information that is output as a list.

COMMENT

This field shows the comment of the relevant record.

HOSTTYPE

This field shows the host type of the relevant host.

CODE SET FOR TRANSFER

This field shows the character code type of the relevant host.

STANDARD FOR JAPANESE

This field shows the JIS Year of the character code that is specified for the relevant host.

RCVPORT

This field shows the Receive port number of the relevant host.

REQPORT

This field shows the observe port number of the relevant host.

SENDPERMIT

This field shows the Allow Send Request/Resend Request.

CONNECTTYPE

This field shows the connection type.

HULJOBPERMIT

This field shows the Allow to View Post-receive Job Result.

HOSTSPSNUM

This field shows the Send Process Multiplex Level by Host.

HULSNDRCPERMIT

This field shows the Allow to Notify Job Result.

USRNOTIFY

This field shows the Notify User Details.

HULRJOBPERMIT

This field shows the Allow to Execute Remote Job.

HUL7MODE

This field shows HULFT7 communication mode.

ALLOWINSTTRANS

This field shows the Allow Instant Transfer.

LOCAL-PROXY

This field shows the Proxy Server Name.

LOCAL-PROXY-PORT

This field shows the Proxy Port No.