you have one jcl .in sort step 5 files are there.if out of 5
files if one file is uncataloged or not there then how will
you correct your jcl so that problem does not come. you
should not create this file externally.how will u overcome
it.
Answer Posted / haritha
You can override the uncataloged file with a dummy file in
the jcl and run the jcl with the existing 4 files.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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 an in-stream dataset be terminated?
What are the 4 fields in dd statement?
Is it possible to code instream data in a PROC?
Describe the various parameters utilized in the creation of a gdg?
what are the types of abends that occur on job failure? And explain the possible causes of these
How dummy is used in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain how can values be passed from the job stream to an executable program?
How does jcl act on code(if you take a cobol program)?
How can values be passed from the job stream to an executable program?
What do you understand by the term job time – out and how can you overcome that?
how you can access an uncataloged dataset in a JCL?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the format of comment statement?