Search found 42189 matches

by chulett
Wed Oct 18, 2006 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deletion of output file
Replies: 39
Views: 6927

Make sure you've spelled it exactly right - case matters. And it needs to be an active stage - like the Transformer that feeds the output stage, not the output stage itself.
by chulett
Wed Oct 18, 2006 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Error
Replies: 10
Views: 3053

:D , The last time i got this error, all freestanding files in my $DATASTAGE/projects/ProjectName directory had been deleted, apparently by a stray semicolon in the filepath of a sequential file being written to the project directory :D . An ECASE has been raised to IBM. LOL Cool, an Ecase to prote...
by chulett
Wed Oct 18, 2006 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML file reading problem
Replies: 6
Views: 1211

Exactly the conclusion I was hoping this would come to. 8)
by chulett
Wed Oct 18, 2006 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete one record from file
Replies: 7
Views: 3398

There really isn't a concept of a 'delete' in a Sequential file, DataStage or otherwise. What you need to do is write the file out without including the record(s) you want to delete. In other words, skip the first record in your output logic.
by chulett
Wed Oct 18, 2006 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wanted to Capture the link status
Replies: 8
Views: 1955

A couple of things to note: Copy stages and 'Runtime Column Propogation' are PX concepts and not applicable here. Build a little test job that all it does is create deliberate errors in a play table and see if you can actually capture these values. Simply building a Reject link will capture the row ...
by chulett
Wed Oct 18, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deletion of output file
Replies: 39
Views: 6927

You can't. You'll either need to write a teeny little test job that calls it or get sneaky and test a version of it in the Manager as a different type. Create a test Transform Function and dump this code in it. Change Arg1 to be named InputArg and add the teeny bit of code needed so it can run stand...
by chulett
Wed Oct 18, 2006 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML file reading problem
Replies: 6
Views: 1211

Have done quite that many in one job. How large these XML files anywho? First suggestion would be break this up into seven separate jobs rather than read each file seven times in the same job. Should help with the whole process memory exhausted issue...
by chulett
Tue Oct 17, 2006 8:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic Exception and Rejection Handling
Replies: 5
Views: 1766

Re: Dynamic Exception and Rejection Handling

suneeth wrote:My requirement is to handle exception and rejection dynamically.

Perhaps you could give a little explanation as to what this means to you.
by chulett
Tue Oct 17, 2006 8:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading files Dynamically and setting JOB parameters
Replies: 8
Views: 1962

Your other option, provided you are running a 7.5.x version of DataStage, is to leverage the new looping stages: Start Loop and End Loop. Throw in the User Variables stage to capture the filenames from the file and you can create a loop in a Sequence job that runs your job(s) over and over with diff...
by chulett
Tue Oct 17, 2006 8:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading file names from a windows dir
Replies: 7
Views: 1914

Dump the 'to' between the filenames.
by chulett
Tue Oct 17, 2006 8:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable To Open Job Activity in DataStage Sequence
Replies: 10
Views: 3461

Or bring it up to the 70s... Rowen and Martin. 8)

ps. Direct link to a .wma file recording of Who's on First? for your listening pleasure.
by chulett
Tue Oct 17, 2006 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Consecutive Generic stages problem...
Replies: 6
Views: 2267

ray.wurlod wrote:No. There is a stage type called Generic. RTFM?

Wondered about that right after I posted, but didn't feel like R'ing the FM so decided to expose my ignorance for all to see.
by chulett
Tue Oct 17, 2006 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable To Open Job Activity in DataStage Sequence
Replies: 10
Views: 3461

Yah, you guys make a hell of a team. The Lewis and Martin of DSXchange. :lol:
by chulett
Tue Oct 17, 2006 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable To Open Job Activity in DataStage Sequence
Replies: 10
Views: 3461

Or just get the 'SP2 Patch' for DataStage from IBM.
by chulett
Tue Oct 17, 2006 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GUI to Add/Update Table
Replies: 7
Views: 1381

How is this related in any way to DataStage? :?