What is the difference between the proc sql and data step?
No Answer is Posted For this Question
Be the First to Post Answer
what type of reports you are generating in your company...???
2 Answers GSK GlaxoSmithKline,
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
how does sas handle missing values in functions? : Sas programming
Under what circumstances would you code a SELECT construct instead of IF statements?
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
How can sas program be validated?
What do you know about sas and what we do? : sas-grid-administration
What has been your most common programming mistake?
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
Are you involved in writing the inferential analysis plan? Tables specfications?
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?