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

In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?

14 Answers   Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,


What is the function of //jcllib statement?

0 Answers  


What is the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

0 Answers   IBM,


how would you create a temporary dataset? And where will you use them?

0 Answers  






Suppose I have five jobs to do. But I want to hold one?

0 Answers  


How much space OS allocates when you create a PS or PDS?

4 Answers  


How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation

1 Answers  


What does the keyword DCB mean and what are some of the keywords associated with it?

3 Answers   ITC Infotech,


Can a job have only steplib and no joblib ?

6 Answers  


What are the 2 types of parameters in dd statement?

0 Answers  


I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?

4 Answers  


Categories