Page 2 of 2

Re: compilation problem

PostPosted: Fri May 04, 2012 8:56 pm
by Akatsukami
surime72 wrote: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

ISPF Option 5 will generate JCL in a temporary data set. Check for data sets your-tso-prefix.SPFTEMPn.CNTL; one of these (you may only have one) will be the JCL so generated. Add REGION=0K to the EXEC card of the compile step.

Re: compilation problem

PostPosted: Wed Sep 06, 2017 7:02 pm
by darsanag
I am facing exactly the same problem.

IEW4000I FETCH FOR MODULE IBM3TBY FROM DDNAME TASKLIB FAILED BECAUSE INSUFFICIENT STORAGE WAS AVAILABLE.
CSV031I LIBRARY ACCESS FAILED FOR MODULE IBM3TBY , RETURN CODE 14, REASON CODE 26110021, DDNAME TASKLIB

I tried to increase Region value in the JCL auto-generated by SCLM for build function (ISPF command 10.4) .
Also tried to logon to ISPF with size=1552000 .
Nothing works. Please help.

Re: compilation problem

PostPosted: Wed Sep 06, 2017 7:13 pm
by Akatsukami
Start a new thread; do not post to one that has been quiescent for five years.