what happens when time=0 is given in jcl code.
what happens when blksize=0 is given in jcl code.
what is symbolic and overriding parameters and a example
program.
Answer Posted / mdvasanth86
1. Not sure.
2. It is a good JCL coding procedure to code BLKSIZE=0 as
the system will find the optimal Blocksize.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how you can access an uncataloged dataset in a JCL?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what are the various stages of job processing?
which utility is used to run a cobol-db2 program?
what are JCLLIB and STEPLIB in JCL?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Mention the types of job control statements?
how would you create a temporary dataset? And where will you use them?
Are there any set of rules for the names of the steps used in a job? What are they?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is it possible to define dd statements as you want?
What dd statement is used to supply the name of a dataset?
What are the parameters that are used in creating a gdg?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Explain about ISPF/TSO Commands