In a proc i will concatinate 4 dd statements.i want to
overide 3 dd statement through jcl how?
Answer Posted / y@$w@nth
suppose your 4 dd statements inside a proc are as below
//myproc PROC
//STEP01 EXEC PGM=progname
//DD01 DD DSN=userid.base.file1
//DD02 DD DSN=userid.base.file2
//DD03 DD DSN=userid.base.file3
//DD04 DD DSN=userid.base.file4
// PEND
//STEP02 myproc
//STEP01.DD03 DD DSN=userid.base.orfile3
//
STEP01.DD03 DD DSN=userid.base.orfile3 this tells that
override the DD statement which name is DD03 inside a proc
myproc and inside STEP STEP01
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Is their any set of rules for dd? Explain.
what is use of dcb parameter in dd statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what are the types of abends that occur on job failure? And explain the possible causes of these
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How can return codes be tested before execution of a job step?
How does the jcl specify the job to os?
When space is allocated for an output dataset, what units can be used?
is there any way to execute more than one proc in the same exec statement at the same time..?
Name the statement which can be used to send data to another mvs jes3 node?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the significance of addrspc parameter in exec statement?
what sort card you will use to copy the data from one dataset to another dataset?
Can I send output of job to my remote device careerride123?
What is the function of dd name parameter with a 2 part structure; audit.report?