Search found 42189 matches
- Fri Sep 23, 2016 9:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal conversion
- Replies: 6
- Views: 2092
It's a placeholder for the sign, space means a positive value. Does it actually hurt, cause an issue? My understanding is if you need to get rid of the space, you'd need to make the flat file target field a string. Or there may be an extended property to tell it that it is not signed. Not positive. ...
- Fri Sep 23, 2016 12:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: REST Step is aborting in Hierarchical Stage
- Replies: 4
- Views: 3783
- Thu Sep 22, 2016 9:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration file
- Replies: 5
- Views: 1663
Suggest you start by reading the documentation.
- Thu Sep 22, 2016 9:37 am
- Forum: General
- Topic: dscmdexport using command activity diff dsx size
- Replies: 7
- Views: 2278
- Thu Sep 22, 2016 5:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: REST Step is aborting in Hierarchical Stage
- Replies: 4
- Views: 3783
- Tue Sep 20, 2016 10:53 pm
- Forum: General
- Topic: dscmdexport using command activity diff dsx size
- Replies: 7
- Views: 2278
- Tue Sep 20, 2016 8:24 pm
- Forum: General
- Topic: Annotations: Cannot change Border to invisible.
- Replies: 8
- Views: 3018
- Tue Sep 20, 2016 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error deleting datasets
- Replies: 11
- Views: 3362
- Tue Sep 20, 2016 1:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error deleting datasets
- Replies: 11
- Views: 3362
Actually:
Code: Select all
. ./dsenv- Tue Sep 20, 2016 1:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Connector resulting zero records
- Replies: 3
- Views: 3659
No, there's nothing special you need to do. DataStage is a client just like your Developer tool - both send the SQL to the database and it sends back the results. If you are certain the SQL is the same then perhaps they are not connecting to the same instance. Been there, done that, got the t-shirt.
- Tue Sep 20, 2016 12:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Connector resulting zero records
- Replies: 3
- Views: 3659
- Tue Sep 20, 2016 12:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error deleting datasets
- Replies: 11
- Views: 3362
- Tue Sep 20, 2016 7:32 am
- Forum: General
- Topic: Very slow in running datastage job sequences
- Replies: 16
- Views: 5775
Right. Posted it in all caps for a reason. :wink: At least this confirms they are still dynamic type 30 hashed files and haven't mysteriously been converted to something else. As noted, suggested a long listing so you could see the sizes of each and also how much has possibly skewed into the OVER po...
- Mon Sep 19, 2016 10:34 pm
- Forum: General
- Topic: Very slow in running datastage job sequences
- Replies: 16
- Views: 5775
These tables are not things you just want to start deleting. If you're not sure which job is #582 (to use your example) run a query against DS_JOBS. Off the top of my head, something like: SELECT NAME FROM DS_JOBS WHERE ID = 584 I'd also be curious what files are in the directory when you do a "...
- Mon Sep 19, 2016 9:38 pm
- Forum: General
- Topic: Very slow in running datastage job sequences
- Replies: 16
- Views: 5775