Describe a time when you were really stuck on a problem and
how you solved it?
No Answer is Posted For this Question
Be the First to Post Answer
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
what is change analysis in sas di ? : Sas-di
what are sas/access and sas/connect? : Sas programming
Of all your work, where have you been the most successful?
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”,…..
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is business intelligence? : Sas-bi
What SAS statements would you code to read an external raw data file to a DATA step?
What can you learn from the SAS log when debugging?
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
how do i read multiple spaces in datasets? eg: vijaya raghava perumal.I tried with using & but it workss if its vijaya raghava but not for raghava perumal.how to do this?