Identify statements whose placement in the DATA step is
critical?
Answer Posted / amaran
Datalines or Cards - They should be the Last statement in
your Data step. all the ohers can be placed any where
between the Data & Datalines statement.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what are input dataset and output dataset options? : Sas programming
how are numeric and character missing values represented internally? : Sas programming
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
what is snowflake schema? : Sas-di
What are pdv and it functions?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
How do you test for missing values?
Name validation tools used in SAS
how would you create multiple observations from a single observation? : Sas programming
What does P-value signify about the statistical data?
What are the difference between ceil and floor functions in sas?
What are the differences between sum function and using “+” operator?
How to read an input file in sas?
What is the length assigned to the target variable by the scan function?
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?