Answer Posted / mahesh
suppose program is not executed within time we
sprcified(TIME PARAMETRE).it shows error s222.
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
How is the record format of an output dataset specified?
What is the maximum length of a single line of jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
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) ?
which parameter is used to check the syntax of a jcl without executing it?
what are JCLLIB and STEPLIB in JCL?
For what purpose steplib and joblib are used ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Does jcl support automatic restart?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Can I share my data with other jobs? How?
How does jcl act on code(if you take a cobol program)?
Explain how can the disposition of sysout datasets be set for an entire jobstream?