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
Explain how you can debug and test your SAS program?
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;
What do you know about symput and symget?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What commands are used in the case of including or excluding any specific variables in the data set?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
What are the new features included in the new version of SAS Programming Language?
What is the difference between proportion and average?
Explain bmdp procedure?
What are the implications?
what is sas database server? : Sas-di
what do the pad and dim functions do? : Sas programming
What is the difference between %local and %global? : sas-macro
What is the difference between SAS functions and procedures?
How to create an external dataset with sas code?