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

what is Business Intelligence?

3 Answers   CitiGroup,


In SAS explain which statement does not perform automatic conversions in comparisons?

0 Answers  


what are informats in sas? : Sas-administrator

0 Answers  


explain the use of % includes a statement in sas? : Sas-administrator

0 Answers  


How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C

3 Answers   Accenture, Oracle,






What commands are used in the case of including or excluding any specific variables in the data set?

0 Answers  


what is the primary variable in your study?

3 Answers   Accenture,


what is Enterprise Guide?what is the use of it?

2 Answers   CitiGroup, Oracle,


what is data integration? : Sas-di

0 Answers  


Differentiate input and infile.

0 Answers  


At compile time when a SAS data set is read, what items are created?

5 Answers  


how to perform paired t-test using Base/SAS & SAS/Stat?

2 Answers  


Categories