Answer Posted / guest
Means execute this step even if any of the previous steps,
terminated abnormally.
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
How to alter the parameters for the existing gdg?
In sms datasets, what is the function of the dd avgrec keyword?
How dummy is used in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
what is use of dsn parameter in dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
In job processing, what happens in execution stage?
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
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Can we call instream to catalog and catalog to instream?
What happens if both JOBLIB & STEPLIB is specified ?
What are the 2 types of parameters in dd statement?
Explain how can the submitting users racf authority be overridden in a job stream?
in ways data can be passed to a COBOL program from JCL?