Search found 42189 matches

by chulett
Wed Sep 28, 2016 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px version of Ereplace()
Replies: 51
Views: 66641

True but in going back through their posting history, I believe they are on 8 something. :(
by chulett
Wed Sep 28, 2016 7:00 am
Forum: General
Topic: Maxlimit of Parameters in dsjob command and in Sequence job
Replies: 4
Views: 1965

I don't believe there is a maximum, per se. I would assume any limit will be imposed by your O/S, primarily whatever the limit on the length of your command line is. Same for the 'individual parameter' question, assuming that just means string as well. To be honest, however, it was never anything I ...
by chulett
Wed Sep 28, 2016 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px version of Ereplace()
Replies: 51
Views: 66641

Don't take this the wrong way but if you're not skilled in all of the ways of C++ then this isn't a path for you. IMHO, you'd be better served by starting a new post and letting us know what kind of a 'string problem' you are having. Then we can suggest alternatives.
by chulett
Tue Sep 27, 2016 9:06 pm
Forum: General
Topic: Datastage Licensed Version for Home PC for learning purpose
Replies: 1
Views: 1532

There's no such thing. But there is ...the Amazon Cloud. BYOSL, however.
by chulett
Tue Sep 27, 2016 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read hashed file in basic
Replies: 9
Views: 7394

Keep in mind the facts that Ray noted, Arnd's code needs a VOC entry to work. Meaning the hashed file needs to either live in a project or you've created one for it manually. If you've pathed the hashed file elsewhere, change the OPEN to OPENPATH appropriately.
by chulett
Mon Sep 26, 2016 10:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read hashed file in basic
Replies: 9
Views: 7394

ray.wurlod wrote:The OP states a requirement to do this within "a job control".
Of course but we all know how ephemeral these "needs" can be at times, hence my phrasing. And "job control" is perfectly capable of running a job. :wink:
by chulett
Mon Sep 26, 2016 9:35 pm
Forum: General
Topic: Error using the User variables parameters in the job
Replies: 5
Views: 1900

In other words, you can use job parameters in select SQL. Since it is resolving as empty, you must have passed in a null value... that or not really passed it to the Job Activity stage correctly.
by chulett
Mon Sep 26, 2016 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read hashed file in basic
Replies: 9
Views: 7394

Or, on the off chance it doesn't really need to be done in BASIC - create a little Server job to do that. :wink:
by chulett
Mon Sep 26, 2016 11:14 am
Forum: General
Topic: Refreshing DS Project from PRD down to TST
Replies: 8
Views: 3378

asorrell wrote:Note - per your request I have added a new FAQ that delivers the Backup script that used to be a part of ETLStats
Why tanks, Mista Andy!
by chulett
Mon Sep 26, 2016 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on AVI Verification Level
Replies: 1
Views: 2394

Seems more like a question for them to me.
by chulett
Fri Sep 23, 2016 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal conversion
Replies: 6
Views: 2092

Ah... 'generic job' as in RCP enabled. That complicates this. Let's see what others have to say, I'm wondering if that means some sort of post-processing task. :?
by chulett
Fri Sep 23, 2016 10:15 am
Forum: General
Topic: Refreshing DS Project from PRD down to TST
Replies: 8
Views: 3378

I thought Kim's script was posted here but I couldn't turn it up in the time I had to search for it. From what I recall it was bundled into his ETLStats package, which I'm pretty sure Ray still hosts. It may also be something I have at home, I'll try to remember to check later.
by chulett
Fri Sep 23, 2016 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Date - Format issue
Replies: 2
Views: 1339

Right. You need to tell it what kind of validation it needs to do. And don't fall into the trap of thinking you can use IsValidDate instead. :wink:
by chulett
Fri Sep 23, 2016 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: environment variables
Replies: 1
Views: 848

(see response to previous question)
by chulett
Fri Sep 23, 2016 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What does APT_EXECUTION_MODE do?
Replies: 4
Views: 2238

They're all documented, why not start there?

As to your specific question, it is documented here.