what is the resolution for sb37 error
Answers were Sorted based on User's Feedback
Answer / sunil
SB37: Dataset is Full Solution is, Create the data set with
more storage space.
SD37: Dataset set is Full this error happens if primary
quentity is full and did not mention the secondary
Quentity,Solution for this is Specify the secondary
quentity.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / babu
Include the secondary quantity parameter for that dataset.
This error occurs due to non-avalibility of secondary space.
correct me if anything wrong..
| Is This Answer Correct ? | 3 Yes | 3 No |
How to pass the temp dataset form one JOB step to another?
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
List the different components of jcl statement?
How is a type of file defined in the jcl that executes the cobol program?
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
What does a disposition of (NEW,CATLG,KEEP) mean?
diff bw vsam and normal flat file?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
can we copy a file from fixed block to variable block and vice versa ....asap
What happens if both JOBLIB & STEPLIB is specified ?
what is a jcl?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?