Search found 42189 matches

by chulett
Thu Aug 30, 2007 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing Hash files
Replies: 5
Views: 1347

Or link a standalone Transformer to it to perform the Clear. Create a stage variable so it will compile, use the proper metadata (doesn't matter what's in the derivation, I use @NULL) set the constraint to @FALSE and enable the 'Clear' option. It will run first and clear the hashed file.
by chulett
Thu Aug 30, 2007 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read data from excel file
Replies: 6
Views: 1339

Actually, I gave a specific example for that. Format Cells, Number, Custom. Scroll through the 'Type' list to see all of the ones there by default, manually add one if need be. The '0' means you want to preserve any leading zeroes in that position. So if I type in '123' but I need it to be '000123' ...
by chulett
Thu Aug 30, 2007 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 2 general queries
Replies: 2
Views: 746

1. Yes, that is exactly the difference.

2. Possible, probably yes. Good idea? No.
by chulett
Thu Aug 30, 2007 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Hashed Files
Replies: 8
Views: 2654

1. Yes, the default type of hashed file is a 'Dynamic' or Type 30 hashed file. It is stored in a directory of the same name with the three files you've noted. Of course, there are other 'static' types as well but the vast majority of what you do will be with dynamic hashed files. 2. That depends. If...
by chulett
Thu Aug 30, 2007 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase date time
Replies: 3
Views: 1100

Did it work? There's nothing magic or different about DataStage, a query is still a query. If you can make it work there, it will work here.
by chulett
Thu Aug 30, 2007 7:21 am
Forum: General
Topic: How to create dsn
Replies: 3
Views: 2024

Excellent! Now you just need to mark the post as 'Resolved'. :wink:
by chulett
Thu Aug 30, 2007 7:15 am
Forum: General
Topic: ETL Teamworker
Replies: 9
Views: 3755

Honestly, no, I've never heard or seen that term before. :?

Can you post the entire quote and let us know where you found it?
by chulett
Wed Aug 29, 2007 11:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage Hangs
Replies: 9
Views: 2648

Sam Ting.
by chulett
Wed Aug 29, 2007 7:37 pm
Forum: General
Topic: DataStage Reference Manuals
Replies: 4
Views: 2062

np :wink:
by chulett
Wed Aug 29, 2007 7:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage Hangs
Replies: 9
Views: 2648

The SP2 patch is for problems with Sequence jobs, not the DRS stage. Are you the only one having this problem? If so, I'd suggest you completely uninstall the DataStage client and then re-install it. And by 'completely', I mean with extreme prejudice: 1) Uninstall. 2) Remove any leftover Directories...
by chulett
Wed Aug 29, 2007 7:23 pm
Forum: General
Topic: DataStage Reference Manuals
Replies: 4
Views: 2062

by chulett
Wed Aug 29, 2007 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read data from excel file
Replies: 6
Views: 1339

My assumption was the leading zeroes are significant and the target field was thus some flavor of a string field. I have that 'problem' all the time with Excel, the 'business' supplies data in spreadsheets and the values should be something like '003287', but Excel will drop the leading zeroes unles...
by chulett
Wed Aug 29, 2007 3:36 pm
Forum: General
Topic: IBM Annual User Meeting?
Replies: 5
Views: 1865

by chulett
Wed Aug 29, 2007 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read data from excel file
Replies: 6
Views: 1339

Change the column's format to Text or use a custom mask to force Excel to preserve the leading zeroes: '000000' for a six digit number, for example.
by chulett
Wed Aug 29, 2007 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fiscal Week and year from Timestamp??
Replies: 7
Views: 1343

Time. Dimension. Seriously. :?