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
what is the use of JCL?
i want to store 20 digits . how will u do it in cobol ?
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.
Does jcl support automatic restart?
Explain about LMQUERY�give a dialog information about a data set
How to alter the parameters for the existing gdg?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the difference between the positional and keyword parameters? Give examples.
how JCL works?
What are the rules employed while naming the steps in a job?
How jcl is used for testing batch programs?
what are the statements that are not valid to be included in an include statement?
how you can direct the data to spool using SYSOUT option?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are steplib and joblib? What for they are used?