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 |
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
How to search strings in multiple dataset with conditions 'string1 & string2'?
How is a new GDG coded?
which utility is used a dummy utility?
What happens if both JOBLIB & STEPLIB is specified ?
Can you execute a PROC from another PROC?
what are the statements that are not valid to be included in an include statement?
List the various advantages of using jcl language?
How to pass values in jcl to cobol?
what is the use of temporary files?
How I sort the records in a file and copy the first 10 records to another file