Search found 42189 matches

by chulett
Fri Feb 24, 2012 8:36 am
Forum: General
Topic: Ignore warnings in Sequence job loop
Replies: 3
Views: 1938

So... resolved?
by chulett
Thu Feb 23, 2012 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: weird characters in natural key
Replies: 3
Views: 1786

OK. :?

Use Convert() to remove them by converting them to "". Use the CHAR() function to represent the "weird" character(s) you want to remove.
by chulett
Thu Feb 23, 2012 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: weird characters in natural key
Replies: 3
Views: 1786

Not everyone that helps is Ray.

If you remove those characters, how do you expect the lookup to succeed? What does the data look like that you are trying to match it to?
by chulett
Thu Feb 23, 2012 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: weird characters in natural key
Replies: 3
Views: 1786

Nothing "weird" about them, it's French for "City of Youth".
by chulett
Thu Feb 23, 2012 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobsore -
Replies: 1
Views: 1148

... and away we go.
by chulett
Wed Feb 22, 2012 6:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write to a sequential file
Replies: 22
Views: 7081

I believe that all will. I specifically mentioned && as it is a conditional separator, meaning the second command will only execute if the first 'succeeds'. With a semi-colon the second one executes regardless of the fate of the first. Use whichever is appropriate.

OSes. :wink:
by chulett
Wed Feb 22, 2012 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which stage can be used to run this query from Data Stage
Replies: 6
Views: 2234

Not sure where the "write it to a file" part is coming from but the other advice is solid. :wink:
by chulett
Wed Feb 22, 2012 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert date from mm/dd/yyyy to yyyy-mm-dd
Replies: 3
Views: 1582

Neither one of those is a date but rather strings. So either cut it up and put it back together the way you want or go StringToDate() and then DateToString() with the proper format masks.
by chulett
Wed Feb 22, 2012 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write to a sequential file
Replies: 22
Views: 7081

Haven't given this much thought but first thing I noticed was the fact that you are piping the two commands together. Replace the pipe with && for a proper conditional break between the two.
by chulett
Wed Feb 22, 2012 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage - new dimid for updates
Replies: 7
Views: 2042

I honestly don't know how well the SCD stage supports Type1 but I'm sure someone does and will chime in.
by chulett
Wed Feb 22, 2012 8:01 am
Forum: General
Topic: SMTPMail Unknown failure
Replies: 2
Views: 1822

Still best to start your own topic, so... splitted.

Googling for your error turned this and similar things up, it does seem like you haven't properly specified the SMTP server. Check with your Admin what it should be.
by chulett
Tue Feb 21, 2012 7:13 pm
Forum: General
Topic: Time between scripts in a batch increased after upgrade
Replies: 28
Views: 7521

Yah, no XMETA anything pre-8.
by chulett
Tue Feb 21, 2012 7:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: maintaining data in a job
Replies: 5
Views: 1310

Hmmm... I don't think we're all on the same page here. :?
by chulett
Tue Feb 21, 2012 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: commit transaction
Replies: 20
Views: 5627

Well, someone let us know what stage we're talking about here. :wink:
by chulett
Tue Feb 21, 2012 7:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic table or schema name
Replies: 5
Views: 1546

You can always delete your own messages as long as no-one has replied to them yet. After that, I nuke them. :wink: