common jcl abends??

Answers were Sorted based on User's Feedback



common jcl abends??..

Answer / kavya

S806 - LOAD MODULE NOT FOUND.
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
SD37 - NO SECONDARY SPACE ALLOCATION.
S722 - OUTPUT LINES EXCEEDS THE LIMIT SET BY
OUTLIM OR LINES PARAMETER
S222 - UNAVAILABLE RESOURCE

Is This Answer Correct ?    55 Yes 4 No

common jcl abends??..

Answer / 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

More JCL Interview Questions

what is use of disp parameter in dd statement?

0 Answers   IBM,


Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?

2 Answers  


In which table PLAN is registered in ?

3 Answers  


How would you understand error(execution phase)?

0 Answers  


How do you designate a comment in JCL?

1 Answers  






Is automatic restart possible in jcl?

0 Answers  


For what purpose steplib and joblib are used ?

0 Answers  


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

0 Answers  


What does a disposition of (new,catlg,keep) for a dsn mean?

0 Answers  


Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?

2 Answers  


Differentiate between addressing mode and run mode.

0 Answers  


The maximum number of steps in a job?

4 Answers  


Categories