Compilation error +WER999A

Get solution for your ABEND Codes & System Error Messages, SQL Codes, File Status etc...
Raj2006
Posts: 17
Joined: Thu Jul 18, 2013 2:13 pm
Skillset: COBOL
Referer: Google

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:

Code: Select all

//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

Code: Select all

//CWPWRK1  DD SPACE=(CYL,(1,1)),UNIT=SYSDA


also

Code: Select all

//C1BM3000.CWPWRK1  DD SPACE=(CYL,(1,1)),UNIT=SYSDA


But it had returned RC12 saying

Code: Select all

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
Skillset: COBOL
Referer: Google

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.... :)

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

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

Ed Goodman
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Skillset: 30 years on IBM mainframes
Referer: Searched for Frank Yeager

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.


  • Similar Topics
    Replies
    Views
    Last post