Explain fixed length record in cobol? with suitable example
Answer / 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 |
What is the difference between comp and comp-3 usage?
how to convert the recors form vsam file to db2 table tru file aid
How to Pass table from a cobol program to another cobol program and how to use that table in called program
What is COMP-1? COMP-2?
what is the difference between perform varying and perform until
What is amode(31)
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
In an EVALUTE statement is the order of the WHEN clauses significant?
how to code in cobol while using variable block file?
what is difference between cobol and cobol/400
what is meant by binary search?
BY seeing a program how can we say that it is static call or dynamic call