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 / vinay sonar
Use symbolic parameter.
Ir use following syntax
//STEP1.DD3 DD dsn='dataset name'
where STEP1 is step name and DD3 is dd statment name is
procedure
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the function of a dd statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What are the parameters that are used in creating a gdg?
What are the rules employed while naming the steps in a job?
what is the JCL statement consists of?
What is the significance of addrspc parameter in exec statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
A dd statement consists of 4 fields. Name them?
what is use of dcb parameter in dd statement?
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
Are there any set of rules for the names of the steps used in a job?
Describe the various parameters utilized in the creation of a gdg?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Is automatic restart possible in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?