Search found 2886 matches

by qt_ky
Thu Mar 19, 2015 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resource Disk
Replies: 3
Views: 1086

If you are using any Lookup File Sets, the files they create are named in the same way, and often times those need to be saved. It's not always safe to delete such files. I discussed this with someone at IBM recently and they may enhance it in a future release so we can tell how the files were creat...
by qt_ky
Thu Mar 19, 2015 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data truncation issue with the Number field in oracle
Replies: 9
Views: 3047

In your job on all the columns tabs, try setting the SQL Type to Double, leaving the Length and Scale empty. Also in your SELECT, remove the TO_CHAR function as Craig hinted.
by qt_ky
Wed Mar 18, 2015 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Format of decimal value in sequential files
Replies: 6
Views: 2335

A simple variation on the theme: DecimalToString(input_column)[9] If you read the database column as a decimal(8,3) then it should automatically pad with leading and trailing zeros. If it does not for some reason, then you could define a stage variable as a decimal(8,3) as an intermiadiate step. The...
by qt_ky
Wed Mar 18, 2015 11:47 am
Forum: General
Topic: 11.3.1.1
Replies: 0
Views: 931

11.3.1.1

11.3.1.0 + Fix Pack 1 (now available) = 11.3.1.1
by qt_ky
Wed Mar 18, 2015 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data truncation issue with the Number field in oracle
Replies: 9
Views: 3047

I'm curious as to the "truncation issue" in the subject line. Is the data loaded but truncated as well?
by qt_ky
Wed Mar 18, 2015 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TrimLeadingTrailing NULLS
Replies: 9
Views: 4627

I would not expect this function to remove any type of nulls.

TrimLeadingTrailing - Removes all leading and trailing spaces and tabs from a string.
by qt_ky
Wed Mar 18, 2015 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Timestamp to Oracle
Replies: 7
Views: 1801

Oracle DATE type stores both date and time, I suppose because Oracle is "different" ...
by qt_ky
Tue Mar 17, 2015 11:57 am
Forum: General
Topic: datastage scheduler running jobs one hour prior to the sched
Replies: 4
Views: 1721

My 11.3.1 still uses crontab...

One internet search suggests to restart the cron service after making changes to TZ (timezone). Talk to your UNIX Admin.
by qt_ky
Mon Mar 16, 2015 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL30108N A connection failed but has been re-established
Replies: 7
Views: 6735

Great! Thank you for sharing the magic setting combination.
by qt_ky
Sat Mar 14, 2015 12:15 pm
Forum: General
Topic: FastTrack licence model
Replies: 5
Views: 1833

Yes, I know, this is a reply to a 6-year old post... I just happened to check the FastTrack license cost online today and it is still only offered in a 10-user pack for $80K. At least the price has not increased! :wink: A few theories as to why that may be: 1) When an organization purchases FastTrac...
by qt_ky
Sat Mar 14, 2015 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import WSDL file
Replies: 3
Views: 2354

I hit a known issue on 8.7 related to the WSDL import function. It required a client side patch to be installed for DataStage Designer before any WSDL could be imported. I am not on 8.7 now, however, being a "known issue" means you can search on various key words and find the path to downl...
by qt_ky
Fri Mar 13, 2015 12:49 pm
Forum: General
Topic: Information Governance Catalog Authorized Users
Replies: 1
Views: 1060

Information Governance Catalog Authorized Users

In 11.3, the Authorized Users metric was removed effective July 24, 2014 (per ibm.com web site). However, if you go to the ibm site and search on "Information Governance Catalog" and click on view prices and buy (or see the link below), there is an AU part number there to purchase... https...
by qt_ky
Fri Mar 13, 2015 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Required a Generic Job to load 100 tables
Replies: 2
Views: 1079

Try starting with some searches on "RCP."
by qt_ky
Fri Mar 13, 2015 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double Quotes
Replies: 4
Views: 1791

Just seeing the one example, I am wondering what the other values may look like. Are they all like abc"xyz" or could they also include variations like "abc"xyz, "abcxyz", ab"cx"yz, "abc""xyz", abc"def"ghi"jkl", abc"...
by qt_ky
Wed Mar 11, 2015 6:56 am
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 4964

Doesn't @DATE give the current date in an internal format? You could add 1 to that number, convert the result to a normal looking date format, then check the day part of it, if it's equal to 1...