For what purpose(s) would use the RETURN statement?



For what purpose(s) would use the RETURN statement?..

Answer / kiran

Return statement is used to return to a called module some
thing similar to a GOTO statement,

GOTO Label1:

Label1:

Statement 1;
Statement 2;
RETURN;

Here the RETURN statement helps in branching back to GOTO
label1 statement after performing statements in Label1

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More SAS Interview Questions

Differences between where and if statement?

0 Answers  


How necessary is it to be creative in your work?

0 Answers   Oracle,


What are the automatic variables for macro? : sas-macro

0 Answers  


What are the applications primarily used by business analyst? : Sas-bi

0 Answers  


Enlist the syntax rules followed in sas statements.

0 Answers  






what is conditional processing?

4 Answers   Accenture,


What are the five ways to do a table lookup in sas? : sas-grid-administration

0 Answers  


What does error:1 mean?

8 Answers   Accenture,


What statement do you code to write the record to the file?

5 Answers  


How do you control the number of observations and/or variables read or written?

0 Answers  


Hi Friends, My name is Priya,am new to this Forum. am looking for SAS Platform Administration Interview Questions.I searched every where but I couldn't find any where.please can anyone help me with the FAQ's. It would be a great favor to me if you can email the Interview Questions to priyafeb84@gmail.com

0 Answers  


Can you explain the process of calendar?

0 Answers  


Categories