Page 2 of 2

Re: Compilation error +WER999A

PostPosted: Thu Dec 05, 2013 12:28 pm
by Raj2006
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                               


I should have told you that I use endevor. Right?

Re: Compilation error +WER999A

PostPosted: Thu Dec 05, 2013 1:14 pm
by Raj2006
My sincere apologies to all,

Once I added REGION=0M to JOB statement, JOB ended with RC00.

I am not sure, whether this could be the reason.

suggestion/advice and scoldings also are welcome.... :)

Re: Compilation error +WER999A

PostPosted: Thu Dec 05, 2013 7:48 pm
by dick scherrer
My sincere apologies to all,
Not to worry - we all make mistakes . . .

Good to hear it is working - thank you for posting the resolution :)

d

Re: Compilation error +WER999A

PostPosted: Thu Dec 05, 2013 9:44 pm
by Ed Goodman
lol!

I wouldn't have guessed that unless there were other messages first.