GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Mainframe  >  COBOL
Go To First  |  Previous Question  |  Next Question 
 COBOL  |  Question 143 of 158    Print  
What is an in-line perform ?

  
Total Answers and Comments: 5 Last Update: September 14, 2008     Asked by: sprabodhini 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
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 | No


 
Go To Top


 Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape