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 code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

0 Answers  


What is the syntax of JCL statement?

0 Answers  


Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?

2 Answers  


What are the valid DSORG values ?

3 Answers  


what is the control cards?

3 Answers  






Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance

2 Answers   Cap Gemini,


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

0 Answers  


please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,

1 Answers   IBM,


Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:

0 Answers   Keane India Ltd,


what operation is performed by job statement?

0 Answers   IBM,


I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

0 Answers  


after submiting the jcl.how do you know that the job has been completed.

4 Answers   ACS,


Categories