Answer Posted / amar
000100 //TECH301A JOB CLASS=A,NOTIFY=&SYSUID
000110 //JCLLIB1 JCLLIB ORDER=USER.PROCLIB
000200 //STEP01 EXEC PGM=IEBGENER
000300 //SYSUT1 DD DSN=TECH301.AAAAA.PS,DISP=SHR
000400 // DD DSN=TECH301.BBBBBB.PS,DISP=SHR
000401 //SYSUT2 DD DSN=TECH301.CCCCCC.PS,DISP=SHR
000500 //SYSPRINT DD SYSOUT=*
000600 //SYSOUT DD SYSOUT=*
000700 //SYSIN DD DUMMY
BY using the IEBGENER we can pass two input files data into single output file
by
Amarnath k
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What dd statement is used to supply the name of a dataset?
What is the difference between run mode and addressing mode?
What are the parameters that are used in creating a gdg?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
In job processing, what happens in execution stage?
Explain the function of job statement in jcl?
What are the parameter we cannot use in procedure?
Name what parameter directs the output of the job log dataset?
How is a type of file defined in the jcl that executes the cobol program?
what operation is performed by job statement?
when does a dataset go uncataloged?
How gdg are concatenated?