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 |
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How would you code the criteria to restrict the output to be produced?
How to sort in descending order?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
To what type of programms have you used scratch macros?
What is a pdv and what are its functions?
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
Can you excute a macro within a macro? Describe.
Tell e how how dealt with..
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
what are sas bi dashboard components? : Sas-bi
what are input dataset and output dataset options? : Sas programming