For what purpose(s) would use the RETURN statement?
Answer Posted / 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 View All Answers
what is sas database server? : Sas-di
What is the difference between where and if statement?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
how do you pull data from equifax?tell me the process?
What is the use of function Proc summary?
what is sas metadata server? : Sas-di
Mention the category in which sas informats are placed?
how could you generate test data with no input data? : Sas programming
Are you involved in writing the inferential analysis plan? Tables specfications?
What are the different servers in sas? : sas-grid-administration
How to read an input file in sas?
which date function advances a date, time or datetime value by a given interval? : Sas programming
List out some key concept of SAS
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What are the default statistics that proc means produce?