if you give cylinder(1,1)how many cylinders it will be allocate?
Answer Posted / nagaraj ramamoorthy
it depends based on the size of the file.
when the dataset is created, 1 cylinder(primary quantity)
will be allocated. When the primary quantity is utilised
completely then the secondary quantity will be extended 1
cylinder. likewise it will extend 16 secondary extends for
seq files..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is link edit in cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Which Search verb is equivalent to PERFORM…VARYING?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the compute verb? How is it used?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How many sections are there in data division in COBOL?
How you can characterize tables in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are 77 levels used for?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
how do you reference the printer file formats from cobol programs
Have you used comp and comp-3 in your project? And how?
What is rmode(any) ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?