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
Difference between cobol and cobol-ii?
What the difference is between continue and next sentence?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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 are the different rules for performing sort operation?
what happens if parmparameter passes zero bytes to the program
In COBOL, what is the different between index and subscript?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What are literals?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is difference between cobol and cobol/400
Can we change the password using ALTER? anyone tried and changed?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How are the next sentence and continue different from each other?