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

Answer Posted / siddharth

SB37-------------------PRIMARY SPACE NOT SUFFICIENT
SD32------------------ SECONDARY SPACE NOT SUFFICIENT
SE37------------------SPACE NOT SUFFICIENT FOR PDS

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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 find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2176


What are the utility programs in jcl?

654


How is the record format of an output dataset specified?

749


What happens if both JOBLIB & STEPLIB is specified ?

617






how do you access an uncataloged dataset in a jcl?

848


Is condition checking possible in jcl? If yes, how?

739


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

918


Why block size is multiple of lrecl in jcl?

915


Is automatic restart possible in jcl?

747


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9222


Is their any set of rules for dd? Explain.

664


Explain the jcl exec statement?

653


How would you understand error(execution phase)?

637


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

794