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 |
what is the difference between proc means and proc summary?
What is the difference between verification and validation?
how to debug and test the sas program? : Sas-administrator
Which are SAS Windows Clients & SAS Java Clients
what is treatment emergent events and treatment emregent adverse event
How would you remove a format that has been permanently associated with a variables?
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
how to change the execute of macro
Mention what is PROC in SAS?
Describe the function and untility of the most difficult SAS macro that you have written.
What is your weekness? I am confuse what to say about this question. so can u give some answer which can be yur strenght.