Search found 42189 matches

by chulett
Fri Mar 21, 2008 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split single record to multiple records
Replies: 13
Views: 3082

Right. A 'maximum' number. If you don't know what that may be... aim high. :wink:
by chulett
Fri Mar 21, 2008 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Propagate Column definitions in Server jobs
Replies: 7
Views: 1705

Shared Containers don't need both an input and an output link, one or the other is fine. But still, the answer is 'no' to anything automatic.
by chulett
Fri Mar 21, 2008 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 8423

sri75 wrote:If you look at my previous post,, in my code I have included "-mode Normal" in my command.. but still then it did not return any value or error code..

Actually, when we looked at your post previous to ours, it is not included. Hence the comment.
by chulett
Fri Mar 21, 2008 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 8423

Bare bones, add something like this to your script:

Code: Select all

cd `cat /.dshome` && . ./dsenv

And let us know if that helps.
by chulett
Fri Mar 21, 2008 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringTotime
Replies: 11
Views: 3937

Not sure, but it should be documented. In the meantime, try it and let us know.
by chulett
Fri Mar 21, 2008 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Comparing DataStage Jobs
Replies: 7
Views: 2804

It's not a rumor, it's a fact. And there's no direct replacement, that's coming 'real soon now' as official hooks to supported products. In the meantime, you'd have to roll your own. For the comparison, yes - timestamps and version numbers will always be an issue - but you quickly learn to discern t...
by chulett
Fri Mar 21, 2008 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringTotime
Replies: 11
Views: 3937

Then let's mark it as Resolved, shall we? :wink:
by chulett
Fri Mar 21, 2008 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringTotime
Replies: 11
Views: 3937

Don't use the colons (:) in your format string as there are no colons in your input data.
by chulett
Fri Mar 21, 2008 7:06 am
Forum: General
Topic: Pass a job level parameter at command line for running a job
Replies: 7
Views: 1554

Still a little lost on exactly what part you are having problems with. Are you just trying to find out the parameter names in use in any given job from the command line? You can use 'dsjob' with the '-lparams' option. Do you need the values associated with any given parameter? Then the '-paraminfo' ...
by chulett
Fri Mar 21, 2008 6:56 am
Forum: General
Topic: $PROJDEF
Replies: 18
Views: 4411

That and what exact 7.x version are you running?
by chulett
Fri Mar 21, 2008 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 8423

They don't seem to want to listen to either of us, Arnd.
by chulett
Thu Mar 20, 2008 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joining / doing lookup without a key
Replies: 10
Views: 2144

Not that I am aware of, joins need 'keys' / matching columns. Perhaps someone else has some other thoughts on this... ?
by chulett
Thu Mar 20, 2008 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems handling a ® symbol in XML
Replies: 10
Views: 3493

I couldn't find any reference to needing to encode trademark symbols, but I'll poke around some more. Not sure what you mean by the 'generic escaping' remark, Ernie, do you mean I might need to escape the symbol before it goes to the parser? :?
by chulett
Thu Mar 20, 2008 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems handling a ® symbol in XML
Replies: 10
Views: 3493

Another bit of information. Even if I manually concatenate the tags around the field value and then switch the Data Element of that field to 'XML' so it is just passed through as is, it still get 'corrupted'. :?
by chulett
Thu Mar 20, 2008 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joining / doing lookup without a key
Replies: 10
Views: 2144

Hard-code a static key value into both the reference lookup and the input stream. 'Join' on that.