What is the difference between sb37,se37,sd37 each?
Answer Posted / siri
SB37,SE37,SD37 ARE SPACE ABENDS............
SB37 :- END OF VOLUME
WE HAVE REQUEST 1600 TRACKS(INCLUDING PRIMARY AND SECONDARY).WHEN THE PROGRAM TRIES TO WRITE MORE THAN 1600 TRACKS THEN THE OPERATION ENDED WITH THE SB37.
SOL :- INCREASE THE SIZE OF PRIMARY AND SECONDARY REASONABLY..
SD37 :- SECONDARY SPACE IS NOT GIVEN....WE HAVE TO CODE ONLY
PRIMARY SPACE AND THAT IS ALREADY FILLED AND THEN PROGRAM WRITE TO MORE YOU WILL GET SPACE ABEND..
SOL:- INCLUDE THE SECONDARY SPACE IN THE SPACE PARAMETER OF THE DATASET HAS GIVEN PROBLEM..
SE37 :- END OF VOLUME
THIS IS SAME SB37..YOU WILL GET THIS ABEND USUALLY FOR A PARTITINED DATA SET...
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain how can a jobs execution priority be modified?
what happens in execution stage in job processing?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
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
Explain the purpose of dd * statement in jcl?
How jcl is used for testing batch programs?
how you will the direct the data to spool using sysout option?
Explain how can an in-stream dataset be terminated?
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) ?
In sms datasets, what is the function of the dd avgrec keyword?
Explain the function of dd disp parameter?
what is the resolution for sb37 error
Can I share my data with other jobs? How?
What is the function of dd name parameter with a 2 part structure; audit.report?