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 do you submit JCL via a Cobol program?

5 Answers   IBM,


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

0 Answers  


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1 Answers  


In an EVALUTE statement is the order of the WHEN clauses significant?

4 Answers  


Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...

1 Answers  






Why IBM?

1 Answers   IBM,


Should I use STOP RUN in the sub program??why?

6 Answers   Xansa,


What is the maximum length of a field you can define using COMP-3?

4 Answers   Complex System, Infosys,


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

0 Answers   IBM,


How can you declare the file ?

1 Answers   Wipro,


Write a cobol program making use of the redefine clause.

0 Answers  


have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code

3 Answers  


Categories