Here is a snippet from my JCL:

//TSO     EXEC PGM=IKJEFT01,DYNAMNBR=20    
//SYSTSPRT DD  SYSOUT=*                    
//SYSPROC  DD  DSN=MSTITT.CLIST,DISP=SHR   
//SYSTSIN  DD  *                           
PROFILE NOPROMPT NOPREFIX                  
RECEIVE INDA('MSTITT.IBM.HHOP850.F1.BIN')  

On Wed, 31 Aug 2022 18:15:16 +0000, Seymour J Metz <sme...@gmu.edu> wrote:

>You put the necessary response in the stack. The details depend on whether you 
>are using CLIST or REXX.
>
>
>--
>Shmuel (Seymour J.) Metz
>http://mason.gmu.edu/~smetz3
>
>________________________________________
>From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
>Lennie Dymoke-Bradshaw [0000032fff1be9b4-dmarc-requ...@listserv.ua.edu]
>Sent: Wednesday, August 31, 2022 6:12 AM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Automation of the TSO RECEIVE command
>
>The TSO commands TRANSMIT and RECEIVE are very useful for moving data
>around, particularly as TRANSMIT produces an 80-byte LRECL which works
>easily with in-stream JCL.
>
>But has anyone worked out a reliable mechanism to automate the use of the
>RECEIVE command?
>
>It always issues queries to the user. How can the responses to these queries
>be simply handled?
>
>I feel sure someone has worked this out.
>
>
>Lennie Dymoke-Bradshaw
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to