Send Management Information List Output
You can output a list of registered records of the Send Management Information by using batch processing.
Send Management Information List Output Program (XRSNDLST)
Program Name
XRSNDLST
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 Send 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 relevant records of the Send Management Information for the defined File ID1 or for the range from File ID1 to File ID2.
To output all records of the Send 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 Send Management Information as a list:
//XRSNDLST JOB CLASS=A,MSGCLASS=B //XRSNDLST EXEC PGM=XRSNDLST //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,2)) //XRPRINT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //XRCRD DD * FILE-ID=LOOPTEST //
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 Send Management Information list
***** SEND INFORMATION TABLE ***** 2015.12.01 19:48 PAGE : 1 FILE ID : FILE00018TOKYO8TO8NAGOYA FILE INFORMATION COMMENT : TRANSFER TOKYO TO NAGOYA HOST FILE : HULFT.V810IT.DATA1 VOLUME NO : CYL(0005,0003) BLOCK LEN : 00128 BLOCK NO : 001 COMP PREFERENCE : NO WORK VOLUME : UNIT COUNT : 001 USING FILE : DIRECT PRTY : 050 TRANSMISSION TYPE : TEXT TRANSMISSION INTERVAL : 00500 DATABASE ID : NORMAL JOBID : JOB ABNORMAL JOBID : PRE-JOBID : CODE CONVERT : S SEND FILE : KEEP EBCDIC SET : AUTO SHIFT CODE : CUT UNIT : VSEQNO : PAD : NO-CUT SND-RDW : NO TRANSMISSION SERVER (GRP0018TO8NAGOYA ) : ZOS13 FILE FORMAT INFORMATION (FMT0001 ) 1 81 131 +------+------+------+ | A | B | C | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +------+------+------+ |X/0080|N/0050|9/0010| +------+------+------+
<Explanation of Each Field>
- FILE ID
-
This field shows the file ID of the record of the Send Management Information that is output as a list.
- COMMENT
-
This field shows the comment of the Send file.
- HOST FILE
-
This field shows the data set name for the Send 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 and the capacity (the space unit, the default value, and the secondary extent) that is used when a work file is created.
- BLOCK LEN
-
This field shows the length of one block to be transferred.
- BLOCK NO
-
This field shows the number of blocks per transfer.
- COMP PREFERENCE
-
This field shows the compression type that is used when a file is transferred.
- WORK VOLUME
-
This field shows the serial number of the volume that is used when a Send work file is created.
- UNIT COUNT
-
This field shows the unit quantity of the volume in which a Send work file is created.
- USING FILE
-
This field shows the file transfer mode.
- PRTY
-
This field shows the transfer priority of the relevant file.
- TRANSMISSION TYPE
-
This field shows the transfer type of the file to be sent.
- TRANSMISSION INTERVAL
-
This field shows the interval between when HULFT has finished transferring a block and when HULFT begins transferring the next block.
- DATABASE ID
-
This field shows the ID (database ID) that is used when the sent data is loaded to a database.
- NORMAL JOBID
-
This field shows the ID (job ID) that is registered for the job that HULFT activates when the Send processing ends successfully.
- ABNORMAL JOBID
-
This field shows the ID (job ID) that is registered for the job that HULFT activates when the Send processing ends unsuccessfully.
- PRE-JOBID
-
This field shows the ID (job ID) that is registered for the job that HULFT activates before the Send processing starts.
- CODE CONVERT
-
This field shows the host on which HULFT carries out the code conversion of the Send file.
- SEND FILE
-
This field shows how HULFT handles the Send file when the Send processing ends successfully.
- EBCDIC SET
-
This field specifies the Type-EBCDIC Code Set of the local host that is used for the conversion of single byte code.
- SHIFT CODE
-
This field shows the shift code mode.
- UNIT
-
This field shows the name of the unit that stores the Send file.
- VSEQNO
-
This field shows the sequence number on the tape volume that stores the Send file.
- PAD
-
This field shows the handling of trailing spaces and NULLs (X'00') of the Send file.
- SND-RDW
-
This field shows whether or not to carry out sending with RDW.
- TRANSMISSION SERVER
-
This field shows the ID (transfer group ID) for which the send destination of the Send file is registered and the actual send destination.
- FILE FORMAT INFORMATION
-
This field shows the ID (format ID) for which the format of the Send file is registered and the format information.
- Start Position:
-
Start position of the relevant field
- Field Name:
-
Field name that is registered in the Format Information
- Type:
-
Type of data of the relevant field
- Byte Count:
-
Byte count of the relevant field