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
Where do you use proc means over proc freq?
What are the functions which are used for character handling functions?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what is SAS OPTIMIZATION?
What is the basic syntax style in SAS?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
How to test the debugging in sas?
How sas treats the dsd delimiters?
what is business intelligence? : Sas-bi
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is the difference between input and infile statement?
how can you import .csv file in to sas? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Can you suggest us materials for sdtm mapping?
Differentiate input and infile.