What is the difference between primary and secondary
allocations for a dataset?
Answer Posted / saikat dey
total storage of Space=(cyl,(5,10),rlse)is not 5 + 16*10 =
165 cylinders.
For sequential file total extent is 16 that not mean above.
Total space of it would be [(1*5)+(15*10)]=155 Cylinders.
| Is This Answer Correct ? | 33 Yes | 2 No |
Post New Answer View All Answers
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
How to override loadlib?
what is the purpose of coding notify parameter in job statement?
Why include statement is used in a jcl?
Can we call instream to catalog and catalog to instream?
Does jcl support automatic restart?
What are the 4 fields in dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Mention the types of job control statements?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
When space is allocated for an output dataset, what units can be used?
What is timing concept in mainframe?
Explain the function of //jcllib statement?
How do you access an uncatalogued dataset in a jcl?
What is the purpose of the dd keylen parameter?