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
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain how you can characterize tables in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the rules of the move verb?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Can a Search can be done on a table with or without Index?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What rules are followed by the search verb.
how do you reference the variable block file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the printer file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
What are the different types of condition in cobol and write their forms.