if you give cylinder(1,1)how many cylinders it will be allocate?
Answer Posted / nag(igate)
this is VSAM question.
the maximum extents to secondary is depend on the files
used:
For sequential: 15
for VSAM : 123
in this case the answer is : 1+1*123=124 cylinders
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the different rules for performing sort operation?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the usage of comp fields in cobol?
Define static linking and dynamic linking.
What is a report item?
how to move the records from file to array table. give with code example
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Whats the difference between search & search ALL?
) How do u handle errors in BMS macro?
How do you reference the following file formats from cobol programs?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?