diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related
abends only)
Answers were Sorted based on User's Feedback
Answer / vikash chawla
SB37 - due to lack of space in secoundry memory
SE37 - Due to lack of space in Primary Memory
SD37 - Due to lack of space in PDS
Is This Answer Correct ? | 15 Yes | 4 No |
Answer / mohi
SB37: When 16 extents (Continous Memory space) is not enough for PS/ allocated Primary or seconday space qty is not satisfied in 5 extents,SB37 abend occurs.
SD37: When seconday qty is not specified, and specified primary qty is not enough, SD37 abend occurs.
SE37: When volumes are enough for tape DS. Also for PDS enough on directory space, SE37 will occurs.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dhanush m
SB37 – insufficient disk space (Should contact admin, very very rare)
SD37 – Insufficient primary or secondary space for output operation (Jobs can result in this).
SE37 – Insufficient directory space for PDS (Compress will do resolve this).
Is This Answer Correct ? | 0 Yes | 0 No |
Can I share my data with other jobs? How?
Explain about LMCOPY -
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
Differentiate between the joblib and the steplib statements?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
how to run JCL thru COBOL.
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
What is concatenating?
Is acct parameter mandatory?
Explain about LMQUERY�give a dialog information about a data set