Search found 42189 matches

by chulett
Thu May 28, 2009 9:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 DPF and DS
Replies: 13
Views: 5072

Oooo, oooo - I don't do DB2 but I can answer one of the questions! :wink:

2. Nope!
by chulett
Thu May 28, 2009 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fault type 11 in siebel bc
Replies: 2
Views: 916

And 'SEGV' is short for a 'segmentation violation', something else to search for here (or Google).
by chulett
Thu May 28, 2009 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the escape sequence in datastage 7.5.1?
Replies: 8
Views: 12878

What 'output'? Where are you writing this, to a sequential file? I'm wondering if a) they are even really there and b) if something you are doing simply puts them back in the output, hence the question about your actual target. Or is that (a target sequential file) where you are using 000 for the qu...
by chulett
Thu May 28, 2009 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increase number of nodes in CONFIGURATION file
Replies: 6
Views: 5735

With 'node' being a logical concept there's really nothing tying it to the number of physical CPUs... and certainly no "one to one" standard. As noted, it depends on a number of factors.
by chulett
Thu May 28, 2009 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Listing jobs - Display a list of jobs in a project
Replies: 9
Views: 3470

That's what I thought as well at first until I double-checked and found that the 'contains' part seemed to have been added by the author of the post to help point out the issue. :wink:
by chulett
Thu May 28, 2009 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split one field (from WS xfm) into multiple records
Replies: 12
Views: 4968

I'm not sure there's a stage that will do this in memory, but I'm hardly an expert in any of the more... err, 'exotic' stages. Sounds like what you may need is a Build Op, something in C++ to read that long string in and output individual records... yes/no/maybeso? :?
by chulett
Thu May 28, 2009 2:51 pm
Forum: General
Topic: Looping through multiple linked lists of things
Replies: 2
Views: 4199

Talked through this with the people here and we realized that the "pre-JA" Execute Command stages I was using to "cut" the values out of the string were not needed at all. Removed them and did this: Field(StageName.$Counter,"|",1,1) Field(StageName.$Counter,"|"...
by chulett
Thu May 28, 2009 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Listing jobs - Display a list of jobs in a project
Replies: 9
Views: 3470

8) Please take a moment and mark your post as Resolved using the button at the top of the screen. Thanks.
by chulett
Thu May 28, 2009 2:18 pm
Forum: General
Topic: Creating individual .DSX files for my 800+ jobs
Replies: 6
Views: 2684

Hard to say... what's actually *in* the .dsx files the cutter created?
by chulett
Thu May 28, 2009 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate
Replies: 6
Views: 2974

Just going by what you posted as your first example:

The format is - StringToDate(trim(svTermDate2,' ','A'),"%yyyy-%mm-%dd")
by chulett
Thu May 28, 2009 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Listing jobs - Display a list of jobs in a project
Replies: 9
Views: 3470

Yah, nothing like 'standards' that are a) useful and b) rigorously applied. :wink:
by chulett
Thu May 28, 2009 10:47 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: CAPITALS - Convert a string to word-initial capitals
Replies: 2
Views: 3351

It's a Server object, so you'd either need to use it in a Server job or a BASIC Transformer.
by chulett
Thu May 28, 2009 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Listing jobs - Display a list of jobs in a project
Replies: 9
Views: 3470

No, not with that command. You need to run a query on the internal repository against DS_JOB and filter on JOBTYPEIND. An exact search for that keyword would turn up several examples including this one.
by chulett
Thu May 28, 2009 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expression Passed as Job Parameter is not working
Replies: 7
Views: 1896

I don't see how it would help at all.
by chulett
Thu May 28, 2009 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the escape sequence in datastage 7.5.1?
Replies: 8
Views: 12878

Please define "not working" as that is the single most unhelpful thing people can say when they have a problem. :?