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 registered Key word is sas????
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
Explain bmdp procedure?
What is the purpose of _character_ and _numeric_?
What is the difference between an informat and a format? Name three informats or formats.
tell me about use of arrays in sas
If you could design your ideal job, what would it look like?
describe the interaction table in sas di? : Sas-di
what is Business Intelligence?
what is prime numbers? how we can get plc write sas code?
What are _numeric_ and _character_ and what do they do?
what are the differences between proc report and proc tabulate?