which utility is used a dummy utility?
Answer / Gautam Singh
The `DUMP` utility in JCL is commonly referred to as a 'dummy' utility because it serves no functional purpose when executed. It can be included in a job stream for testing purposes or to fill in gaps between other utilities.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what are the ways of passing data to a cobol program from jcl?
How do you handle empty files in a JCL ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is a null indicator in db2?
What happens if both JOBLIB and STEPLIB is specified ?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
In sms datasets, what is the function of the dd avgrec keyword?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
How do you skip a particular step in a proc/JOB?
what is JCLLIB and PROCLIB in jcl and their syntax
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?