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
Differentiate between the joblib and the steplib statements?
i want to store 20 digits . how will u do it in cobol ?
what is use of dsn parameter in dd statement?
How gdg are concatenated?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what are the statements that are not valid to be included in an include statement?
what is the purpose of coding notify parameter in job statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What are the rules employed while naming the steps in a job?
What is the purpose of dd?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How can the attributes of one sms dataset be copied to another dataset?
How would you understand error(execution phase)?
what is SOC4 error?