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

Answer Posted / girish kumar

B37 -- Disk volume out of space, cannot write output. The
system gave all the primary space and as much secondary
space as it could.
D37 -- Primary disk space was exceeded and either no
secondary space allocation was specified or it was
insufficient. One should increase the primary space as well
as provide adequate secondary allocation was specified or it
was insufficient. One should increase the primary space as
well as provide adequate secondary space allocation to
eliminate this error.
E37 -- There was insufficient space on the volume. One way
to solve this problem is to specify more volumes on the JCL.

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what JCL Procedures?

687


Is it possible to left uncode disp? If yes, how?

692


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

655


What does a disposition of (MOD,DELETE,DELETE) mean ?

651


Is automatic restart possible in jcl?

719






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

836


What is the function of job statement in jcl?

621


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

729


I need exexution process for JCL programs

1828


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

706


How do you overcome this limitation ?

678


What are steplib and joblib?

706


How is the record format of an output dataset specified?

726


How can a fb file convert to vb file using sort program?

788


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

717