Compilation error +WER999A



Get solution for your ABEND Codes & System Error Messages, SQL Codes, File Status etc...

Re: Compilation error +WER999A

Postby Raj2006 » Thu Dec 05, 2013 12:28 pm

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?
Raj2006
 
Posts: 17
Joined: Thu Jul 18, 2013 2:13 pm
Has thanked: 16 times
Been thanked: 0 time

Re: Compilation error +WER999A

Postby Raj2006 » Thu Dec 05, 2013 1:14 pm

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.... :)
Raj2006
 
Posts: 17
Joined: Thu Jul 18, 2013 2:13 pm
Has thanked: 16 times
Been thanked: 0 time

Re: Compilation error +WER999A

Postby dick scherrer » Thu Dec 05, 2013 7:48 pm

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

These users thanked the author dick scherrer for the post:
Raj2006 (Thu Dec 05, 2013 9:03 pm)
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Compilation error +WER999A

Postby Ed Goodman » Thu Dec 05, 2013 9:44 pm

lol!

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

These users thanked the author Ed Goodman for the post:
Raj2006 (Thu Dec 05, 2013 10:24 pm)
Ed Goodman
 
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Has thanked: 3 times
Been thanked: 17 times

Previous

Return to ABENDS & SQL Codes

 


  • Related topics
    Replies
    Views
    Last post