What is different between variable length and fixed length?
Answer Posted / udaya bharathi
fixed length file contains same record length for all
records.but in variable length files length of the record
varies ,it can be useful in such cases we are not sure
about the length of the output file to be generated
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
what is the use of outrecord?
How to know whether the module is dynamical or statistical?
What is the problem of ordered sequential files access?
how to convert the recors form vsam file to db2 table tru file aid
How you can characterize tables in cobol?
Write a cobol program making use of the redefine clause.
What the difference is between continue and next sentence?
What are the various section in data division and briefly explain them.
How to remove 2 duplicate records and copy only one using job control language?
What are literals?
For rewrite, why is it mandatory that file needs to be opened?
What are the different rules to perform a Search?
How can you get the ksds file records into your cobol program?
) How do u handle errors in BMS macro