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 |
What is the basic structure of a sas program?
How do you add a number to a macro variable?
How can you limit the variables written to output dataset in data step?
What are the table names in oracle database...?
Explain the main difference between the sas procedures and functions? : Sas-administrator
Explain substr function?
When merging 2 datasets with a common variable (not merge key), how to keep both?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
why is sas data integration studio important? : Sas-di
What is Linear Regression?
how sas deals with business intelligence? : Sas-bi
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,