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 |
how many types of prompts are there? : Sas-bi
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
what are all the reports you generated in your recent project?
0 Answers Accenture, Quintiles,
How could you generate test data with no input data?
how the sas basic syntax style described? : Sas-administrator
What is difference between sas rename and lable?
How many missing values are available? When might you use them?
Explain the difference between informat and format with an example.
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
proc means? proc sort? proc append? proc freq? proc print? proc content?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
Explain translate function?