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
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 |
Answer / shesha
U can use output parameter.
Syntax :
//ddname output dest=destname
Is This Answer Correct ? | 0 Yes | 0 No |
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?
How to send notification to multiple users through jcl???
if we give TIME=0 how many sec that job/step
what is the use of JCL?
What are the common keyword parameters in both job and exec statements
what is a MODELDSCB?
What is primary allocation for a dataset?
how you will define a temporary dataset in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Can you delete the GDG base without deleting GDG generations ?
What is the use of ikjeft1b utility in jcl?
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)