Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answers were Sorted based on User's Feedback
Answer / sam insa
when we declare array with its size is called as fixed
lengh and when we declare array with pointer it is called
variable length record.
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / 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 |
What is the difference between a subscript and an index in a table definition?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
How do we get current date from system with century?
diffrence between renames and redifnes with examples
What are the different open modes available in cobol?
how we rectify soc7 and soc4 errors in project?
i WANT ALL ERROR codes IN CICS and DB2
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
In an EVALUTE statement is the order of the WHEN clauses significant?