What is connection profile? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
If a variable contains only numbers, can it be a character data type?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
What is SAS? is it a software just for use or we can creat something over there?
One way of creating a new variable in Macros is by % Let....What is the other way..?
what is Difference between PROC SQL JOINS and MERGE?
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
why is a stop statement needed for the point=option on a set statement? : Sas programming
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
Mention what is SAS data set?
How do you put an elephant in the refrigerator?
How would you invoke a macro? : sas-macro