Search found 42189 matches

by chulett
Tue Mar 25, 2008 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing UserStatus value to Sub Sequences
Replies: 5
Views: 1472

That's... odd. I'd suggest contacting the Editor and/or Webmaster to see what's wrong with your account.
by chulett
Tue Mar 25, 2008 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic
Replies: 1
Views: 709

:idea: Have you... read the manual? Specifically, Chapter 39 in the Parallel Job Developer's Guide would be the place to start. At least that's the chapter in my version.
by chulett
Tue Mar 25, 2008 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing UserStatus value to Sub Sequences
Replies: 5
Views: 1472

A little lost here. You add $UserStatus from other activities into the UserVariables Activity stage the same way as you do anywhere else. Well, except for the fact that you need to explicitly right-click in the stage and 'Add row' before you have someplace to do it. Other than that, it's point and ...
by chulett
Tue Mar 25, 2008 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attachments in dssmtpmail.exe
Replies: 2
Views: 2093

You could also look into blat as a replacement emailer, it's a pretty cool open source utility with much more functionality.
by chulett
Tue Mar 25, 2008 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter visibility
Replies: 14
Views: 3755

You need to clarify your original question. Without that clarification, you're stuck with two answers - 'yes' and 'no'. Take your pick.
by chulett
Tue Mar 25, 2008 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Cyrillic data
Replies: 10
Views: 3532

:lol: Brilliant! Who needs them gi-huge-ic man pages, anywho.
by chulett
Tue Mar 25, 2008 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function ExtCurDateValInt()
Replies: 3
Views: 1120

You'd need to post it here if you want help deciphering it.
by chulett
Tue Mar 25, 2008 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a file in Sequence
Replies: 5
Views: 1208

Field(EXC_Read_Seqid.$CommandOutput, @FM,1) This was the important bit, the need to remove any Field Marks from the output of the cat command. You could also have used Convert or EReplace to accomplish the same thing if you needed to remove multiple occurances: Convert(@FM,"",EXC_Read...
by chulett
Mon Mar 24, 2008 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert Cyrillic data
Replies: 10
Views: 3532

Interesting. Iconv and man pages both here under HP-UX.
by chulett
Mon Mar 24, 2008 4:56 pm
Forum: General
Topic: Unix scripts change
Replies: 5
Views: 1950

Make sure you save a copy of them all before you start, just in case this destroys them all. :wink:
by chulett
Mon Mar 24, 2008 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Character not inserting into Oracle DB.
Replies: 14
Views: 5513

No, you don't need NLS for this. However, you do need to know what characterset your database is using, ask your DBA if you are unsure.
by chulett
Mon Mar 24, 2008 1:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5 server installation on AIX
Replies: 13
Views: 5874

It's a fairly simple process as server installs go, so you really shouldn't have any problems with it. And all of the steps are in the Installation and Upgrade Guide pdf in your Docs directory. Give that a good read and then let us know if you have any specific questions.
by chulett
Sun Mar 23, 2008 11:55 pm
Forum: General
Topic: $PROJDEF
Replies: 18
Views: 4411

Search for all terms using "$PROJDEF view data". You'll find several posts that note known problems with $PROJDEF and View Data. It didn't work at all in 7.0.1 and was allegedly fixed in 7.5.1A but perhaps it is broken again in 7.5.2. Or you missed a patch. [shrug]
by chulett
Sun Mar 23, 2008 11:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage ETL tool Market
Replies: 6
Views: 3797

An Israeli MP has blamed parliament's tolerance of gays for earthquakes that have rocked the Holy Land recently.

Goodness... who knew? :shock:
by chulett
Sun Mar 23, 2008 11:40 pm
Forum: General
Topic: Migration to Version 8
Replies: 13
Views: 4017

kcbland wrote:I have a hard time believing there's actually significant coding and conversion efforts involved to make 7.5 Server jobs work under 8.0.

I have a hard time believing there's any. They should just... work. :?