How do you send the output of a COBOL program to a member of
a PDS?

Answer Posted / anand.r

correct answer is
//iksa01j job
//step1 exec pgm=pgm1
//sysout dd dsn=pdsname(membername),disp=shr
//

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List in order the hierarchical levels of jcl?

664


Explain the hierarchy levels in jcl?

1117


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) ?

1764


How does jcl specify the job to the operating system?

749


What is the purpose of dd dummy statement?

942






Is it possible to left uncode disp? If yes, how?

704


how you can access an uncataloged dataset in a JCL?

650


what is use of dcb parameter in dd statement?

769


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

668


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7598


Is it possible to define dd statements as you want?

644


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

627


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

1963


what are the types of abends that occur on job failure? And explain the possible causes of these

1114


Explain how can a stopped job be started again?

636