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 / kb
It will be called as
PERFORM CALC-INT OF SECTION-A.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are the different data types in cobol?
What is the utilization of copybook in cobol?
) How do u handle errors in BMS macro?
What guidelines should be followed to write a structured cobol prgm?
What rules are followed by the search verb.
Mention the guidelines to write a structured cobol program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Which Search verb is equivalent to PERFORM…VARYING?
how do you reference the rrds file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between Global and External Variables?