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
Which division and paragraphs are mandatory for a COBOL program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write a program to enter and display the names of students in a class using the occurs clause.
Write a program that uses move corresponding.
How do you define a variable of comp-1 and comp-2?
What are the different open modes available in cobol?
How many sections are there in data division in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
HOw can I get the negative sign while deduct high value from low value
What is the use of intialize verb?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is report-item in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
Mention the guidelines to write a structured cobol program?