what is sas and what are the functions? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
Mention the difference between ceil and floor functions in sas?
Describe a time when you were really stuck on a problem and how you solved it?
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?
What is the function of output statement in a SAS Program?
Mention sas system options to debug sas macros.
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
what is Difference between PROC SQL JOINS and MERGE?
What is the SAS data set?
/* 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;
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
How we can call macros with in data step? : sas-macro
what is the difference between nodup and nodupkey options? : Sas programming