What is the difference between sb37,se37,sd37 each?

Answer Posted / kiranreddy g v

You answered corrct, all are space abends only...About each
are

SB37 Caused by lack of sufficient Secondary space
SD37 Caused by lack of sufficient Primary space
SE37 Caused by lack of space for PDS (Partitioned data set)

Is This Answer Correct ?    16 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

651


what sort card you will use to copy the data from one dataset to another dataset?

734


How to execute 2nd and 4th steps among 5 steps in jcl proc?

752


What are some jcl statements that are not allowed in procedures?

730


Explain the purpose of the dd keylen parameter?

681






Is condition checking possible in jcl?

722


Explain the jcl exec statement?

653


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

740


Explain in DD statement what is the use of DCB parameter?

660


Suppose I have five jobs to do. But I want to hold one?

662


which parameter is used to check the syntax of a jcl without executing it?

802


how you can access an uncataloged dataset in a JCL?

656


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

858


how to do automated restart when a job abends?

854


Explain how can return codes be tested before execution of a job step?

834