Prev: ODS PDF output in 9.2 vs. 9.1.3
Next: Conjoint analysis of chemotherapy induced nausea and vomiting
From: SAS_learner on 14 Jan 2010 14:41 Hello all I am trying to get the treatment codes and even though I could see the the output my maco &B is not getting resolved , what is that I am missing and what is this warning means 15 %let A = ; 16 %let B = ; 17 Proc Sql ; 18 select Count(distinct(Usubjid)) Into : A , : B 19 From Crtdir.Adsl 20 Group By Armcd; WARNING: INTO clause specifies more host variables than columns listed in the SELECT clause. Surplus host variables will not be set. 21 %put &A. ; 351 22 %put &B. ; 23 Quit;
|
Pages: 1 Prev: ODS PDF output in 9.2 vs. 9.1.3 Next: Conjoint analysis of chemotherapy induced nausea and vomiting |