Search found 42189 matches

by chulett
Mon Dec 06, 2010 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controll Problem in Datastage Server job version 7.5
Replies: 5
Views: 3146

Re: Controll Problem in Datastage Server job version 7.5

08:41:56: BNA_All_Sequencer (JOB BNA_All_Sequencer) started 08:42:02: BNA_All_Sequencer finished, status=98 [Not compiled] The only documentation will tell you the same thing, 98 = not compiled. If you want to see it, look for dsapi.h in your $DSHOME/include directory. Did you do the "controll...
by chulett
Mon Dec 06, 2010 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job slow in reading sequential file
Replies: 4
Views: 2511

Exactly... I wager 400 Quatloos that it is your inserts that are the 'slow' part of this equation. You can't drive any faster than the guy in front of you. :wink:
by chulett
Mon Dec 06, 2010 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to load date time from file to table
Replies: 12
Views: 4732

"Date and Time formats" are fully documented in the Parallel Job Developer Guide. All is seems you are missing is the %HH for 12 hour format fixed-width hours.
by chulett
Mon Dec 06, 2010 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controll Problem in Datastage Server job version 7.5
Replies: 5
Views: 3146

Or "Unhandled abort". That and handle that fact that "BNA_All_Sequencer" is not compiled.
by chulett
Mon Dec 06, 2010 8:13 am
Forum: General
Topic: Datastage Scheduler stopped working
Replies: 10
Views: 2762

I'd suggest getting your official support provider involved. What 7.x version are you running? Are you certain that it supports or is supported on AIX 5.3?
by chulett
Sun Dec 05, 2010 9:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage evaluation edition
Replies: 2
Views: 1392

No.
by chulett
Sun Dec 05, 2010 9:44 pm
Forum: General
Topic: Sequencing Job
Replies: 10
Views: 2199

Code: Select all

Job1 -> Job2 -> NC - Region1 -> Job3 -- Sequencer (Any) -> Job5
                 + - Region2 -> Job4 -- +
by chulett
Sun Dec 05, 2010 10:06 am
Forum: General
Topic: Sequencing Job
Replies: 10
Views: 2199

That's mostly because of the different jobs that would need to run each iteration: 1,2,3,4 and then 1,2,4,5. Sure it could be done but they could also easily be strung together in a 'normal' sequence, be that in a serial fashion or with some parallelism.
by chulett
Sun Dec 05, 2010 8:49 am
Forum: General
Topic: Sequencing Job
Replies: 10
Views: 2199

I think that would unnecessarily complicate things, this sounds like a simple sequence to me. Worst case you could create a new Sequence job to run the other two. :wink:
by chulett
Sun Dec 05, 2010 8:12 am
Forum: General
Topic: Sequencing Job
Replies: 10
Views: 2199

I don't see why not, just run the required jobs twice in the appropriate order (if any) for the two regions.
by chulett
Sat Dec 04, 2010 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output file full
Replies: 6
Views: 5000

Find somewhere to write the file where it won't run out of room. That or write it out in segments and move each out after you write each.
by chulett
Sat Dec 04, 2010 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSV file has quote in the text body
Replies: 13
Views: 7335

And then you'll need to deal with the leading quotes in the first field and the trailing ones in the last... but some combination of the above should work. :wink:
by chulett
Sat Dec 04, 2010 7:39 am
Forum: General
Topic: Creating a job log table
Replies: 5
Views: 1617

They all have a role in that I would imagine. I have neither DataStage access nor a copy of ETLStats at the moment so can't help there. Perhaps if Kim wanders by he might be able to answer some of your questions, otherwise you'd just need to dig through the code and figure out what does what.
by chulett
Sat Dec 04, 2010 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to FTP file from Mainframe to Unix box
Replies: 1
Views: 1081

The FTP stages require metadata to work and thus 'specific' files. Perhaps if you generically treated each file as having one very long varchar record this could be made to mostly work as long as you set it to not add any quotes or extra characters to the file. Personally, I would prefer a scripted ...
by chulett
Fri Dec 03, 2010 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSV file has quote in the text body
Replies: 13
Views: 7335

Not what I meant. Leave the field delimiter as a pipe and tell the stage that string fields are not quoted so all quotes come in as data.