Hello,
I'm trying to figure out how to add a DB2 environment/database to my SAS Enterprise Guide library. I have done this successfully with Teradata but for some reason cannot figure out how to...
http://www.experts-exchange.com/Database/SAS/Q_23512500.html
Zones:
SAS,
DB2Date Answered: 06/26/2008 Grade: A Views: 55
A proc report is exported out to an Excel file via ods html. There is a relatively long title to the report. In the Excel file export, the title falls into the first cell and is word wrapped. Is...
http://www.experts-exchange.com/Database/SAS/Q_23576844.html
Zones:
SAS,
MS Excel,
...Date Answered: 08/25/2008 Grade: A Views: 169
The following statement is giving me an error...
PROC SQL;
Update WORK.SR
SET Skill = SKILL.'Transaction Skill'n
Where (SKILL.'employee id'n = SR.login_id) and (SKILL.Date = SR.Date)
;
QUIT...
http://www.experts-exchange.com/Database/SAS/Q_23555574.html
Zones:
SAS,
DatabasesDate Answered: 09/17/2008 Grade: A Views: 160