Search found 42189 matches

by chulett
Mon Nov 21, 2005 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange Behaviour in Loop
Replies: 7
Views: 3291

Seems pretty straight-forward to me. The failure trigger on the FTP stage fires when that job fails - the first time, the third time, anytime it fails. How is it supposed to know that you only really want it to pay attention after three trips around the block? Change your logic around. Exit from the...
by chulett
Mon Nov 21, 2005 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: nested trigger
Replies: 8
Views: 1500

Re: nested condition in trigger

how can i do this ? Start by reading the replies already posted, your basic solution is there. If what you have just added is the 'else abort the job' part, then you'll need to clarify some things. First, what exact version of DataStage 7.x do you have? Exception handling in Sequencers changed sign...
by chulett
Mon Nov 21, 2005 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version of new IBM Web Sphere Datastage
Replies: 4
Views: 1286

They just swapped out 'Ascential' for 'IBM WebSphere' in all the names. You can find out the latest availability information here:

http://www.ascential.com/eservice/produ ... ability.do
by chulett
Sun Nov 20, 2005 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: nested trigger
Replies: 8
Views: 1500

No, you've got it right. :wink:
by chulett
Sat Nov 19, 2005 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove header and footer(first and last line)
Replies: 13
Views: 5817

Doh... at first I thought you meant 'Guinea' as in pig, but had checked that before posting. Finally dawned on me I was closer to Warlord than to Wurlod. :lol:

Sorry about that Chief... corrected.
by chulett
Sat Nov 19, 2005 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove header and footer(first and last line)
Replies: 13
Views: 5817

dspxlearn - Please don't hijack other peoples threads. If you've got an new question, start a new post. Ken, agree on your 'point of style'. Was primarily looking for a clarification / confirmation on how the stage actually works as I don't have access to a PX server. Just have a Ray Wurlod Guinea ...
by chulett
Fri Nov 18, 2005 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column import
Replies: 5
Views: 1269

Instantly costs extra. :wink:
by chulett
Fri Nov 18, 2005 9:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Read Only flag for job
Replies: 5
Views: 1315

ray.wurlod wrote:Ah, introspection. Or is it introrogation?

Introrogation? Nice play on words there, Mr Ray. :wink:
by chulett
Fri Nov 18, 2005 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine
Replies: 4
Views: 1245

kduke wrote:I would think it probably needs to be

Ans = Trim(Output<1>)

Agree.
by chulett
Fri Nov 18, 2005 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove header and footer(first and last line)
Replies: 13
Views: 5817

I don't recall the 'reject method' causing any warnings. It will rather happily process any records that fail the metadata check into oblivion without raising any kind of a fuss. :wink:

Perhaps it's only after you actually setup a reject link? In this case, it doesn't sound like that would be needed.
by chulett
Fri Nov 18, 2005 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove header and footer(first and last line)
Replies: 13
Views: 5817

Do you really need to do that in PX? The metadata won't match for the header and trailer records (assuming you are using the metadata from the detail records) so the Sequential stage should automatically 'reject' those two... right?
by chulett
Fri Nov 18, 2005 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output link order
Replies: 7
Views: 1877

Sure you can, now that 'hanging links' are allowed it is fairly straight-forward. While technically you don't determine the attachment point you can control the execution order by connecting them back in the desired order. It also (typically) has the added bonus of making the 'visual order' match th...
by chulett
Fri Nov 18, 2005 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Mainframe jobs to Server jobs
Replies: 4
Views: 1343

... or I was going to say the one that lives between the keyboard and the chair. Wetware based. :wink:
by chulett
Fri Nov 18, 2005 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Read Only flag for job
Replies: 5
Views: 1315

"Self?" I said...
by chulett
Fri Nov 18, 2005 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: re running the job
Replies: 4
Views: 909

Set a job parameter that is the number of rows to skip during the load. Default it to zero. Put a constraint in that says, in essence:

@INROWNUM > JOB_PARAMETER

Set it to 50000 and rerun. Note that there is a little bit more to it than that, but that is the gist of it.