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
Write down the divisions of cobol program?
how to refer the data field?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What are the pertinent COBOL commands?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How you can read the file from bottom?
Why did you choose to work with ibm mainframe cobol programming?
How you can characterize tables in cobol?
what is difference between cobol and cobol/400
i need a small 3d program using inline and outline.
what is search and searchall?what is the diffrence between them?give an best example?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are various search techniques in cobol? Explain.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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.