I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between unique key and primary key? : Sas-di
what is program data vector? : Sas-administrator
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
what is information maps?
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
What is instream data in SAS?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
Under what circumstances would you code a SELECT construct instead of IF statements?
Which of the following is not created during compilation phase?
I need help in merging two different datasets. I am merging by date and I want to propagate observations from one dataset to the corresponding dates. One dataset has a unique date for each day of the month, while the other dataset has same date for different patient visits. For example I want to spread an observation on the 31DEC2008 from one dataset to several observations with the same date on a second dataset for all the patients who visited on that date. I have tried to merge the two and the result is not what I wanted. Instead I get a dataset whereby all the dates have missing values where observations from the first datset should have spread.