Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the access modes of START statement?

719


What is perform what is varying?

711


What is the difference between comp and comp-3 usage?

681


) how do u code after getting data?

1580


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

2120






Explain the configuration section of a cobol program with examples of syntax.

661


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


A table has two indexes defined. Which one will be used by the SEARCH?

759


What is length is cobol?

651


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780


Whats the difference between search & search ALL?

5264


What is an in line perform? When would you use it? Anything else you wish to say about it.

649


Write a program that uses move corresponding.

673


How to know whether the module is dynamical or statistical?

656


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

859