what is the use of sas management console? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
what is hierarchy flattening? : Sas-di
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
how to delete the duplicate columns permanently in SQL
What do the mod and int function do? : Sas programming
what type of graphs we will create(for 2+years candidates)?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
how to perform paired t-test using Base/SAS & SAS/Stat?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?