How do you send the output of a COBOL program to a member of
a PDS?
Answer Posted / anand.r
correct answer is
//iksa01j job
//step1 exec pgm=pgm1
//sysout dd dsn=pdsname(membername),disp=shr
//
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Which statement is used to identify the private libraries in job?
Explain about ISPF/TSO Commands
which parameter is use to declare the name of dataset in dd statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Must tape dataset definitions include vol=ser specifications?
What is jcl in mainframe?
is there any way to execute more than one proc in the same exec statement at the same time..?
How can an in-stream dataset be terminated?
Can I send output of job to my remote device careerride123?
How do you access an uncatalogued dataset in a jcl?
Explain the function of the steplib dd statement?
Explain the function of //jcllib statement?
How to do automated restart when a job abend?
Is condition checking possible in jcl? If yes, how?
What is the difference between run mode and addressing mode?