wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
Answer / suman
It takes the out put from one program and given to input as
another program.
this is mainly used in run the jcl from cobal.
| Is This Answer Correct ? | 4 Yes | 2 No |
What are the valid DSORG values ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is notcat 2 - gs?
How many types we can give input to JCL
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
Max generations in GDG??
how to code instream data in procedure?
what is DSN parameter and DISP parameter is used for?
//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 /*
Explain how can an in-stream dataset be terminated?
What is model dataset label(Model DSCB)?
What is a Dummy Utility and what it does ?