What is the role of unrestrictive users? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
How to do user inputs and command line arguments in SAS? D&B
What is difference between rename and lable in sas?
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 interleaving in SAS?
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
In which format does Date stores in sas..? What is the use of DATE in SAS.?
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
How to create list output for cross-tabulations in proc freq?
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,
Give e an example of..