Here is what I do.  I preallocate the PDS that I will load.

//UPDATE  EXEC PGM=IEBUPDTE,PARM=MOD                       
//SYSPRINT DD SYSOUT=*                                     
//SYSUT1   DD DISP=SHR,DSN=MY.OUTPUT.PDS
//SYSUT2   DD DISP=SHR,DSN=MY.OUTPUT.PDS
//SYSIN    DD DISP=SHR,DSN=MY.INPUT.CONTROL.CARDS      

Then I use the above JCL to load the file with IEBUPDTE control cards.

The SYSUT1 and SYSUT2 point to the new PDS I just created.
The SYSIN points to my Input control cards for IEBUPDTE.

I use PARM=MOD because the file already exists.

I never have problems using this process.

Without seeing your JCL I am not sure what prevented the member for loading.


Lizette


>Thanks all. Getting the following error:
>       SYSIN                            NEW MA
>       ./ ADD NAME=ASMJCL                     
>IEB823I SYSIN    HAS NO RECORDS.              
>IEB818I HIGHEST CONDITION CODE WAS 00000012   
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to