diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related
abends only)
Answer Posted / 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 |
Post New Answer View All Answers
When space is allocated for an output dataset, what units can be used?
How would you understand error(execution phase)?
What is the syntax of JCL statement?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Explain how can an in-stream dataset be terminated?
What are the jcl procedures?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How can the submitting users racf authority be overridden in a job stream?
whats the diff bw the evaluate also and and?
For what purpose steplib and joblib are used ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the purpose of dd dummy statement?
how would you create a temporary dataset? And where will you use them?