Search found 4992 matches

by kcbland
Mon Oct 24, 2005 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling ConvertMonth from within routine.
Replies: 8
Views: 1290

For the record, this poster did read history before starting this topic. This is why the original post was qualified with a 'without having to make a copy and compile'. Yep, for which I publicly showed I went back to my most recent reply, corrected myself (see EDIT), and even did the redfaced emoti...
by kcbland
Mon Oct 24, 2005 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Everyone group
Replies: 7
Views: 1003

Chapter 1 of the Administrator guide, section Permissions (page 1-17 in the version I have in front of me) covers this in detail, which is where the previous quote originated.
by kcbland
Mon Oct 24, 2005 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while viewing data
Replies: 19
Views: 4595

So, have you configured PX for Oracle? Is the Oracle client installed? What have you done? Was there an issue following the setup guides in your documentation? Can you post those error messages as well?
by kcbland
Mon Oct 24, 2005 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user defined sql not working
Replies: 3
Views: 944

Yeah, you can't do 2 statements. It's fundamentally not the way it works. There's a tabular stream of data going into the ODBC stage, the SQL is then prepared. Your 2 statements don't work. The delete works because it doesn't care about the stream, the second works because it does. Together, it can'...
by kcbland
Mon Oct 24, 2005 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Restore
Replies: 2
Views: 1014

Document all of the configurations, from DSN's to tuning parms in UVCONFIG. Make sure any database client software is put back exactly. DS is the easy part, import all the job designs back into their respective projects. Any persistent hash files should have been backed up or moved somewhere safe, t...
by kcbland
Mon Oct 24, 2005 11:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Recovering from Machine Crash
Replies: 2
Views: 793

Are you restoring the entire machine, or just selected directories? If reinstalling Windoze, you're going to need to install DS exactly the same way it was installed before, including the directory paths. That gets you back all the registry stuff. It's worth a stab at doing a full recovery and seein...
by kcbland
Mon Oct 24, 2005 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling ConvertMonth from within routine.
Replies: 8
Views: 1290

Yeah, but if you look here: m It's exactly what was needed. I don't like to give the easy answer or spoon feed people. Why post at all, why not give out phone numbers and voice answers? The history is here to be used. Our first answer to most questions that can solved via the Search facility should ...
by kcbland
Mon Oct 24, 2005 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Everyone group
Replies: 7
Views: 1003

hint hint

Per your DS documentation available to everyone under the Start button


Have you looked up the answer?
by kcbland
Mon Oct 24, 2005 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Everyone group
Replies: 7
Views: 1003

Per your DS documentation available to everyone under the Start button: When you first install DataStage, the Everyone group is assigned to the category DataStage Developer. This group contains all users, meaning that every user has full access to DataStage. When you change the user group assignment...
by kcbland
Mon Oct 24, 2005 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling ConvertMonth from within routine.
Replies: 8
Views: 1290

Check out the excellent search facilities on the forum. Here's one I found in about 15 seconds:

http://www.dsxchange.com/viewtopic.php? ... hlight=dsu
by kcbland
Mon Oct 24, 2005 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IPC Stage / Inter-process row buffer
Replies: 1
Views: 690

Two passive stages directly link have a hidden active stage. Putting an IPC stage between two passive stages will make a performance difference, but would only be measurable depending on the nature of the stages. Imagine a job like: SEQ --> XFM --> OCI. An IPC stage won't really make a difference, b...
by kcbland
Mon Oct 24, 2005 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Query with no key values
Replies: 3
Views: 1153

A pseudo column: select 'I am not a real column' "NOT_REAL_COLUMN", max(primary_key) "MAX_KEY" from your_table" will return two columns of data: NOT_REAL_COLUMN and MAX_KEY in your result set. A pseudo column is a literally defined column that doesn't exist in the un...
by kcbland
Mon Oct 24, 2005 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Query with no key values
Replies: 3
Views: 1153

Use a pseudo column with a literal value as the key in your select max query. Now do the lookup using the literal value.
by kcbland
Mon Oct 24, 2005 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Cleansing
Replies: 4
Views: 1000

The trick is to ICONV a date, then OCONV the date and verify that the same month comes back.

For fun, try 2-28, 2-29, 2-30, and 2-31. See what happens. Fun with dates!!! 8)
by kcbland
Mon Oct 24, 2005 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Basic to handle file
Replies: 11
Views: 2940

Sorry Craig, but even I wouldn't try to do this. I know the three amigos go waaaay back to Prime/ARev/MickeyD box days, and would know how to do this. Everyone else would probably be trial and error. I'm sure you'd give it a good run.