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 / kb
It will be called as
PERFORM CALC-INT OF SECTION-A.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
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.
Why would you use find and get rather than to obtain?
How do we get current date from system with century in COBOL?
Discuss about changing dataset name in proc.
What is the local-storage section?
What do you understand by psb and acb?
how do you define single dimensional array and multidimensional array in your cobol?
What are the different open modes available in cobol?
State the various causes of s0c1, s0c5 and s0c7.
How to remove 2 duplicate records and copy only one using job control language?
What is difference between static and dynamic call in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write the code implementing the perform … varying.