Can anyone tell me the syntax for printing two files at two
different destinations in a single step?

Answers were Sorted based on User's Feedback



Can anyone tell me the syntax for printing two files at two different destinations in a single ste..

Answer / satyasivaji.ch

using print punch utility we can print the out put of two
data sets

Is This Answer Correct ?    0 Yes 0 No

Can anyone tell me the syntax for printing two files at two different destinations in a single ste..

Answer / shesha

U can use output parameter.
Syntax :
//ddname output dest=destname

Is This Answer Correct ?    0 Yes 0 No

Can anyone tell me the syntax for printing two files at two different destinations in a single ste..

Answer / nidhi sharma

DDNAME SYSOUT =DESTNAME

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  


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?

0 Answers   CGI, Verizon,


Is there any command to check wether the ps file is in sorted order?

0 Answers   IBM,


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) ?

0 Answers   IBM,


In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  






I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

0 Answers   HP,


in jcl you are having JCLLIB and STEPLIB what happens

10 Answers   EDS, Wipro,


How can you execute a COBOL program via SYSIN in JCL?

1 Answers  


Explain about SYSVAR

1 Answers  


What are some jcl statements that are not allowed in procedures?

0 Answers  


how you will define a temporary dataset in jcl?

1 Answers   IBM,


A job has 150 steps i want to execute only 57th step

3 Answers   Cognizant,


Categories