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 the maximum and minimum length of macro variable
what are the types of interactive display types? : Sas-bi
Differentiate between ceil and floor functions.
Mention what is the difference between nodupkey and nodup options?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What does P-value signify about the statistical data?
What is the order of application for output data set options, input data set options and SAS statements?
Tell e how how dealt with..
Explain proc univariate?
Differentiate between proc means and proc summary.
Have you ever used the SAS Debugger?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
how does sas handle missing values in assignment statements? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
Tell e how how dealt with..