What are _numeric_ and _character_ and what do they do?
_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 |
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
What function CATX syntax does?
What are the advantages of using sas?
What is run-group processing?
how to do user inputs and command line arguments in sas?
how to intersect the tables by using PROC MIXED?
I have a dataset with variables empid and doj how to calculate retirement age?
Explain translate function?
What is difference between rename and lable in sas?
Difference Between Scan and Substr
What are the different versions of sas that you have used until now? : sas-grid-administration
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.