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
how does sas handle missing values in functions? : Sas programming
how to change the execute of macro
What are the functions used for character handling?
How would you determine the number of missing or nonmissing values in computations?
What is proc sort?
In ARRAY processing, what does the DIM function do?
how many display types available in sas bi dashboard? : Sas-bi
how do the in= variables improve the capability of a merge? : Sas programming
How to test the debugging in sas?
for whom is sas data integration studio designed? : Sas-di
explain the difference between proc means and proc summary?
In SAS explain which statement does not perform automatic conversions in comparisons?
List down the reasons for choosing sas over other data analytics tools.
Name validation tools used in SAS
why is sas considered self-documenting? : Sas programming