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 |
How do you do in-line PERFORM?
for an INITIALIZE and what keyword allows for an override of the default.
What is the default value of DISP parameter?
What is a scope terminator? Give examples.
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
how do u link sub pgm to main pgm ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
Are you comfortable in cobol or jcl?
Write the code to count the sum of n natural numbers.
What is the difference between a subscript and an index in a table definition?
what is level 66 means??
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......