What do you code to create a macro? : sas-macro
Answer / Arunesh Ranjan
In SAS, macros are defined using the %macro and %mend keywords. The body of the macro goes between these two keywords.nnFor example:nn %macro my_macro;n ...n %mend my_macro;
| Is This Answer Correct ? | 0 Yes | 0 No |
How many data types are there in SAS?
What does a PROC TRANSPOSE do?
6) Explain about below automatic variables a) _N_ b) _ERROR_ c) _CHAR_ d) _NUMERIC_ e) _ALL_ f) FIRST.BY VARIABLE g) LAST.BY VARIABLE h) _NAME_ i) _TYPE_ j) _FREQ_ k) _STAT_ l) _BREAK
how will you locate the sas platform applications? : Sas-bi
Name and describe three SAS functions that you have used, if any?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What is a method to debug and test your SAS program?
Explain the purpose of retain statement.
What is the order of application for output data set options, input data set options and SAS statements?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?
what is operational data and operational system? : Sas-di