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 |
Can we change the LIMIT of GDG?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How can a stopped job be started again?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
How to get the last but one duplicate record of the file using Sort?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
What statement can be used to send data to another mvs jes3 node?
What happens if both JOBLIB & STEPLIB is specified ?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.