What is different between variable length and fixed length?
Answer Posted / udaya bharathi
fixed length file contains same record length for all
records.but in variable length files length of the record
varies ,it can be useful in such cases we are not sure
about the length of the output file to be generated
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
What is perform what is varying?
Define static linking and dynamic linking.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Write down the divisions of cobol program?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are the different rules for performing sort operation?
What is the difference between comp and comp-3?
What are the different rules of SORT operation?
What is the use of intialize verb?
example for sub strings ? and refernce modifications whit output pls
Mention the guidelines to write a structured cobol program?
For rewrite, why is it mandatory that file needs to be opened?
How do u write test cases?