Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / manonmani.r
variable length is changed in dynamic variable creation.but
fixed lenth is mentioned in static variable creation.
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
What rules are followed by the search verb.
How are the next sentence and continue different from each other?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Name the divisions, which are available in a cobol program?
State the various causes of s0c1, s0c5 and s0c7.
Difference between cobol and cobol-ii?
What guidelines should be followed to write a structured cobol prgm?
how do you reference the esds vsam file formats from cobol programs
How do you reference the following file formats from cobol programs?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is link edit in cobol?