You need to open and close your JES2 concatention. Do you have a PROC00 and a PROC01 in your JES2 Proc? It could be any PROCxx number other than PROC00. If so, all you need to do is run the following JCL
//JOB Card /*JOBPARM PROC=PROC?? <-- Make the ?? whatever your Alternate PROC dd statement is in JES2 PROC. // EXEC PROC IEFBR14 (Do not need to exist) This will close PROC00 and open PROC??. Then the next Proc expansion will open PROC00 by default. Lizette I am getting following erros in SYSLOG IEC143I 213-04,IFG0194D,JES2,JES2,PROC13-0003,9800,RBI031,SCLM1.PROCLIB ---------------------------------------------------------------------- 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

