Answer Posted / snehatechm
when ur program run out of time then it throws error s222
| Is This Answer Correct ? | 21 Yes | 28 No |
Post New Answer View All Answers
How dummy is used in jcl?
In sms datasets, what is the function of the dd avgrec keyword?
What are the 4 fields in dd statement?
Is it possible to code instream data in a PROC?
What are some jcl statements that are not allowed in procedures?
How can a jobs execution priority be modified?
How to pass data to a program that is coded in an exec statement?
Name the statement which can be used to send data to another mvs jes3 node?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Differentiate between the joblib and the steplib statements?
what happens in conversion stage in job processing?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain the function of job statement in jcl?
What is the motivation behind coding class parameter in job statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.