How to include or exclude specific variables in a data set?
No Answer is Posted For this Question
Be the First to Post Answer
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
Tell me about % include and % eval? : sas-macro
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
Baseline definition in your study
3 Answers Accenture, Quintiles,
for whom is sas data integration studio designed? : Sas-di
how does sas handle missing values in assignment statements? : Sas programming
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
What is the role of sas grid administrator? : sas-grid-administration
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
Name statements that are execution only.