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
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How can the attributes of one sms dataset be copied to another dataset?
How can values be passed from the job stream to an executable program?
Explain the function of job statement in jcl?
What is the difference between run mode and addressing mode?
i want to store 20 digits . how will u do it in cobol ?
Explain how can the submitting users racf authority be overridden in a job stream?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what are the various stages of job processing?
How can a jobs execution priority be modified?
Can we use DISP=SHR in output file in JCL
What is job control language?
How does jcl act on code(if you take a cobol program)?
How to override loadlib?