Explain fixed length record in cobol? with suitable example
Answer Posted / jai ho
Fixed length record can be created by giving
example
FD IN-FILE
RECORDING MODE IS F
RECORD CONTAINS M CHARACTERS
CORRECT ME
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Can a Search can be done on a table with or without Index?
IF I mention stop run in CICS what happens?
What are all the divisions of a COBOL program?
how to move the records from file to array table. give with code example
what is difference between cobol and cobol/400
Explain how to differentiate call by context by comparing it to other calls?
Are you comfortable in cobol or jcl?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write the code to count the sum of n natural numbers.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between binary search and sequential search?
how to refer the data field?
Have you used comp and comp-3 in your project? And how?