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
Any para in a section can be called directly. There is no
need to call the section. In this case, the paragraph name
is the same in both the sections, so there should be some
way by which the paragraph can be called directly by using
the section name as the qualifier but now sure how.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Why did you choose to work with ibm mainframe cobol programming?
What is a report item?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Name the divisions, which are available in a cobol program?
How many bytes S(8) comp field occupy and its maximum value?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Define static linking and dynamic linking.
how do you reference the rrds file formats from cobol programs
What is amode(24)?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between external and global variables in COBOL?