What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
2 8888What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
IBM,
3 28236What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
1 5864What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
2 9383
What is the use of disp parameter?
Explain the hierarchy levels in jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is a jcl?
How do you overcome this limitation ?
how can the same proc be re-used and called by many jobs?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to run cobol program using jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
a dd statement has 2 types of parameters. Name them?
What dd statement is used to supply the name of a dataset?
what is “Cond= even” and “Cond=only”?
what operation is performed by job statement?
what is the purpose of coding notify parameter in job statement?
How jcl is used for testing batch programs?