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
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Which command is used to perform sorting in sas program?
what is sas olap server? : Sas-di
What is the maximum and minimum length of macro variable
How are numeric and character missing values represented internally?
What is the role of unrestrictive users? : sas-grid-administration
What do you know about symput and symget?
Describe 5 ways to do a “table lookup” in SAS?
How does proc sql work?
describe about metadata object? : Sas-di
Mention common programming errors committed in sas ?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
what is transformation in sas data integration? : Sas-di