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
What are s0c1, s0c4, s0c5, s0c7 and socb?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the function of the steplib dd statement?
What is the purpose of the dd keylen parameter?
How can values be passed from the job stream to an executable program?
How to do automated restart when a job abend?
What are hierarchy levels in jcl?
Explain about LMFREE�free data set from its association with data ID
//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 /*
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the use of disp parameter?
Why block size is multiple of lrecl in jcl?
What are the 2 types of parameters in dd statement?
how do you access an uncataloged dataset in a jcl?