Search found 42189 matches

by chulett
Fri Aug 21, 2009 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why are Values being truncated
Replies: 5
Views: 2000

bobyon wrote:I suppose technically I should mark this thread resolved and start another.
Yup. Technically. :wink:
by chulett
Fri Aug 21, 2009 5:35 am
Forum: General
Topic: How to differentiate a Job from a Job Sequence in script
Replies: 22
Views: 10933

Dammit, Arnd... beat me to it. :twisted:
by chulett
Fri Aug 21, 2009 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of Robot/CLIENT
Replies: 2
Views: 1539

Is that coming from DataStage or your Scheduler? :?
by chulett
Fri Aug 21, 2009 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UTF-8 don't display €
Replies: 12
Views: 6748

Do you actually have data like "19556,3,18," in the source? What kind of field are you loading it into?
by chulett
Fri Aug 21, 2009 5:26 am
Forum: General
Topic: ORA-01036: illegal variable name/number
Replies: 13
Views: 2221

"where" clause is ideally not required for input table or reference table. So it should not make a difference. Try it with alias name for the 1st field in the query, Oracle stage will expect a alias name same as the name that you mention in the columns field. Unfortunately, a couple of pr...
by chulett
Thu Aug 20, 2009 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Another good piece on DataStage and XML
Replies: 6
Views: 3125

Hmmm... is this question related at all to the subject?

Ernie, any idea on when Part 2 will be available?
by chulett
Thu Aug 20, 2009 9:38 pm
Forum: General
Topic: Pass unique process ID to downstram process
Replies: 6
Views: 1419

Right, search here for USERSTATUS and DSSetUserStatus for examples.
by chulett
Thu Aug 20, 2009 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date column
Replies: 7
Views: 2155

Ah, true... you'd need to constrain it to the rightmost two digits but that's simple enough.
by chulett
Thu Aug 20, 2009 6:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why are Values being truncated
Replies: 5
Views: 2000

NadrOutboundTempTable,0: Warning: Value "9297104 " truncated to "9297104 " NadrOutboundTempTable,0: Warning: At row 1, link "MatchedRecs", while processing column "SRC_ID" Value "9297104 " truncated to "9297104 " From 40 to 39 in length. W...
by chulett
Thu Aug 20, 2009 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Warning
Replies: 4
Views: 2248

So, are you really dealing with NCHAR / NVARCHAR2 data? What is your source? :?
by chulett
Thu Aug 20, 2009 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date column
Replies: 7
Views: 2155

Hmmm... then that sounds like just a little substring work and adding 2 to the YY portion before you glue them together.
by chulett
Thu Aug 20, 2009 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date column
Replies: 7
Views: 2155

Depends on how picky you are about "two years". If you go with the definition that says a year is 365 days, then use DateFromDaysSince() to add 730 days to the system date.
by chulett
Thu Aug 20, 2009 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read only access to Project
Replies: 18
Views: 6458

On the way, my friend, on the way. :wink:
by chulett
Thu Aug 20, 2009 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Multiload Stage - mload: No such file or directory
Replies: 1
Views: 1366

From what I recall, yes - the Terdata client (or "tools"??) needs to be installed on the DataStage server.
by chulett
Thu Aug 20, 2009 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column format
Replies: 1
Views: 917

Right(ColumnName,7)