how will you location sas platform applications available from web browser? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
How many tiers in sas architecture?
where to use sas business intelligence? : Sas-bi
what versions of sas have you used (on which platforms)? : Sas programming
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
How can you create a macro variable with in data step? : sas-macro
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What r all the reporting procedures...?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What are TEAEs
2 Answers Accenture, Quintiles,
What is the purpose of _character_ and _numeric_?