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  >  SAP R/3  >  Reports
Next Question 
 Reports  |  Question 1 of 170    Print  
“Check” and “Continue”. What is the difference?

  
Total Answers and Comments: 7 Last Update: September 13, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 15, 2005 23:11:19   #1  
VijayaBhaskar Thammineni        

RE: “Check” and “Continue”. What is the difference?
CHECK evaluates the subsequent logical expression. If it is true, the processing continues with the next statement. CONTINUE terminates the current pass in the loop and moves to next passRegardsvijay
 
Is this answer useful? Yes | No
September 10, 2005 02:26:00   #2  
pratiksha pradhan        

RE: “Check” and “Continue”. What is the difference?
to chek the current position
 
Is this answer useful? Yes | No
September 15, 2005 02:52:34   #3  
Vamsee Krishna        

RE: “Check” and “Continue”. What is the difference?

Check statement, checks the condition with in a loop and if it satisfies the condition, the control moves to next statement in the loop. Otherwise, it terminates the loop.

Continue statement, acts like goto statement. If the condition is true, it processes the remaining statements and if the condition is false, then the control moves to the top of loop.


 
Is this answer useful? Yes | No
September 15, 2005 02:52:49   #4  
Vamsee Krishna        

RE: “Check” and “Continue”. What is the difference?

Check statement, checks the condition with in a loop and if it satisfies the condition, the control moves to next statement in the loop. Otherwise, it terminates the loop.

Continue statement, acts like goto statement. If the condition is true, it processes the remaining statements and if the condition is false, then the control moves to the top of loop.


 
Is this answer useful? Yes | No
March 29, 2006 11:26:36   #5  
sriratna        

RE: “Check” and “Continue”. What is the difference?

check gives the conditional jump .It the condition is satisified it goes into the loop else i goes to the next record in the loop.

continue is an unconditional jump. it acts like a goto satement


 
Is this answer useful? Yes | No
May 01, 2006 16:40:36   #6  
sudhar Member Since: May 2006   Contribution: 2    

RE: “Check” and “Continue”. What is the difference?
Check stmt first checks the condition. If its true it continues with the next statement in the loop. If its false then it skips the remaining statements if any in the loop and goes to the next iteration of the loop.Unlike check continue does not have any condition. When a continue stmt is encontered within a loop the remaining stmts if any in the loop are skipped and he process continues with the next iteration of the loop.
 
Is this answer useful? Yes | No
September 13, 2006 02:25:01   #7  
sonali        

RE: “Check” and “Continue”. What is the difference?

Continue leaves the current loop if the condition does not satisfy and the loop starts again..whereas in a check first the condition is checked then the loop executes.


 
Is this answer useful? Yes | No


 
Go To Top


 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