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
Differentiate between format and informat? : sas-grid-administration
how are numeric and character missing values represented internally? : Sas programming
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
How does proc sql work?
what is the purpose of _error_? : Sas programming
Can you execute macro within another macro? : sas-macro
What does the trace option do?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
For what purposes have you used sas macros? : sas-macro
Explain how you can debug and test your SAS program?
what is sas metadata repository? : Sas-bi
what are the benefits of data integration? : Sas-di
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming