Answer Posted / sankar.t
SB37 An error occurred during end-of-volume processing of a
data set.
The system was unable to fulfill a request for more space.
1. A program loop caused too many records to be written to
the output data set.
2. Insufficient space was allocated to this data set in the
JCL.
3. There was no more room available to receive any more
output on the output volume, and another volume could not
be mounted.
SE37 An error occurred during output to a direct access or
magnetic tape data set.
1. The data set used all the space on the current volume.
2. There were not enough volumes allocated for the data
set.
3. For a PDS, either all 16 extents were used, or the
volume that it resided on was filled.
4. For a multi-volume sequential data set, the data set
already existed on a subsequent volume.
SD37 Insufficient disk space.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
How can a fb file convert to vb file using sort program?
Where & How Do You Code Identifier In Jcl?
what is use of dcb parameter in dd statement?
What is the purpose of dd?
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
How can return codes be tested before execution of a job step?
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?
Is automatic restart possible in jcl?
Why include statement is used in a jcl?
//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 parameter of the job statement is used to limit the cpu time consumed by the job?
How is a type of file defined in the jcl that executes the cobol program?
What is the function of the steplib dd statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
how to do automated restart when a job abends?