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 |
Name the system library from which modules are retrieved at execution
Can you code instream data in a PROC ?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the function of //cntl statement?
how you can access an uncataloged dataset in a JCL?
Explain how can values be passed from the job stream to an executable program?
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?