Page 1 of 2

compilation problem

PostPosted: Fri May 04, 2012 1:49 pm
by surime72
hi all,

i was tried to compile program but it getting folliwing error message ,

IEW4000I FETCH FOR MODULE IBM3TBY FROM DDNAME SYS00099 FAILED BECAUSE INSUFFIC
IENT STORAGE WAS AVAILABLE.
CSV031I LIBRARY ACCESS FAILED FOR MODULE IBM3TBY , RETURN CODE 14, REASON CODE
26110021, DDNAME SYS00099
Unable to load phase: IBM3TBY
DSNH740I ======= PLI FINISHED, RC = 12 =======

Re: compilation problem

PostPosted: Fri May 04, 2012 1:49 pm
by surime72
IEW4000I FETCH FOR MODULE IBM3TBY FROM DDNAME SYS00099 FAILED BECAUSE INSUFFIC
IENT STORAGE WAS AVAILABLE.
CSV031I LIBRARY ACCESS FAILED FOR MODULE IBM3TBY , RETURN CODE 14, REASON CODE
26110021, DDNAME SYS00099
Unable to load phase: IBM3TBY
DSNH740I ======= PLI FINISHED, RC = 12 =======

Re: compilation problem

PostPosted: Fri May 04, 2012 2:04 pm
by BillyBoyo
Why don't you look up the messages (IBM's LookAt is on the web if your google for it) and follow the advice there. Let us know the outcome, please.

Re: compilation problem

PostPosted: Fri May 04, 2012 2:15 pm
by prino
Enterprise PL/I needs sithloads of storage, put a REGION=0M on the step that executes the compiler.

Re: compilation problem

PostPosted: Fri May 04, 2012 2:48 pm
by BillyBoyo
Why don't you have JCL at your site which already works to compile your program?

Re: compilation problem

PostPosted: Fri May 04, 2012 3:28 pm
by prino
BillyBoyo wrote:Why don't you have JCL at your site which already works to compile your program?

His program may be more complex than average, and/or he may be compiling with OPT(3), which uses even more storage and/or he may be trying out something outside the normal line of work.

I know that the first thing I do at any given site, is to set up my own compile JCL (actually, I just adapt what I've been using for the past umpteen years), so that I can run small test jobs for myself.

Re: compilation problem

PostPosted: Fri May 04, 2012 3:48 pm
by BillyBoyo
Thanks Prino.

Looking back through TS's posts, maybe the 2nd or 3rd option (without realising) or just non-standard "new" JCL :-)

Re: compilation problem

PostPosted: Fri May 04, 2012 7:16 pm
by surime72
hi guys,

thanks for replying
we are not using jcl for compilation,we are following some other process through ispf itself we are compiling

Re: compilation problem

PostPosted: Fri May 04, 2012 7:58 pm
by NicC
Is the actual compile being done by a job submitted by your ISPF facility? If so, do you have SDSF available? If you do: 1) put SJ beside your job on the output queue and this will bring up the generated job 2) add, or amend , the REGION parameter with a value of 0M and submit that job. If that does not work, or even if it does, go and see your support people to tell them of the problem and how you, hopefully, fixed it so that they can update ISPF.

If you ere using plain vanilla option 4 - Foreground Processing then switch to option 5 - Background processing.

Re: compilation problem

PostPosted: Fri May 04, 2012 8:07 pm
by surime72
may be the above message related to in the spool it showing as IBM1936I S Invocation of compiler backend ended abnormally
we are not using any jcl to compile to increase region pararmeter