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
What is the purpose of _character_ and _numeric_?
How can you create a macro variable with in data step? : sas-macro
What do the PUT and INPUT functions do?
What is your favorite all time computer book? Why?
Describe the ways in which you can create macro variables? : sas-macro
Explain how merging helps to combine data sets.
what are _numeric_ and _character_ and what do they do? : Sas programming
Explain the purpose of retain statement.
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
how can you create zero observation dataset? : Sas programming
What is the basic structure of a sas program?
What is the use of divide function?
How can you limit the variables written to output dataset in data step?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di