What are the different operating system platforms in which we can use sas? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
what is in stream data in SAS?
What are the special input delimiters used in SAS?
What SAS statements would you code to read an external raw data file to a DATA step?
how many data types in sas? : Sas-administrator
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
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what is conditional processing?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
What is the size of PDV?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What function CATX syntax does?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?