Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / bikash ghosh
fixed length code:=
it is a code in which a fixed number of source symbol
encoded into a fixed number of output symbol.
variable length code:=
it can allow sources to be compressed and
decompressed with zero error and still read back symbol by
symbol.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are different data types in cobol?
How do we get current date from system with century in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How do you reference the following file formats from cobol programs?
Give some examples of command terminators?
HOw can I get the negative sign while deduct high value from low value
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is a report item?
explain sorting techniques in cobol program?
what is the difference between COBOL2 AND COBOL390?
Explain how to differentiate call by context by comparing it to other calls?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the different open modes available in cobol?
What is a SSRANGE and NOSSRANGE?