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 |
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is a steplib
Explain about LMINIT - generate a data ID for a data set
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
How to search strings in multiple dataset with conditions 'string1 & string2'?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
how to identify a vasam dataset by seeing in 3.4(browse)
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?