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


Please Help Members By Posting Answers For Below Questions

What the difference is between continue and next sentence?

659


Difference between cobol and cobol-ii?

704


What is static and dynamic call in cobol?

595


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

914


how do you reference the rrds file formats from cobol programs

800






What is the utilization of copybook in cobol?

657


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

631


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

684


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

676


Write the code implementing the perform … varying.

646


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061


What are literals?

632


What is report-item in COBOL?

711


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


Differentiate between structured cobol programming and object-oriented cobol programming.

667