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

I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

2 Answers   L&T,


How can I tell if a module is being called DYNAMICALLY or STATICALLY?

3 Answers   CTS,


What divisions, sections and paragraphs are mandatory for a COBOL program?

8 Answers   Arigo Infotech,


How to define a array dynamically.....

5 Answers   Fidelity,


what is level 66 means??

7 Answers  


can we use the two 01 level in file discription ?

6 Answers  


How you can delete a record from a ps file in cobol?

1 Answers  


subscript and index r not coded in u r application program what will happen?

2 Answers  


what is sync clause?

2 Answers   DELL,


How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp

3 Answers   CTS,


hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps

5 Answers   iNautix,


Why there is no questions in this column?

6 Answers  


Categories