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
what is the JCL statement consists of?
Explain the function of //cntl statement?
What do you know about jcl?
How can return codes be tested before execution of a job step?
Explain the function of dd disp parameter?
write a jcl to execute a job by 7:00 am on jan 20,1986?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
what is the resolution for sb37 error
What is catelog procedure and how many catelog procedure to use in one job?
What is the motivation behind coding class parameter in job statement?
How do you overcome this limitation ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How does the jcl specify the job to os?
what is use of dcb parameter in dd statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?