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


Please Help Members By Posting Answers For Below Questions

Where do you use proc means over proc freq?

564


What do you know about sas data set?

594


where are dashboard components are created and maintained? : Sas-bi

568


Describe crosslist option in tables statement?

713


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

654






What are the different types of sas functions?

608


Difference between sum function and using “+” operator?

602


How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?

1945


What does the trace option do?

666


how can you import .csv file in to sas? : Sas programming

640


What are the difference between ceil and floor functions in sas?

709


How are numeric and character missing values represented internally?

1138


How would you determine the number of missing or nonmissing values in computations?

650


Give e an example of..

1655


What is program data vector (pdv) and what are its functions?

631