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


Please Help Members By Posting Answers For Below Questions

How can unused space allocation be returned to the system when a dataset is closed?

812


When space is allocated for an output dataset, what units can be used?

757


Why block size is multiple of lrecl in jcl?

915


What is the significance of addrspc parameter in the exec statement?

624


Explain dfsort utility?

675






Name what parameter directs the output of the job log dataset?

567


What is jcl in mainframe?

692


How gdg are concatenated?

672


Explain the function of //jcllib statement?

708


How do you create a temporary dataset?

667


Brief description of inline procedure of jcl.

687


what is use of disp parameter in dd statement?

667


What is the significance of addrspc parameter in exec statement?

735


How does jcl act on a cobol code?

659


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?

2225