Ed Goodman wrote:I'm not trying to embarrass you here, but HOW did you try to add the DD statement? After you tried, did the same B37 message show up?
The DD should have looked something like this://CWPWRK0 DD SPACE=(TRK,(60,30)),UNIT=SYSDA
//CWPWRK1 DD SPACE=(TRK,(60,30)),UNIT=SYSDA
//CWPWRK2 DD SPACE=(TRK,(60,30)),UNIT=SYSDA
//CWPWRK3 DD SPACE=(TRK,(60,30)),UNIT=SYSDA
//CWPWRK4 DD SPACE=(TRK,(60,30)),UNIT=SYSDA
//CWPWRK5 DD SPACE=(TRK,(60,30)),UNIT=SYSDA
I'm asking because you seem a little over your head, and you may not be that experienced in JCL, and so a small mistake may have made it so the DD was not recognized in the correct step.
Since I use endevor, i took JCL statements using JSCAN in spool. As you said I could not find the DD name, so I had treid like below
//CWPWRK1 DD SPACE=(CYL,(1,1)),UNIT=SYSDA
also
//C1BM3000.CWPWRK1 DD SPACE=(CYL,(1,1)),UNIT=SYSDA
But it had returned RC12 saying
E031 NO ACTION REQUESTS WERE GENERATED
C1Y0014E ERROR ENCOUNTERED WHEN PARSING SYNTAX. PROCESSING WILL BE TERMINATED.
END OF EXECUTION LOG - HIGHEST ENDEVOR RC = 0012
C1Y0014E ERROR ENCOUNTERED WHEN PARSING SYNTAX. PROCESSING WILL BE TERMINATED.
END OF EXECUTION LOG - HIGHEST ENDEVOR RC = 0012
I should have told you that I use endevor. Right?