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
Which statement does not perform automatic conversions in comparisons?
Explain proc univariate?
What are the features of SAS?
What do you understand by the term Normal Distribution?
what is sas metadata server? : Sas-di
describe the interaction table in sas di? : Sas-di
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
If a variable contains only numbers, can it be a character data type?
what techniques and/or procs do you use for tables? : Sas programming
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
how does sas handle missing values in a merge? : Sas programming
What do you know about sas and what we do? : sas-grid-administration
what is the effect of the options statement errors=1? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming