As a Master Chief in US Navy submarines, one of my favorite sayings was “Good judgment comes from experience, and experience comes from poor judgment.” I've always had difficulty solidly learning new programming techniques in a traditional class...
Read more »
Tags: flexible schedule, Oracle, proc sql, programming efficiency, relational databases, sas training, Uncategorized
Posted in SAS | Comments Off
Tell me something about Alfred, male or female? age? height and weight?
Oracle database (version 9 and below) had a well known default demo account SCOTT with a password, TIGER (and TIGER was the name of the real person Bruce Scott ’s cat, see) and in this account, there are some tables named DEPT,...
Read more »
Tags: class, Database, Iris, misc, Oracle, SAS
Posted in SAS | Comments Off
We have been looking to upgrade a client to SAS 9.2 and at the same time move to the clients corporate IT standard of virtualising the environments. The client has standardised on vSphere and I thought great SAS 9.2 supports vSphere (as much as the following SAS support page say’s SAS supports virtualisation) SAS® Product Support...
Read more »
Tags: Architecture and Administration, OEL, Oracle, Oracle Enterprise Linux, Oracle VM, OVM, Redhat 5, REHL, SAS, SAS eBI, VMWare, vSphere
Posted in SAS | Comments Off
We write a LOT of SQL here and although SQL is a powerful database language, it can be tedious. So here is one tip for shortening all that typing. Typical join sytax: select some_columns from one_table join another_table on one_table.column_1 = another_table.column_1 and one_table.column_2=another_table.column_2 where some_column > someother_column ; Not too bad, right? In order...
Read more »
Tags: AAG, AFHood Analytics Group, analytics, coding tip, databases, DB2, dbms, Oracle, SAS, SAS Code, sql, sql tip, teradata, tips, USING clause, using function
Posted in SAS | Comments Off
As any good analyst knows, working with data is not the problem. Good analysts have the skill necessary to combine, split, merge, slice, aggregate, or summarize data any way you can imagine. However, is that enough? Probably not.. What good does data do if you can’t communicate its meaning in a logical way. The...
Read more »
Tags: AAG, AFHood Analytics Group, analytics, analytics consulting, cheezy graphs, Data Applied, excel, General Chatter, html, juice analytics, marketing, measurement, mysql, Oracle, pivot tables, SAS, teradata, tools, visualization
Posted in SAS | Comments Off
(Note: All the followings are tested on Windows XP environment.)
0. Install Oracle Database 10g Express Edition
Fast (and free) to download, easy to deploy and simple to admin–for learning and testing purpose, Oracle Database 10g Express Edition (Oracle Database XE, a mini version of Oracle Database 10g Release 2) are strongly recommended:
0.1 Download it...
Read more »
Tags: Database, Oracle, Oracle Database 10g Express Edition, SAS, SAS SQL Pass-Through Facility, sql
Posted in SAS | Comments Off