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 |
Explain about LMPUT-
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
How Can we see all generations of a GDG ?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
i have a string of 80 chars i want to replace 4th char with "a"?
Explain the hierarchy levels in jcl?
How are datasets concatenated?
How does jcl act on code(if you take a cobol program)?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
Which storage devices are grouped under DASD and SYSDA ?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?