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


Please Help Members By Posting Answers For Below Questions

Discuss about changing dataset name in proc.

765


How many sections are there in data division in COBOL?

680


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8168


What rules are followed by the search verb.

638


What is the difference between goback, stop run and exit program in cobol?

932






What guidelines should be followed to write a structured cobol prgm?

673


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

714


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


What is length is cobol?

652


What are the cobol coding sheets?

666


What is report-item in COBOL?

711


How do you get the data to code the BMS macro?

1476


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2734


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

718


Explain the configuration section of a cobol program with examples of syntax.

661