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

How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?

2 Answers  


How to send notification to multiple users through jcl???

8 Answers  


if we give TIME=0 how many sec that job/step

14 Answers  


what is the use of JCL?

0 Answers  


What are the common keyword parameters in both job and exec statements

4 Answers   Cap Gemini,






what is a MODELDSCB?

1 Answers  


What is primary allocation for a dataset?

4 Answers  


how you will define a temporary dataset in jcl?

1 Answers   IBM,


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

0 Answers   IBM,


Can you delete the GDG base without deleting GDG generations ?

7 Answers   Cap Gemini,


What is the use of ikjeft1b utility in jcl?

1 Answers  


A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

2 Answers   IBM,


Categories