Receive Management Information List Output
You can output a list of registered records of the Receive Management Information by using batch processing.
Receive Management Information List Output Program (XRRCVLST)
Program Name
XRRCVLST
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 :
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. |
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 Receive Management Information as a list.
FILE-ID=File ID 1[-File ID 2]
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 relevant records of the Receive Management Information for the defined File ID1 or for the range from File ID1 to File ID2.
To output all records of the Receive Management 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 Receive Management Information as a list:
//XRRCVLST JOB CLASS=A,MSGCLASS=B //XRRCVLST EXEC PGM=XRRCVLST //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 //XRPRINT DD SYSOUT=* //SORTWK01 DD UNIT=SYSDA,SPACE=(CYL,(3,1)) //SYSOUT DD SYSOUT=* //XRCRD DD * FILE-ID=LOOPTEST FILE-ID=S0000003-S0000005 //
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 Receive Management Information list
***** RECEIVE INFORMATION TABLE ***** 2015.12.01 20:04 PAGE: 1 FILE ID : FILE00018TOKYO8TO8NAGOYA FILE INFORMATION COMMENT : TRANSFER TOKYO TO NAGOYA HOST FILE : HULDATA.V800PSW.RCV2 VOLUME NO : TEST03 REC-FM : F CYL(0005,0003) REC-LEN : 00080 BLOCK LEN : 00800 RCV MODE : REP ABNORMAL : DELETE RCV TYPE: SINGLE WORK-VOL : NORMAL JOBID : JOB ABNORMAL JOBID : CATALOG : C VOL-TYPE : S EBCDIC SET : AUTO RECEIVE COMPLETION NOTICE : T MFRCVORG : RCV UNIT : VSEQNO : PRINT-CNTL : STORAGE CLASS: MANAGEMENT CLASS : DATA CLASS : RCV-RDW : NO DATAVERIFY : NO TRANSMISSION SERVER (GRP0018TO8NAGOYA ) : ZOS13
<Explanation of Each Field>
- FILE ID
-
This field shows the file ID of the record of the Receive Management Information that is output as a list.
- COMMENT
-
This field shows the comment of the Receive file.
- HOST FILE
-
This field shows the data set name of the Receive file that is stored on a mainframe.
- VOLUME NO
-
This field shows the serial number of the volume that stores the data set whose name is shown in the HOST FILE.
- REC-FM
-
This field shows the record format and the space capacity (the space unit, the default value, and the secondary extent) of the data set whose name is shown in the HOST FILE.
- REC-LEN
-
This field shows the record length of the data set whose name is shown in the HOST FILE.
- BLOCK LEN
-
This field shows the block size of the data set whose name is shown in the HOST FILE.
- RCV MODE
-
This field shows the registration mode of the Receive file.
- ABNORMAL
-
This field shows the Receive file recovery for when the Receive processing fails.
- RCV TYPE
-
This field shows the receive mode for the Receive file.
- WORK-VOL
-
This field shows the serial number of the volume that stores temporary files when the receive mode is Multiple Receive.
- NORMAL JOBID
-
This field shows the ID (job ID) that is registered for the job that HULFT activates when the Receive processing ends successfully.
- ABNORMAL JOBID
-
This field shows the ID (job ID) that is registered for the job that HULFT activates when the Receive processing ends unsuccessfully.
- CATALOG
-
This field shows the catalog management method for the Receive file.
- VOL-TYPE
-
This field shows the number of volumes for the Receive file.
- EBCDIC SET
-
This field specifies the Type-EBCDIC Code Set of the local host that is used for the conversion of single byte code.
- RECEIVE COMPLETION NOTICE
-
This field shows the Receive Completion Notification to be sent to the host on the sending side.
- MFRCVORG
-
This field shows the selection of attributes of the Receive file.
- UNIT
-
This field shows the name of the unit that stores the Receive file.
- VSEQNO
-
This field shows the sequence number on the tape volume that stores the Receive file.
- PRINT-CNTL
-
This field shows the selection of the print format file.
- STORAGE CLASS
-
This field shows the storage class that is assigned to the Receive file.
- MANAGEMENT CLASS
-
This field shows the management class that is assigned to the Receive file.
- DATA CLASS
-
This field shows the data class that is assigned to the Receive file.
- RCV-RDW
-
This field shows whether or not to carry out receiving with RDW.
- DATAVERIFY
-
This field shows whether or not to verify the data of the Receive file.
- TRANSMISSION SERVER
-
This field shows the ID (transfer group ID) for which the destination host is registered when you execute the Send Request, as well as the actual destination host.