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 the difference between using drop = data set option in set and data statement?

677


Explain the difference between nodup and nodupkey options?

605


how does sas handle missing values in a merge? : Sas programming

551


what are some good sas programming practices for processing very large data sets? : Sas programming

509


Are you sensitive to code walk-throughs peer review or QC review?

2602






In proc transpose and data step with arrays which one you pick?

2574


Mention few capabilities of sas framework.

692


What is connection profile? : sas-grid-administration

644


Explain append procedure?

633


How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

2383


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

612


how can you create zero observation dataset? : Sas programming

637


What is program data vector (pdv)?

632


how to debug and test the sas program? : Sas-administrator

572


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

542