Can anyone tell me the syntax for printing two files at two
different destinations in a single step?
Answer Posted / shesha
U can use output parameter.
Syntax :
//ddname output dest=destname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
define cond parameter in jcl?
What is the function of //jcllib statement?
Is it possible to code instream data in a PROC?
What is NOTCAT ?
How do you create a temporary dataset?
Is condition checking possible in jcl? If yes, how?
Which dd parameters are required?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the purpose of dd?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is “Cond= even” and “Cond=only”?
Explain the purpose of dd dummy statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the difference between the positional and keyword parameters? Give examples.