How many extents are possible for a sequential file ? For a
VSAM file ?
Answer Posted / guest
16 extents on a volume for a sequential file and 123 for a
VSAM file.
| Is This Answer Correct ? | 46 Yes | 5 No |
Post New Answer View All Answers
What is the syntax of JCL statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what is a jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is the compile process of cobol program expalin with code
What parameter of the job statement is used to limit the cpu time consumed by the job?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is DD statement is used in JCL?
What are the jcl procedures?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
In job processing, what happens in execution stage?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
Can I share my data with other jobs? How?
How jcl work to handle various input output file operations?