Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / kannan
hi,
vareable length record is the record contain different
format(length) but the first 4 bytes taking length of record.
the fixed length record must be declaring length otherwise
throw the error.so after fill the records md fields fillup
th e filler clause.
| Is This Answer Correct ? | 39 Yes | 34 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Explain about different table spaces.
) How do u handle errors in BMS macro?
Explain how to differentiate call by context by comparing it to other calls?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Write down the divisions of cobol program?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How do you reference the fixed block file formats from cobol programs
How do you differentiate between cobol and cobol-ii?
What is the difference between binary search and sequential search?
What are the different rules to perform a Search?
Which mode is used to operate the sequential file?
What is rmode(any) ?
how do you reference the printer file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?