Send Request (file transfer started from the receiving side)

Modify the entries in the member name 'XRRCVREQ' in HULFT JCL Library that are shown in italics in the JCL example shown below, and execute the Send Request.

Confirm that the job ends successfully.

If an error occurs, refer to the explanation of the Send Request messages in Error Codes and Messages to confirm the details of the error message output to SYSOUT, and take the appropriate measures for the cause of the error.

[Example of JCL]

//XRRCVREQ JOB  CLASS=A,MSGCLASS=B                                              
//*===================================================*                         
//*==      RECEIVE REQUEST <<XRRCVREQ>>             ==*                         
//*===================================================*                         
//XRRCVREQ EXEC PGM=XRRCVREQ,REGION=4096K                                       
//STEPLIB  DD   DSN=HULFT.LOAD,DISP=SHR                                         
//XRSYSIN  DD   DSN=HULFT.PARMLIB(HULPRM),DISP=SHR                              
//XRFILE   DD   DSN=HULFT.FILE,DISP=SHR                                         
//XRHOST   DD   DSN=HULFT.HOST,DISP=SHR                                         
//IPGET    DD   DSN=HULFT.HOSTS.LOCAL,DISP=SHR                                  
//*SYSTCPD  DD   DSN=TCPIP.V3R4.TCPIP.DATA,DISP=SHR                             
//SYSOUT   DD   SYSOUT=*                                                        
//XRCARD   DD   *                                                               
    LOOPTEST,ZOS                                                                
//                                                                              

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

IPGET

HULFT.HOSTS.LOCAL

IP Management File

[Example of execution results for Send Request program (XRRCVREQ) (job log excerpt)]

                      J E S 2   J O B  L O G  
                                                                              
IEF142I XRRCVREQ XRRCVREQ - STEP WAS EXECUTED - COND CODE 0000 
******************* Bottom of data ***************-CAPS OFF-**