In a program, there are 2 sections defined say SECTION-A
and SECTION-B. There is a paragraph say CALC-INT in both
the sections. If this para has to be called directly for
SECTION-A, then PERFORM CALC-INT will not work as it is
present in both sections. How the PERFORM statement has to
be coded here?
Answer Posted / priya
The above code does not work. It gives a compilation error.
Is there any other solution?
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Why occurs cannot be used in 01 level in COBOL?
What is inspect in cobol ?
Difference between array and sub-script ?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between next sentence and continue in cobol programing language?
How you can characterize tables in cobol?
IF I mention stop run in CICS what happens?
Can we redefine the field of x(200) to less than 200?
How do we get current date from system with century in COBOL?
What are various search techniques in cobol? Explain.
how do you reference the printer file formats from cobol programs
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Can a Search can be done on a table with or without Index?
What is the difference between external and global variables in COBOL?