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


Please Help Members By Posting Answers For Below Questions

can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1900


In COBOL programming, what is PERFORM? What is VARYING?

668


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2102


What is link edit in cobol?

748


Which Search verb is equivalent to PERFORM…VARYING?

679






Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2052


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

727


how to access the file from prodution from changeman tool and to submit a file to production

6680


What are the rules of the move verb?

701


how do you reference the rrds file formats from cobol programs

792


how to move the records from file to array table. give with code example

2216


What is report-item in COBOL?

704


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

670


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1586


What is an in line perform? When would you use it? Anything else you wish to say about it.

641