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 purpose of the dd keylen parameter?
How is the keyword DUMMY used in JCL?
How do you submit JCL via a Cobol program?
How do you submit a job for execution?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
what is the alternative to model parameter?
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
which utility is used a dummy utility?
How do You skip a Step In JCL?
Explain the function of dd name parameter with a 2 part structure; audit.report?
how to modify the copy book?explain with examples
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?