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

How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.

10 Answers   Lehman Brothers,


what is a jcl?

0 Answers   IBM,


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

0 Answers  


how can you check if a file is empty using jcl?

0 Answers   IBM,


There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,






Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?

3 Answers  


There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.

2 Answers   Merrill Lynch,


COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

4 Answers   IBM,


GDG Create syntax ?

4 Answers   Xansa,


What is the significance of addrspc parameter in exec statement?

0 Answers  


how many max steps can we use in a job? pls answer to my question

9 Answers   TCS,


How is a dataset passed from one step to another?

2 Answers   DELL,


Categories