How do you send the output of a COBOL program to a member of
a PDS?
Answer Posted / vinay sonar
//STEP1 EXEC PGM=IEBGENER
//SYSUT1 DD SYSOUT=*
//SYSUT2 DD DSN='PDS NAME TO WHICH OUTPUT IS TO BE COPIED'
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How jcl work to handle various input output file operations?
How can values be passed from the job stream to an executable program?
Explain how can an in-stream dataset be terminated?
Is condition checking possible in jcl? If yes, how?
What is the purpose of the dd keylen parameter?
Does jcl support automatic restart?
in ways data can be passed to a COBOL program from JCL?
write a jcl to execute a job by 7:00 am on jan 20,1986?
how to do automated restart when a job abends?
how to run batch program without jcl?
Name the statement which can be used to send data to another mvs jes3 node?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What does a disposition of (new,catlg,keep) for a dsn mean?
What do you understand by the term notcat 2 – gs?