Search found 15603 matches

by ArndW
Thu Sep 17, 2009 1:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to load the Table Definition from file
Replies: 1
Views: 744

You can import file metadata in DataStage. Have you already declared your .xls as a system ODBC data source? Once you do that, import the column metadata from the Designer (import -> table definitions -> odbc)
by ArndW
Wed Sep 16, 2009 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto partitioning in join/merge stages
Replies: 10
Views: 4794

Yes, I prefer putting in an explicit sort stage before the join and explicitly sorting or stating "don't sort, already sorted" for each join key.
by ArndW
Wed Sep 16, 2009 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage job error
Replies: 15
Views: 5043

Quite a few people swear by "ultraedit" and comparing files is quite easy with that tool.
by ArndW
Wed Sep 16, 2009 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Passing selection list in sql IN clause as parameter
Replies: 5
Views: 2405

Have you tried "'2008-12-20 00:00:00','2009-03-20 00:03:00'"
by ArndW
Wed Sep 16, 2009 4:45 am
Forum: General
Topic: What is VOC file
Replies: 1
Views: 5405

VOC stands for "VOC"abulary file and it is the central file in a project that defines what keywords and files are available. Your error message meant that a job tried to create a file which already existed in the VOC.
by ArndW
Wed Sep 16, 2009 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Buildop Stage issue
Replies: 3
Views: 1114

There are stages in 8.0 which are wave aware; in addition I have a buildop which does wave processing which also runs at 8.0 and above, so I am not sure what information you received. Again, if you don't do wave processing then don't worry about it.
by ArndW
Wed Sep 16, 2009 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expand Stage Reports Negative %CP in Monitor
Replies: 4
Views: 1368

I uses bzip2 and gzip compression quite a bit and haven't noticed this before. What UNIX are you working on?
by ArndW
Wed Sep 16, 2009 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No connectivity to DS client. No o/p in dsproject -lprojects
Replies: 5
Views: 3192

As this is a UNIX and AIX thread started by someone else, please start your own thread for a windows problem.
by ArndW
Wed Sep 16, 2009 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No connectivity to DS client. No o/p in dsproject -lprojects
Replies: 5
Views: 3192

Often when DS is not brought down completely and restarted you will not restart the dsrpcd and connectivity won't work. Bring DS down correctly (use seach in the forum for detailed steps to check status) and bring it back up.
by ArndW
Wed Sep 16, 2009 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: want to get the dates between start date and end date
Replies: 6
Views: 1490

Use a left outer join between your time dimension and data.
by ArndW
Wed Sep 16, 2009 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Buildop Stage issue
Replies: 3
Views: 1114

Unless you need to process waves, you can demote or ignore this error message. I seem to recall having set a buildop's wave attributes once so that this warning is not displayed, but can't recall how.

hint - if you don't know what a wave in this context is, you can safely ignore the warning.
by ArndW
Wed Sep 16, 2009 1:56 am
Forum: General
Topic: Need presentations on the services provided by DataStage
Replies: 4
Views: 1053

The pages starting at IBM Websphere DataStage have lots of information and downloadable documents.
by ArndW
Wed Sep 16, 2009 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: want to get the dates between start date and end date
Replies: 6
Views: 1490

There are a couple of approaches possible. One would be to have a time dimension where you can SELECT all records between two dates and thus use a lookup or join in your job. Another option would be to write a DS/BASIC function which returns a list of dates. Neither is exceptionally difficult to do.
by ArndW
Tue Sep 15, 2009 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Polish characters in Paralle job
Replies: 6
Views: 2114

make a job copy with just the CFF and writing to a sequential file. Does that correctly display the Polish characters? DON'T use "view data".l