Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / ragini roy
Fixed length strings, storage space required is length of string and range of values is 1to 65400 , characters, whereas the variable string length, storage space required is length +10 bytes and range of values is 0 to billion characters
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
Write a program that uses move corresponding.
Which division and paragraphs are mandatory for a COBOL program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write a cobol program making use of the redefine clause.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between comp and comp-3?
Write the code to count the sum of n natural numbers.
How to remove 2 duplicate records and copy only one using job control language?
How do you get the data to code the BMS macro?
What the difference is between continue and next sentence?
What is the difference between perform … with test after and perform … with test before?
Write a program to enter and display the names of students in a class using the occurs clause.