Where do the database management systems store data and how do
u import them.
Answer Posted / rajkumar
Most of the people are store their data in Oracle , SQL
Server.
We have to import the data by using import procedure.
Proc import datafile = <file path> out = <dataset name>
dbms = <identifier> replace;
<data-source-statement(s)>;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the types of interactive display types? : Sas-bi
Mention what is the difference between nodupkey and nodup options?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What is the sas data set? : sas-grid-administration
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are the uses of sas?
Why and when do you use proc sql?
Have you used macros? For what purpose you have used? : sas-macro
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
what does the run statement do? : Sas programming
How would you identify a macro variable?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What are the data types that sas contain?
Tell me about % include and % eval? : sas-macro