How do you send the output of a COBOL program to a member of
a PDS?
Answer Posted / guest
Code the DSN as PDS (member) with a DISP = SHR. The DISP
applies to the PDS and not to a specific member.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Differentiate between addressing mode and run mode.
What is the purpose of dd dummy statement?
what is “Cond= even” and “Cond=only”?
How to do automated restart when a job abend?
What are the 4 fields in dd statement?
What is the format of comment statement?
How can the attributes of one sms dataset be copied to another dataset?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain how can an in-stream dataset be terminated?
what is SOC4 error?
Explain how can a stopped job be started again?
What is job control language?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Differentiate between the joblib and the steplib statements?
Explain the hierarchy levels in jcl?