what is the SAS/ACCESS and SAS/CONNECT?
Answer Posted / harish
sas access is used for the taking data from exter source
into sas environment like infile..etc
sas connect is used to connect data source into the sas
environment
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What is the use of stop statement?
where are dashboard components are created and maintained? : Sas-bi
How do you use the do loop if you don’t know how many times you should execute the do loop?
What do you know about symput and symget?
How can sas program be validated?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What is a macro routine?
what is the function of catx syntax? : Sas-administrator
what is intially documentation in sas?
What makes sas stand out to be the best over other data analytics tools?
What is slibref?
What do the put and input function do?
Describe the function and untility of the most difficult SAS macro that you have written.
I have a dataset concat having variable a b & c. How to rename a b to e & f?