What is your weekness? I am confuse what to say about this
question. so can u give some answer which can be yur
strenght.
Answer / shyampatel
my weekness is i q do any work with complete dedication and honestly
| Is This Answer Correct ? | 0 Yes | 1 No |
Give some examples where proc report’s defaults are different than proc print’s defaults?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
how do u test a pros sql(works or not) without executing it?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
what techniques and/or procs do you use for tables? : Sas programming
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
how to generate the test data in sas without input data? : Sas-administrator
What do the SAS log messages "numeric values have been converted to character" mean?
What are the functions which are used for character handling functions?