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
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What is the difference between INPUT and INFILE ?
how does sas handle missing values in assignment statements? : Sas programming
In proc transpose and data step with arrays which one you pick?
name several ways to achieve efficiency in your program? : Sas programming
Mention the difference between ceil and floor functions in sas?
How would you include common or reuse to be processed along with your statements?
: and & modifiers.
What are the new features included in the new version of SAS Programming Language?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Give some ways by which you can define the variables to produce the summary report (using proc report)?
Did you used proc test? when?
What is the basic structure of the SAS base program?
What is the use of divide function?