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
) what is the difference between AID and HANDLE AID?
How you can characterize tables in cobol?
What is the compute verb? How is it used?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are the different types of condition in cobol and write their forms.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are all the divisions of a COBOL program?
What is amode(31)
how to refer the data field?
What rules are to be followed while using the corresponding options?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do you differentiate between cobol and cobol-ii?
What are the cobol coding sheets?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?