Search found 4 matches

by ccotton
Fri Apr 17, 2009 10:13 am
Forum: General
Topic: Processing Logic to Filter Job List
Replies: 2
Views: 1504

This was a rookie mistake. It would hang when trying to attach to itself and when attaching to the calling process. Thanks for all your help!!! I have done this for many different tasks and I must have just forgot to correct that part lol. I copied the code from another process that I wrote about 1....
by ccotton
Fri Apr 17, 2009 9:31 am
Forum: General
Topic: Processing Logic to Filter Job List
Replies: 2
Views: 1504

Processing Logic to Filter Job List

Hey Everyone, I have a process that works but takes a while to run, and I'm looking to reduce the run times. I plan to do it through some sort of filtering where my problem lies. I have a process that goes through an entire project (about 3,000 jobs) and builds job reports for all jobs and process t...
by ccotton
Wed Apr 01, 2009 1:55 pm
Forum: General
Topic: Can we read a binary file in DataStage.
Replies: 4
Views: 7953

Either way you can still read binary files through a complex flat file stage whether packed or not. You could also use a sequential file stage and make it a fixed width file. then unpack the data yourself in a transformer if you need to. If not just convert the data to ASCII in a transformer. Easies...
by ccotton
Wed Apr 01, 2009 1:51 pm
Forum: General
Topic: DataStage Job Reporting
Replies: 2
Views: 1621

DataStage Job Reporting

Hi All, I'm trying to find a solution to a problem I'm having. I have a server job that I want to load the statistics for into a table in one of our databases. For example, I want to load the data similar to the way it's laid out in the XML output in DSMakeJobReport. I want it to create a record for...