Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / thiyagarajan
if we didnt mention length then it is variable length,if we
declare the size then it is fixed length
| Is This Answer Correct ? | 20 Yes | 16 No |
Post New Answer View All Answers
How do u write test cases?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Explain how to differentiate call by context by comparing it to other calls?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between comp and comp-3 usage?
how do you reference the ksds vsam file formats from cobol programs
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the printer file formats from cobol programs
HOw can I get the negative sign while deduct high value from low value
) How do u handle errors in BMS macro?
What is inspect in cobol ?
What is the difference between PIC 9.99 and PIC9v99?
What is the LINKAGE SECTION used in COBOL?