please can you tell me that in companies sas work are doing
by through sas coding or sas wizard ??
No Answer is Posted For this Question
Be the First to Post Answer
describe the interaction table in sas di? : Sas-di
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
how does sas handle missing values in procs? : Sas programming
What are the statements in proc sql?
What is the purpose of _character_ and _numeric_?
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
how do we mail reports from SAS environment to our team leader
What is _n_?
What is univariate n where it can be used n how...?
Name statements that function at both compile and execution time?
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?