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 format of comment statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the function of the steplib dd statement?
Is their any set of rules for dd? Explain.
What do you understand by the term job time – out and how can you overcome that?
Can we call instream to catalog and catalog to instream?
how do you access an uncataloged dataset in a jcl?
Is it possible to left uncode disp?
Can an individual step be restricted from using all the jobs allowed cpu time?
what are JCLLIB and STEPLIB in JCL?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is the function of a dd statement?
In job processing, what happens in execution stage?
what is DSN parameter and DISP parameter is used for?