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

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

606


what is sas enterprise intelligence architecture? : Sas-bi

538


What is the command used to find missing values?

584


Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

1604


what has been your most common programming mistake? : Sas programming

555






Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

688


Name some categories in sas 9? : sas-grid-administration

551


What is program data vector (pdv)?

627


How do you debug and test your SAS programs?

1041


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

1909


: and & modifiers.

856


what other sas products have you used and consider yourself proficient in using? : Sas programming

675


what are all the reports you generated in your recent project?

1672


What system options would you use to help debug a macro? : sas-macro

629


What is substr function?

616