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


Please Help Members By Posting Answers For Below Questions

When space is allocated for an output dataset, what units can be used?

855


How would you understand error(execution phase)?

721


What is the syntax of JCL statement?

784


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

945


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.

2087






Explain how can an in-stream dataset be terminated?

799


What are the jcl procedures?

735


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

2375


How can the submitting users racf authority be overridden in a job stream?

858


whats the diff bw the evaluate also and and?

1946


For what purpose steplib and joblib are used ?

759


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

687


Name the parameters which can be used to limit the number of records written to a sysout dataset?

733


What is the purpose of dd dummy statement?

1044


how would you create a temporary dataset? And where will you use them?

853