common jcl abends??

Answer Posted / bramar

S0CB - Attempting to divide by 0 and not using ON SIZE
ERROR

S002 - Very large record length/ wrong record length

Sx22 - Job has been cancelled. The value of x will vary
depending on the way the job was
cancelled.

S222 - The job was cancelled (by subsystem or
operator) because it violated
some restriction

S522 - JOB or TSO session exceeded maximum
job wait time OR
operator did not mount the require tape
within allowed time limit

S806 - Load module not found

S837 - Space problem, Alloted space is not enough for
data set

S913 - You are trying to access a dataset which you are
not authorized to use.

SOC7 - 1. Moving non-numeric value to numeric field
2. Not initilizing the numeric variables before
first use

SOC4 - 1. Index exceeds the size of table
2. Trying to use File Section variables without
opening the file

S0C1 - Operation Exception. Check for subscript errors,
missing DD card, file not opened.

SE37 - Insufficient disk space.

Is This Answer Correct ?    40 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one plzzzzzz tell the jcl code for creating ps using idcams

10467


List in order the hierarchical levels of jcl?

652


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

910


Define concatenating?

650


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2038






How is a type of file defined in the jcl that executes the cobol program?

697


Is their any set of rules for dd? Explain.

641


What are the 4 fields in dd statement?

726


which utility is used to run a cobol-db2 program?

789


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

692


Explain the function of the dd dcb keyword?

684


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7065


Matching Logic in Jcl not in cobol.Could any one please answer this question

3659


How can an in-stream dataset be terminated?

834


What are some jcl statements that are not allowed in procedures?

704