Do you know the features of sas?
No Answer is Posted For this Question
Be the First to Post Answer
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Given an unsorted data set, how to read the last observation to a new data set?
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,
In the flow of DATA step processing, what is the first action in a typical DATA Step?
% let A=3+4 what is result
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
what is the use of sas management console? : Sas-di
tell me about intnx, intcx functions?
In ARRAY processing, what does the DIM function do?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Name statements that are recognized at compile time only?