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 |
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
Explain the function of //cntl statement?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
how to allocate a dynamic dataset in jcl ?
What is NOTCAT ?
can we write a proc with in a proc
wht happens if cond=true ? pls give me with an example ?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
I need exexution process for JCL programs