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 happens if parmparameter passes zero bytes to the program
Explain how to differentiate call by context by comparing it to other calls?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are 77 levels used for?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are the different types of condition in cobol and write their forms.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
State the various causes of s0c1, s0c5 and s0c7.
what is amode(24), amode(31), rmode(24) and rmode(any)?
how to move the records from file to array table. give with code example
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the different rules to perform a Search?
Can we redefine the field of x(200) to less than 200?