Microsoft
Software
Hardware
Network
Question : export the sas dataset to create a table in my sql database
Hi EE,
Can anyone please help me how to export the sas dataset and dump the contents into a new table in MY sql database.
Answer : export the sas dataset to create a table in my sql database
assuming the libref mysql already contains your connection definition to the mysql database, and your table is found in libref srcref, it's simply
data mysql.target_table_name;
set srcref.src_table_name;
run;
Random Solutions
Locating next index of a record set and moving to that record after form data is refreshed.
visual studio 10 generate class from xml
Please help with Pig Latin translation
QR-codes
compare to exel sheets
How to find the layout of a network when doing counsulting?
Is it normal to get Java errors during Oracle 11g installation
Subnets
Where is the db connection info located?
Is it possible to put an image in a table cell and have it overflow UNDERNEATH the text in adjacent cells?