What is connection profile? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
SAS using companies in chennai
What r all the reporting procedures...?
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
how many types of MERGE?
how to generate means for every subject;
How do you add a number to a macro variable?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
How do you read in the variables that you need?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.