Search found 42189 matches
- Mon Aug 15, 2011 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL SERVER select statement issue
- Replies: 10
- Views: 8265
Re: SQL SERVER select statement issue
# and $ sign are reserved signs in DataStage, so maybe it is possible to use the internal representation of the signs in your select statement? Tried that but still no luck it shows the same error Can you show us exactly what you tried? Did you notice that there are two underscores on each side of ...
- Mon Aug 15, 2011 1:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The infamous -14 DSJE_TIMEOUT issue
- Replies: 1
- Views: 2466
- Mon Aug 15, 2011 9:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: max of decimal(38) in aggregator stage gives junk values
- Replies: 1
- Views: 1186
- Mon Aug 15, 2011 9:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete a txt file using FTP stage
- Replies: 6
- Views: 2420
- Mon Aug 15, 2011 9:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector Stage - after sql statement
- Replies: 5
- Views: 2575
- Mon Aug 15, 2011 7:35 am
- Forum: General
- Topic: Exporting whole project into single file
- Replies: 32
- Views: 10061
I don't recall that running a job would lock it but I'm sure someone will be along to correct me if my recollection is faulty. Editing the job certainly locks it and we had lock issue with people who couldn't be bothered to log off at night or who broke their connections and left orphaned locks. Loc...
- Mon Aug 15, 2011 6:58 am
- Forum: General
- Topic: Exporting whole project into single file
- Replies: 32
- Views: 10061
- Mon Aug 15, 2011 6:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Alternative way
- Replies: 20
- Views: 10336
- Sun Aug 14, 2011 11:49 pm
- Forum: General
- Topic: Exporting whole project into single file
- Replies: 32
- Views: 10061
- Sun Aug 14, 2011 9:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dataset ; no such file or directory
- Replies: 7
- Views: 4180
- Sun Aug 14, 2011 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Alternative way
- Replies: 20
- Views: 10336
- Sun Aug 14, 2011 7:09 am
- Forum: Site/Forum
- Topic: Membership Renewal time
- Replies: 8
- Views: 5731
- Sun Aug 14, 2011 7:02 am
- Forum: Site/Forum
- Topic: Webinar
- Replies: 3
- Views: 3662
Apparently. I think they're just there to show what has been done as the links expire after a certain amount of time as they are to the actual live webinar. Perhaps, if they have been archived in some manner, they could be redirected to the archive. An email to the Editor (editor@dsxchange.com) migh...
- Sat Aug 13, 2011 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector Stage - after sql statement
- Replies: 5
- Views: 2575
- Fri Aug 12, 2011 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Selecting distinct values and creating a list/array
- Replies: 16
- Views: 5360
Correct... unless you can conditionally make the call. I've done something similar in the past where I call it once when the first record comes through and then never again as I know it would be a waste of time. To do this on the last record, however, would be a little more problematic unless you ar...