Answer Posted / vinodhini
Most of us would forget to put semicolon(;) at the end of
sas statements
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How we can call macros with in data step? : sas-macro
what are _numeric_ and _character_ and what do they do? : Sas programming
What are the difference between sas functions and procedures?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
How to read an input file in sas?
describe about physical data integration? : Sas-di
Define run-group processing?
Can you execute a macro within a macro? Describe. : sas-macro
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is the use of proc contents and proc print in sas? : Sas-administrator
explain the concepts and capabilities of business object? : Sas-bi
Explain what is SAS informats?
Explain the purpose of retain statement.
How will you generate test data with no input data?
What is the difference between one to one merge and match merge? Give an example.