wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
Explain about ISPF/TSO Commands
How dummy is used in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
How can return codes be tested before execution of a job step?
How can a jobs execution priority be modified?
How does jcl specify the job to the operating system?
How can the submitting users racf authority be overridden in a job stream?
Explain dfsort utility?
Explain the function of the dd dcb keyword?
What is catelog procedure and how many catelog procedure to use in one job?
how can you check if a file is empty using jcl?
Is acct parameter mandatory?