What is different between variable length and fixed length?
Answer Posted / saravanan
variable lenth means record should be in different format
(lenth).but the first 4 bytes only taken as a record lenth.
fixed lenth means we have declaring a record lenth.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
what is the use of outrecord?
What guidelines should be followed to write a structured cobol prgm?
What is redefines clause in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are different data types in cobol?
) how do u code after getting data?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?