Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what are the limitations of Inline Perform?

Answers were Sorted based on User's Feedback



what are the limitations of Inline Perform?..

Answer / 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

what are the limitations of Inline Perform?..

Answer / guest

Inline Perform can not not be used more than once and has
to be coded twice if need be . This makes program lengthy
and repitative .

Is This Answer Correct ?    3 Yes 2 No

what are the limitations of Inline Perform?..

Answer / anna

Inline Perform is very usfull in online pgms. performs the
fanction next to perform stmt. Saves the time, wich is a
major factor of CICS.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is Static and Dynamic linking ?

3 Answers  


What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?

3 Answers  


I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


What are options have been removed in COBOL 11?

1 Answers  


I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest

2 Answers   IBM,


Have you used comp and comp-3 in your project? And how?

0 Answers   IBM,


how we separate the cobol cics statements from cobol&cics programming?

1 Answers   Valtech,


can we use COPY statement in w-s section? how?

3 Answers  


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


what are decleratives in cobol?

0 Answers   GGG, Satyam,


file status 00 is checked after opening the file or reading the file

4 Answers   John Deere,


Categories