how you will define variables length in cobol.
Answer Posted / app
file section.
fd recseqv
recording mode is v
record varying from 3 to 80 characters.
01 recseqv-fd-record pic x
occurs 3 to 80 times
depending on ws-record-length.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How do we get current date from system with century in COBOL?
Name the sections present in data division.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
) what is the difference between AID and HANDLE AID?
What is the Purpose of Pointer in the string?
Write the code implementing the perform … varying.
Can you please let me know the centre name of INS certification in Kolkata.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the pertinent COBOL
what is the difference between COBOL2 AND COBOL390?
how do you reference the variable block file formats from cobol programs
What are 77 levels used for?
how can i see junk values in dclgen or in hostvariable of comp ?