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 could you generate test data with no input data? : Sas programming
How you can read the variables that you need?
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How many missing values are available? When might you use them?
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 can you create zero observation dataset? : Sas programming
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
What are the five ways to do a table lookup in sas? : sas-grid-administration
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
What’s the difference between var b1 – b3 and var b1 — b3?