Answer Posted / vinay sonar
IEBGENER is used to copy data from one ps to another ps.
Also is it used to copy data from ps to spool area and vica
versa
For more refer mainframe refresher from MUTTU
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the jcl exec statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what happens in execution stage in job processing?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the purpose of the dd keylen parameter?
What parameter directs the output of the job log dataset?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What do you understand by the term job time – out and how can you overcome that?
Is it possible to left uncode disp?
What is the syntax of JCL statement?
How can values be passed from the job stream to an executable program?
Is it possible to left uncode disp? If yes, how?
Why block size is multiple of lrecl in jcl?
What are the 4 fields in dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?