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


Please Help Members By Posting Answers For Below Questions

What is the purpose of dd?

713


How does jcl act on code(if you take a cobol program)?

695


what is “Cond= even” and “Cond=only”?

729


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1336


What statement can be used to send data to another mvs jes3 node?

802






what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

642


write a jcl to execute a job by 7:00 am on jan 20,1986?

682


what is use of dsn parameter in dd statement?

657


What is the difference between run mode and addressing mode?

622


A dd statement consists of 4 fields. Name them?

908


What happens if both JOBLIB & STEPLIB is specified ?

597


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1606


Explain how can the attributes of one sms dataset be copied to another dataset?

694


What dd statement is used to supply the name of a dataset?

764


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1789