Search found 42189 matches

by chulett
Thu Aug 15, 2013 11:27 am
Forum: General
Topic: Wait for file activity
Replies: 11
Views: 5213

1) Do you still need help with this?

2) Sure... depends on what you do in that event. In your shoes I'd probably do something with an error file and in the event it is non-empty after processing, use an Email Notification stage to send it out as an attachment.
by chulett
Thu Aug 15, 2013 11:22 am
Forum: General
Topic: Need to check if two files exist then only process?
Replies: 6
Views: 2542

Hmmm... think I'm leaning towards suggesting two WFF stages in a Sequence for this.

:wink:
by chulett
Thu Aug 15, 2013 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data to Exadata DB
Replies: 2
Views: 1375

AFAIK, it is still 'just an Oracle database' so you'd access it like any other via the Oracle Connector etc. Any 'how do I?' questions should go to your Oracle DBA - you do have one, do you not? Worst case it should be easy enough to google up stuff like that. FYI - typically stats would be maintain...
by chulett
Thu Aug 15, 2013 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle reject file
Replies: 4
Views: 1996

If all of these 'steps' are in a single job then that's your problem. Sequential files support multiple readers but only one writer at a time. The steps would have to be completely separate for your approach to work.
by chulett
Thu Aug 15, 2013 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sub query
Replies: 3
Views: 1280

Investigate the Oracle RANK function for an alternate solution.
by chulett
Wed Aug 14, 2013 4:40 pm
Forum: General
Topic: unable to run clear.file command fron a datastage job
Replies: 6
Views: 2671

That too. :wink:

How about letting us know what you are trying to accomplish?
by chulett
Wed Aug 14, 2013 3:34 pm
Forum: General
Topic: unable to run clear.file command fron a datastage job
Replies: 6
Views: 2671

It's not an operating system command. It needs to be run from a TCL prompt which is why you would typically use the Adminstrator client. From the command line, you'd have to leverage dssh to run it.
by chulett
Wed Aug 14, 2013 1:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Roll Back
Replies: 2
Views: 1964

When a job aborts, any uncommitted records are rolled back. This isn't a DataStage thing but rather a database thing, one can only roll back uncommitted transactions.
by chulett
Wed Aug 14, 2013 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load time stamp
Replies: 3
Views: 1652

Please reread my response... pay particular attention to the 'remove them' part.
by chulett
Wed Aug 14, 2013 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load time stamp
Replies: 3
Views: 1652

Your format string needs to match the incoming data. Since your incoming string does not have dashes or spaces or colons in it, remove them from the format you are specifying. It's all about what it is, not what you want it to be.
by chulett
Wed Aug 14, 2013 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autonomy output writting one field per line
Replies: 5
Views: 1519

I thought that might be the primary difference but not being certain decided to wait for someone more smarter to wander along. :wink:
by chulett
Wed Aug 14, 2013 7:06 am
Forum: General
Topic: Wait for file activity
Replies: 11
Views: 5213

Re: Wait for file activity

So no one will run the job but instead when ever a file is appeared in that directory on the other server, the sequence job should trigger by itself. Just wanted to point out that nothing can 'trigger by itself'. Something must trigger it, so something must be watching for the file to arrive. Forge...
by chulett
Tue Aug 13, 2013 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autonomy output writting one field per line
Replies: 5
Views: 1519

Honestly not sure, only the 'Enterprise' stage is documented in the manuals I have. I'd stick with that one.
by chulett
Tue Aug 13, 2013 4:04 pm
Forum: General
Topic: how to call a DataStage app on UNIX from the mainframe?
Replies: 3
Views: 888

By "app" you meant what - job?
by chulett
Tue Aug 13, 2013 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autonomy output writting one field per line
Replies: 5
Views: 1519

That would be a horizontal pivot - columns to rows. You'll probably need to hard code the 'header' values and then pivot them in pairs with their corresponding field.