Does anybody have SAS Training manual or documentation or
can you refer me any book to have better understanding on
SAS. I am fresher to SAS tool. (Ready to pay)
Answers were Sorted based on User's Feedback
Answer / chandrakanth
type little sas book.pdf in the google search you will find this book which is recommended most of the SAS programmers for learning and documentation...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venu
For more information about
SAS EBI (Enterprise Business Intelligence),
SAS EDI (Enterprise Date Integration),
SAS VA (Visual Analytics) &
SAS Platform Administration,
Please contact MuralaVenu@gmail.com or Skype ID: VenuMurala
SASTraining4U
| Is This Answer Correct ? | 0 Yes | 0 No |
Please write codes to merge two datasets and keep every record in the first dataset.
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
what are the scrubbing procedures in sas? : Sas programming
How to create list output for cross-tabulations in proc freq?
What are the differences between proc means and proc summary?
What makes sas stand out to be the best over other data analytics tools?
what are scrubing procedures in SAS?
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
how can you sort the dataset having millions of OBS(instead of sort procedure?
how do u validate the program which u have written.
how to delete the duplicate columns permanently in SQL
Which are the statements whose placement in the data step is critical?