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 ? | 96 Yes | 10 No |
Post New Answer View All Answers
What is cobol?
how do you reference the ksds vsam file formats from cobol programs
Explain how you can characterize tables in cobol?
How arrays can be defined in COBOL?
For rewrite, why is it mandatory that file needs to be opened?
Name the sections present in data division.
How to know whether the module is dynamical or statistical?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How can you get the ksds file records into your cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do get the result of your program directly on your pc?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
) what is the difference between AID and HANDLE AID?
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?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com