Search found 42189 matches

by chulett
Thu Aug 11, 2011 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ASCIISTR eqivalent function in datastage
Replies: 2
Views: 1093

Roll your own... or use it in your Oracle source sql.
by chulett
Thu Aug 11, 2011 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To trim leading zero's in a sequential file
Replies: 10
Views: 5657

There's no such thing as Varchar(11,2). Strings don't have a scale. :?

If you need to trim something, it would make sense to use the trim() function for that, yes? It defaults to space but you can override that and you can also override the default behaviour of "all".
by chulett
Thu Aug 11, 2011 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Stage - ORA 1406
Replies: 12
Views: 79681

Well, it did say it was for the OCI stage, not the Connector. It's been a month - well past time to involve your official support provider, me thinks.
by chulett
Thu Aug 11, 2011 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "-1 Rows affected"-SQL Server Call Execute Failed
Replies: 5
Views: 2131

Don't recall ever seeing a negative number in this context. Suggest you get your official support provider involved and also make sure (if you haven't already) that you are current on your fixpacks.
by chulett
Thu Aug 11, 2011 6:17 am
Forum: General
Topic: Exporting whole project into single file
Replies: 32
Views: 10061

In your version, your only option is a client-side export.
by chulett
Wed Aug 10, 2011 11:06 am
Forum: General
Topic: Notification activity -hyperlink
Replies: 3
Views: 1655

I assume because it is being sent as Plain Text... your only option.
by chulett
Wed Aug 10, 2011 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert Blank space for null value in teradata table
Replies: 3
Views: 5130

No, that Oracle variable does basically the opposite of this. You need to handle the null and explicitly convert it to a space before sending it to the target.
by chulett
Wed Aug 10, 2011 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple update statements in oracle enterprise stages?
Replies: 1
Views: 2081

Try using a semi-colon at the end of each statement.
by chulett
Wed Aug 10, 2011 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REG: Stored Procedure
Replies: 3
Views: 2529

Run the job on one node.
by chulett
Tue Aug 09, 2011 9:29 am
Forum: General
Topic: Jobs Status Report
Replies: 30
Views: 12264

Seems like you need to sprinkle more 2>&1s in there.
by chulett
Tue Aug 09, 2011 9:26 am
Forum: General
Topic: Oracle DB command in routine
Replies: 3
Views: 1379

A routine will be more... fragile... IMHO. But do-able if you've ever worked with command line sqlplus and can handle all of its idiosyncrasies.
by chulett
Tue Aug 09, 2011 7:47 am
Forum: General
Topic: Automatic DataStage Project Export (.dsx)
Replies: 5
Views: 3781

I've read here that the isx format is basically a zipped dsx, you might want to see if you can unzip it and then see how 'dsx-like' the result is. Or isn't. :wink:
by chulett
Tue Aug 09, 2011 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Schema with RCP and Timestamp
Replies: 9
Views: 5773

You can set the 'null string value' for each field individually, however that option is probably gone when using RCP. Hopefully, others who've been down this road can offer advice.