Explain the function of //jcllib statement?
Answer / Amar Jeet Singh
The '//JCLLIB' statement in JCL is used to specify a library containing other JCL members (known as job control language libraries, or JCLLIBs). This allows for the reuse and organization of frequently-used JCL code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
What is one line to pass PARM from JCL to COBOL?
Explain concatenating datasets?
read all error codes like SB07?
Can you give the sort card to arrange the specific column in the version of GDG.
Is condition checking possible in jcl? If yes, how?
What is the function of job statement in jcl?
What is job control language?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
describe the dd statement,its meaning,syntax and keywords?
What is model dataset label(Model DSCB)?