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 many bytes S(8) comp field occupy and its maximum value?
what is search and searchall?what is the diffrence between them?give an best example?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How many sections are there in data division in COBOL?
What type of SDLC u followed? Why?
Name the divisions, which are available in a cobol program?
In COBOL, what is the different between index and subscript?
Define static linking and dynamic linking.
How do u write test cases?
how to refer the data field?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is amode(24)?
Explain the configuration section of a cobol program with examples of syntax.
i need a small 3d program using inline and outline.