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 the difference between Global and External Variables?
what happens if parmparameter passes zero bytes to the program
How do define dynamic array in cobol.
how to refer the data field?
What are the different rules for performing sort operation?
How do we get current date from system with century in COBOL?
What type of SDLC u followed? Why?
Which is not true about evaluate statement
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is comp-1 and comp-2?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How do you reference the fixed block file formats from cobol programs
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..