Search found 42189 matches

by chulett
Fri Nov 02, 2007 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server routine for eliminating headers
Replies: 7
Views: 1864

Could you simply not check the 'First record is header' option in the Sequential file stage and add a constraint that skipped the first record if it found your 'certain string' there?
by chulett
Fri Nov 02, 2007 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run with changed variable values
Replies: 8
Views: 1953

I'm assuming this is related to another post with the exact same problem that was resolved over in the FAQ Discussion forum... yes?
by chulett
Fri Nov 02, 2007 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage not aggregating XML correctly
Replies: 8
Views: 2192

You do it in the exact same way - mark the field as a Key on the Columns tab.
by chulett
Fri Nov 02, 2007 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to use the values accross the records?
Replies: 8
Views: 1727

:? How did we get from needing to 'know how many records are of value > 10' to checking a sequence for contiguous numbers?

Your example is good to post, but please explain your requirements in words rather than expect people to infer it correctly from your example.
by chulett
Fri Nov 02, 2007 6:42 am
Forum: General
Topic: dsjob -jobstatus does not wait on restart
Replies: 15
Views: 13128

And as noted, I've never had an issue with either -wait or -jobstatus not waiting properly. The poster 'tcs' noted that they found it to only be an issue in a very specific situation - and that the use of -local aided and abetted the problem as well. Which would probably explain why I've never seen ...
by chulett
Fri Nov 02, 2007 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load data from odbc stage to get XML ouput
Replies: 2
Views: 1247

Welcome. :D Unfortunately, it sounds like someone has thrown you into the deep end of the pool with no life preserver. Understand that we're not really here to be a substitute for proper training and your questions are very broad. Are you working with anyone that can tutor you on the basics of DataS...
by chulett
Thu Nov 01, 2007 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File from FTP
Replies: 9
Views: 2780

You guys are hijacking the poor dude's thread. The question was how to detect the file and then either email or process it - not the merits of stage versus command line ftp. :P
by chulett
Thu Nov 01, 2007 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup issue
Replies: 15
Views: 3692

If you created the hashed file 'pathed' in a directory rather than the account, you need to create a VOC pointer to it before you can use it with the UV stage.
by chulett
Thu Nov 01, 2007 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup issue
Replies: 15
Views: 3692

Search for 'range lookup' amongst the forums and you shall find what you seek, Pilgrim. :wink:
by chulett
Thu Nov 01, 2007 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Multiline lookup
Replies: 1
Views: 712

One row in that returns three rows from the lookup = three rows out, not four. Multi-row result set is a property of the Reference link, did you enable that?
by chulett
Thu Nov 01, 2007 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File from FTP
Replies: 9
Views: 2780

Sequence job, Wait For File stage with a zero wait time, and triggers after that to either run the FTP job or send an email based on the result.
by chulett
Thu Nov 01, 2007 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run with changed variable values
Replies: 8
Views: 1953

Then you need to report this as a bug to your official support provider and see what they have to say. All you should have to do is change the value in the Administrator. Clarify something. You set the value in the Administrator and then your jobs are set to what for their default value? $PROJDEF, y...
by chulett
Thu Nov 01, 2007 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run with changed variable values
Replies: 8
Views: 1953

In the 7.5.x releases you should be fine changing environment variables in the Administrator without recompiling.

Manager / Tools / Run Multiple Job Compile
by chulett
Thu Nov 01, 2007 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run with changed variable values
Replies: 8
Views: 1953

What's your exact 7.x version number?

The Mananger has a Multi-Job Compiler you can use to, well... compile multiple jobs. :wink:
by chulett
Thu Nov 01, 2007 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schedule Error [b]Status code = -3 DSJE_BADPARAM[/b]
Replies: 9
Views: 2679

Well then, this should be working. Any chance you created the Sequence job such that it captured the current parameter names at that point in time and then changed the names in the child job afterwards? Or perhaps vice-versa? I ask because you show parameter names like TRG_DB and it is complaining t...