How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
No Answer is Posted For this Question
Be the First to Post Answer
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
explain about data integrator metadata reports? : Sas-di
What is SAS? What are the functions does it performs?
How can you limit the variables written to output dataset in data step?
What are common programming errors committed in sas
Give an example where SAS fails to convert character value to numeric value automatically?
What do the PUT and INPUT functions do?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
What is the purpose of _error_?
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
how to handle in stream data containing semicolon in it?