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


Please Help Members By Posting Answers For Below Questions

What are the rules employed while naming the steps in a job?

656


How jcl is used for testing batch programs?

718


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

858


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

705


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

799






what is the compile process of cobol program expalin with code

1998


what is the resolution for sb37 error

7700


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1748


Which statement is used to identify the private libraries in job?

674


What are the utility programs in jcl?

646


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1947


What is the syntax of JCL statement?

692


what is DD statement is used in JCL?

679


What is the significance of addrspc parameter in the exec statement?

616


What is condition checking in jcl? Is this possible?

621