Send Status Display command for the Send system

You can check the Send status of the Send system by submitting the command on the console.

(1) Send Status Display Command

F  Job name of Send program,DISPLAY

(2) Display Example

Conventional message

XR0012 DISPLAY COMMAND ACCEPTED                            
XR0013 FILEID=FILE0001,HOST=ZOS13,RECCNT=7,DTLEN=560,NO=43  .... 1) 
XR0013 FILE=HULFT.DATA.SND                          ............ 1)

1) This line shows the Send status.

FILEID=XXXXXXXX

This string shows the file ID (first 8 bytes) of the Send file.

For the Send status for instant transfer, "_INSTANT" is output as the file ID.

HOST=XXXXXXXX...XXX

This string shows the name of the host on the receiving side (up to 50 bytes).

RECCNT=9999999

This value shows the record count of the data that is currently being sent.

DTLEN=9999999999999999

This value shows the byte count of the data that is currently being sent.

NO=99999...999

This string shows the Send SEQ No.

FILE=XXXX....XXX

This value shows the data set name of the send file (within 44 bytes).

Enhanced message

XR0012 DISPLAY COMMAND ACCEPTED         
XR8013 RECCNT=4,DTLEN=320,NO=1      ............................ 1) 
XR8013 F=FILE00018TOKYO8TO8NAGOYA   ............................ 1) 
XR8013 H=ZOS13                      ............................ 1) 
XR8013 FILE=HULFT.DATA.SND          ............................ 1)

1) This line shows the Send status.

RECCNT=9999999

This value shows the record count of the data that is currently being sent.

DTLEN=9999999999999999

This value shows the byte count of the data that is currently being sent.

NO=99999...999

This string shows the Send SEQ No.

F=XXXXXXXX...XXX

This string shows the file ID (up to 50 bytes) of the Send file.

For the Send status for instant transfer, "_INSTANT_TRANSFER_" is output as the file ID.

H=XXXXXXXX...XXX

This string shows the name of the host on the receiving side (up to 50 bytes).

FILE=XXXX....XXX

This value shows the data set name of the send file (within 44 bytes).

For details on conventional messages and enhanced messages, refer to the description of the Console Message Output Option (CNSSELECT) in Administration Manual.