On Wed, 31 Aug 2022 13:22:28 -0500, Matthew Stitt wrote:

>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')  
>
Show the next line in your SYSTSIN.  It probably matters.  The Ref. says:

    RECEIVE command prompt parameters
        After describing each file, the RECEIVE command prompts for overriding 
parameters.
        These parameters are all optional and control the restoring of the data 
set. Parameters
        not specified are allowed to default or are taken from information 
transmitted with the data.
        The optional parameters are shown below.

"parameters are all optional".  So it's permitted to provide no parameters.  In 
that case,
does RECEIVE expect an empty line in response to the prompt?  What is the 
effect if
there is no such line?

Most users will choose to specify DSNAME rather than taking the default.

-- 
gil

----------------------------------------------------------------------
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