What is maximum number of rows and cols can be handled in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
How many tiers in sas architecture?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
Can you execute a macro within a macro? Describe. : sas-macro
what is the purpose of _error_? : Sas programming
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
What is Transaction...? And what are Comment, Roll back n Save point..?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
explain what is factor analysis? : Sas-administrator
what are some good sas programming practices for processing very large data sets? : Sas programming
Describe 5 ways to do a “table lookup” in SAS?
How to get the repeated values by using sql in sas ?