what is business intelligence? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
Differentiate between format and informat? : sas-grid-administration
Name statements that function at both compile and execution time.
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
what are input dataset and output dataset options? : Sas programming
Differences between where and if statement?
What's the difference between VAR A1 - A4 and VAR A1 - A4?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What is the length assigned to the target variable by the scan function?
What other SAS features do you use for error trapping and data validation?