wht r s722,s822,s122 and s222 abends pls reply fast
Answer / prabudha
SX22 - Job has been cancelled. The value of X will vary
depending on the way the job was cancelled.
1. S122 - Either the operator or the JES Cancelled the
job, requesting a dump.
2. S222 - Either the operator or the JES Cancelled the job,
Possible cause
Line or Card estimate exceeded
JCL Error caused mount request for invalid or Non-existing
volume
Requested devices not currently available (Job may required)
3. S722 - The output limit specified by the OUTLIM
keyword on the SYSOUT DD statement OR
By the lines keyword on the jobparm DD
Statement was exceeded.
4. S822 - A region required to run the step could not be
obtained.
| Is This Answer Correct ? | 27 Yes | 0 No |
What is STEPLIB, JOBLIB? What is it used for?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
Explain about Specifying compiler options in the PROCESS (CBL) statement
using cursor how can you fetch more than one record into a variable
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
can we bowse or edit the GDG dataset if it is a tape entry?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
how to skip the steps in JCl
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)