How do you skip a particular step in a proc/JOB?
Answer Posted / ganesh
COND=(0,LE,stepname)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the function of the steplib dd 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.
List in order the hierarchical levels of jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Is condition checking possible in jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How can the submitting users racf authority be overridden in a job stream?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
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?
Explain how can values be passed from the job stream to an executable program?
a dd statement has 2 types of parameters. Name them?
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 statement is used to identify the private libraries in job?