How could you generate test data with no input data?
Answers were Sorted based on User's Feedback
Answer / sirisha
by using loop concept or by importing data frim external file.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / varun gupta
I think we can use cards statement or DATALINE sts=atement
to have test data
| Is This Answer Correct ? | 0 Yes | 5 No |
what are the best practices to process the large data sets in sas programming? : Sas-administrator
In SAS explain which statement does not perform automatic conversions in comparisons?
What does proc print, and proc contents are used for?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
how does sas handle missing values in procs? : Sas programming
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 would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
What is the use of %include statement?
what is factor analysis? : Sas-administrator
What commands are used in the case of including or excluding any specific variables in the data set?
How do dates work in SAS data?