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 |
Explain the job statement in jcl?
why do we use file-aid wht r the adv of using file-aid thn in ispf
What is MOD and when would you use it?
restart logic ?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
Where can program checkpoints be stored for use in a restart?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY