Suppose I have 5 dataset listed under a single DD name in a
catlogued PROC. How can I override one of those 5 dataset
(say 3rd dataset)?
Answer Posted / sivaram
by using symbolic parameters u can override the 3rd DSN.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are some jcl statements that are not allowed in procedures?
A dd statement consists of 4 fields. Name them?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain dfsort utility?
What is the function of dd name parameter with a 2 part structure; audit.report?
what sort card you will use to copy the data from one dataset to another dataset?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Is condition checking possible in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain the hierarchy levels in jcl?
Explain the function of //cntl statement?
What is notcat 2 - gs?
I need exexution process for JCL programs
what JCL Procedures?
What is the difference between the positional and keyword parameters? Give examples.