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 difference between %put and symbolgen?
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
What is the difference between nodup and nodupkey options?
20 Answers iFlex, Makro, Talwar,
how to do user inputs and command line arguments in sas?
How to read the file names of a text files from a shared drive using SAS?
What is the difference between where and if statement?
How is character variable converted into numeric variable and vice versa?
How would you remove a format that has been permanently associated with a variable? ________________
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
Describe a time when you were really stuck on a problem and how you solved it?
Where do the database management systems store data and how do u import them.