Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / sushant chavan
fixed length:-
1.Every record in the file has exactly same size (in byte)
2.It take huge memory.
3.Access become fast.
4.Computer knows exact location of records so easy access.
5.slow in transferring the records it has large size.
Variable length:-
1.Different record in the file have different size.
2.It take least memory.
3.access become slow.
4.computer does not know exact location of record so slow access.
5.fast transferring as it is small in size.
Is This Answer Correct ? | 95 Yes | 10 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
What are various search techniques in cobol? Explain.
Why occurs cannot be used in 01 level in COBOL?
Whats the difference between search & search ALL?
How are the next sentence and continue different from each other?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between perform … with test after and perform … with test before?
Explain the configuration section of a cobol program with examples of syntax.
What is the Purpose of Pointer in the string?
HOw can I get the negative sign while deduct high value from low value
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
In COBOL, what is the different between index and subscript?
how to convert the recors form vsam file to db2 table tru file aid