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
How can you get the ksds file records into your cobol program?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
) what is the difference between AID and HANDLE AID?
What do you understand by psb and acb?
Discuss about changing dataset name in proc.
What are the pertinent COBOL
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.
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the rrds file formats from cobol programs
What is the difference between Call and a Link?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write down the divisions of cobol program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is inspect in cobol ?
how do you define single dimensional array and multidimensional array in your cobol?