what are the limitations of Inline Perform?

Answer Posted / anbarasu

Inline perform needs to be ended with end-perform everytime.

We need to hard code the statements that we need to perform
with a inline perform statement.

In line PERFORMs work as long as there are no internal GO
TOs, not even to an exit.
The in line PERFORM for readability should not exceed a
page length - often it will reference other PERFORM
paragraphs.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why would you use find and get rather than to obtain?

698


What is report-item in COBOL?

719


What is difference between static and dynamic call in cobol?

793


How to remove 2 duplicate records and copy only one using job control language?

763


How are the next sentence and continue different from each other?

775






What are the pertinent COBOL commands?

2632


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

678


Whats the difference between search & search ALL?

5293


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.

2021


What kind of error is trapped by on size error option?

749


What is the difference between comp and comp-3 usage?

683


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...)

1941


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1817


How to know whether the module is dynamical or statistical?

668


Difference between array and sub-script ?

1171