What is the sas data set? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
Identify statements whose placement in the DATA step is critical?
How to get part of string form the source string without using sub string function in SAS?
what are _numeric_ and _character_ and what do they do? : Sas programming
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
Name and describe three SAS functions that you have used, if any?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
In sas, what are the areas that you are most interested in? : sas-grid-administration
: and & modifiers.
what are the scrubbing procedures in sas? : Sas programming
Briefly describe 5 ways to do a "table lookup" in sas.