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
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
what has been your most common programming mistake? : Sas programming
Describe the function and utility of the most difficult SAS macro that you have written?
What versions of SAS have you used (on which platforms)?
How can you create a macro variable with in data step? : sas-macro
How to create a permanent sas data set?
Tell e how how dealt with..
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
How would you determine the number of missing or nonmissing values in computations?
how can you create zero observation dataset? : Sas programming
What does the trace option do?
how does sas handle missing values in procs? : Sas programming
What is the use of PROC gplot?
Why double trailing @@ is used in input statement?
In ARRAY processing, what does the DIM function do?