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
) what is the difference between AID and HANDLE AID?
Describe the cobol database components?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how do you reference the ksds vsam file formats from cobol programs
how do you reference the rrds file formats from cobol programs
how do you reference the variable block file formats from cobol programs
What kind of error is trapped by on size error option?
What is perform what is varying?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what happens if parmparameter passes zero bytes to the program
Write a program that uses move corresponding.
Write some characteristics of cobol as means of business language.
Name the sections present in data division.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Can we change the password using ALTER? anyone tried and changed?