What are _numeric_ and _character_ and what do they do?
Answer Posted / viditmalhotra89
_numeric_ & _character_ are mostly used in:
1. Defining arrays: if an array is defined as _numeric_ that means it expects all values stored in it to be numeric ONLY! And if we define array as _character_ it expects only character values to be stored within it
2. With proc print, if we use these, it prints only numeric or only character variables of the data set!
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Do you need to know if there are any missing values?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is the difference between match merge and one to one merge?
what can you learn from the sas log when debugging? : Sas programming
what are all the reports you generated in your recent project?
what is hierarchy flattening? : Sas-di
Explain the purpose of substr functions in sas programming.
Why and when do you use proc sql?
What was the last computer book you purchased? Why?
how to debug and test the sas program? : Sas-administrator
Explain the special input delimiters used in sas programming.
how do you debug and test your sas programs? : Sas programming
Name and describe few sas character functions that are used for data cleaning in brief.