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
What are declaratives and what are their uses in cobol?
State the various causes of s0c1, s0c5 and s0c7.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Mention the guidelines to write a structured cobol program?
) How do u handle errors in BMS macro?
What is rmode(24)
What is the LINKAGE SECTION used in COBOL?
What is the use of intialize verb?
Which division and paragraphs are mandatory for a COBOL program?
What is length is cobol?
Write the code implementing the perform … varying.
What are the pertinent COBOL
What is difference between static and dynamic call in cobol?
What are the different data types in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?