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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kb
yes , its right the above code gives compilation errors. I
have checked this
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bv
It cannot be called directly . Control should go to
section A and start of that section A, perform CALC-INT.
Perform SECTION-A.
SECTION-A
Perform CALC-INT.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is the diff b/w select stsmt and cursor ?
The maximum number of dimensions that an array can have in COBOL-85 is ?
What is Static and Dynamic linking ?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
what is the use of keep and pass in disp
How can you get the ksds file records into your cobol program?
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
can we use the two 01 level in file discription ?
can we use reference modification an arry.
what is the advantage of using redefines instead of delaring the variables ?