in catalog procedure i have
step1 dd dsn=filea
dd dsn=fileb
dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
Answer / madhavi
Hi We can override the specific files of a step as below.
Procname.step1 dd
dd dsn=file2
dd
We can override leaving blanks in DSN field of other files.
Is This Answer Correct ? | 24 Yes | 0 No |
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
Explain how can a jobs execution priority be modified?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
Why do you use a control card?
hi friends........if u know syntax of IEBEDIT IN JCL
what is the cond=even only
what is use of dsn parameter in dd statement?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
how to convert fb to vb in jcl ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?