GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Mainframe  >  COBOL
Go To First  |  Previous Question  |  Next Question 
 COBOL  |  Question 143 of 162    Print  
What is an in-line perform ?

  
Total Answers and Comments: 8 Last Update: September 25, 2009     Asked by: sprabodhini 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: ravohaj
 

Default option of inline perform is test before or test after...



Above answer was rated as good by the following members:
astrolog
May 08, 2008 05:52:54   #1  
sathya swaminathan Member Since: May 2008   Contribution: 3    

RE: What is an in-line perform ?
Inline perform executes set of statments without going to
any paragraph written seperately.Depending on
scenario.....for example

Move 0 to sum-of-digits.
Move 1 to counter.
perform until counter > 10
Add counter to sum-of-digits
Add 1 to counter
End-perform.

Here the perform won't perform beyond the para.The scop of the perform will be within the same para is called In-line perform.

 
Is this answer useful? Yes | No
May 22, 2008 04:36:57   #2  
varma Suresh Member Since: May 2008   Contribution: 1    

RE: What is an in-line perform ?
perform without paragragh is called inline perform.
 
Is this answer useful? Yes | No
June 09, 2008 07:21:28   #3  
veenars Member Since: June 2008   Contribution: 3    

RE: What is an in-line perform ?
The set of ststements between perform and endperform is called as inline perform
 
Is this answer useful? Yes | No
July 15, 2008 01:33:21   #4  
gilbat82 Member Since: July 2008   Contribution: 10    

RE: What is an in-line perform ?

1.In-line perform means Body of the perform will not go to other paragraph.
Ex-
PERFORM
---------
--------
END-PERFORM.
2. Above example we do not have any GoTo statement.


 
Is this answer useful? Yes | No
September 13, 2008 10:46:43   #5  
ravohaj Member Since: September 2008   Contribution: 1    

RE: What is an in-line perform ?

Default option of inline perform is test before or test after...


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
February 05, 2009 01:48:24   #6  
shanms2 Member Since: January 2009   Contribution: 1    

RE: What is an in-line perform ?
Default option is test-before
 
Is this answer useful? Yes | No
August 11, 2009 08:09:03   #7  
mnmkiran Member Since: August 2009   Contribution: 1    

RE: What is an in-line perform ?
It is unsorted data if you want to eliminate duplicate records.
 
Is this answer useful? Yes | No
September 25, 2009 05:40:29   #8  
sachina2z Member Since: July 2007   Contribution: 4    

RE: What is an in-line perform ?
Its basically a loop to execute a group of statements without jumping any where else in the program.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape