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
Define concatenating?
Is it possible to define dd statements as you want?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What is the purpose of dd * statement in jcl?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How to run cobol program using jcl?
what sort card you will use to copy the data from one dataset to another dataset?
How does jcl act on code(if you take a cobol program)?
What is the difference between run mode and addressing mode?
Explain how can values be passed from the job stream to an executable program?
what is the purpose of coding notify parameter in job statement?
How can return codes be tested before execution of a job step?
What are some jcl statements that are not allowed in procedures?
How jcl work to handle various input output file operations?