Answer Posted / lakshmi
The DUMMY statement will allow a Jcl program to run if a
data set does not exist.
| Is This Answer Correct ? | 22 Yes | 7 No |
Post New Answer View All Answers
Explain the hierarchy levels in jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is concatenating?
Explain the purpose of the dd keylen parameter?
What are the 2 types of parameters in dd statement?
What is the purpose of disp parameter?
How can the submitting users racf authority be overridden in a job stream?
What is the function of the dd mgmtclas keyword in sms datasets?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
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?
How can a jobs execution priority be modified?
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) ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What parameter directs the output of the job log dataset?
how to run batch program without jcl?