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

Explain how you can debug and test your SAS program?

762


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2188


What do you know about symput and symget?

957


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

856


What commands are used in the case of including or excluding any specific variables in the data set?

837


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

822


What are the new features included in the new version of SAS Programming Language?

964


What is the difference between proportion and average?

3016


Explain bmdp procedure?

813


What are the implications?

1401


what is sas database server? : Sas-di

821


what do the pad and dim functions do? : Sas programming

794


What is the difference between %local and %global? : sas-macro

893


What is the difference between SAS functions and procedures?

902


How to create an external dataset with sas code?

808