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

How many sections are there in data division?.

10 Answers   Amdocs, TCS,


how to access the file from prodution from changeman tool and to submit a file to production

1 Answers   IBM,


How many maximum number of procedures can we write in one COBOL program?

5 Answers  


01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases

6 Answers   Patni,


Why did you choose to work with ibm mainframe cobol programming?

0 Answers  






What is IMPACT analysis?

2 Answers   IBM,


I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.

1 Answers   DSRC,


plz any one tell clearly the justify right clause?

1 Answers  


Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible

7 Answers   TCS,


How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)

9 Answers   Bank Of America,


01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 Answers  


COMP-3 field occupy ?

8 Answers  


Categories