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 is sas olap server? : Sas-di
What was the last computer book you purchased? Why?
Can you execute a macro within a macro? Describe. : sas-macro
what is hash files in sas and why we are using this one in sas?
how do the in= variables improve the capability of a merge? : Sas programming
What is the difference between proportion and average?
what versions of sas have you used (on which platforms)? : Sas programming
what is study design in while working with SAS? what are screening variables in SAS?
How does proc sql work?
How would you define the end of a macro? : sas-macro
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What is the difference between one to one merge and match merge? Give an example.
what is change analysis in sas di ? : Sas-di
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 ...
explain about data integrator metadata reports? : Sas-di