Whats error code s222?
Answers were Sorted based on User's Feedback
Answer / bharu
when the program is in loop , in time out situation we face this abend.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / piyush mani
i have faced this abend in case of time limit...
can any1 tell me how 2 cancel a job????
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / simha
we use disp=mod in jcl .how handle this in cobol program
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / snehatechm
when ur program run out of time then it throws error s222
| Is This Answer Correct ? | 21 Yes | 28 No |
Answer / mahesh
suppose program is not executed within time we
sprcified(TIME PARAMETRE).it shows error s222.
| Is This Answer Correct ? | 2 Yes | 12 No |
What is the purpose of dd?
How can return codes be tested before execution of a job step?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
What is JCL LIB ?
Name some of the JCL statements that are not allowed in procs.?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
How do you submit a JCL under CICS environment ?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
How is the record format of an output dataset specified?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
how do u send return code from cobol to jcl ?