Search found 42189 matches

by chulett
Mon Jul 14, 2008 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rows PerTransaction option
Replies: 2
Views: 832

'Any number' up to 99999, from what I recall. If you still are unclear on the concept, have a chat with your friendly neighborhood DBA.
by chulett
Sun Jul 13, 2008 8:53 pm
Forum: General
Topic: Large XML File Using Parallel Config File
Replies: 4
Views: 1616

If in fact you are using the Sequential File stage, ditch it and replace it with, say, an External Source to fetch the filename and let the XML Input stage process it directly from the passed in URL/filepath.
by chulett
Sun Jul 13, 2008 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split one record to multiple records and field delemeter &qu
Replies: 4
Views: 1484

Re: split one record to multiple records and field delemeter

Pivot is not the solution, because i need to write the records into the target output file Not sure what the relevance is here, one to the other. Job reads the first record from the file and first 3 columns write into the output file as first record and next 3 columns write into the same target fil...
by chulett
Sun Jul 13, 2008 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of dsenv
Replies: 7
Views: 8507

If the file's location does not matter, then how would a new user be able to pick those variables if we do not reference dsenv in the new user's profile I just want to touch on this, reiterate it one more time. Individual users at the command line may need to source dsenv to work in the dssh shell ...
by chulett
Sat Jul 12, 2008 7:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine output to Database
Replies: 3
Views: 880

Might be a little overwhelming for someone at the 'very raw' state but nonetheless could help get them a leg up. :wink:
by chulett
Sat Jul 12, 2008 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of dsenv
Replies: 7
Views: 8507

I don't believe this has changed for 8.x but dsenv is located in $DSHOME. And for DataStage use, you don't need to source it at all regardless of userid.
by chulett
Sat Jul 12, 2008 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run DB2 Delete sql in a job
Replies: 6
Views: 2218

So... the entire sql statement is passed in as a parameter? That should be fine, just wanted that clarified. However, are you saying that even putting the sql statement in as-is (with any parameterization) gets you the same error? Have you posted the entire set of messages this error generates, incl...
by chulett
Sat Jul 12, 2008 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapke parallel job default NLS map UTF-8
Replies: 7
Views: 2641

Well, there you go - good job! :wink:

Please mark the post as Resolved.
by chulett
Sat Jul 12, 2008 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine output to Database
Replies: 3
Views: 880

In that case I'd suggest you don't even think about writing directly to a database from a routine or script. Simply write your desired output to a flat file and then use a normal job to load from the flat file to your database of choice.
by chulett
Sat Jul 12, 2008 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run DB2 Delete sql in a job
Replies: 6
Views: 2218

Please clarify what "as a parameter" means here.
by chulett
Sat Jul 12, 2008 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing CURRENTDATE to CURRENTTIMESTAMP through dsx
Replies: 13
Views: 4813

Ok, now you've got two changes you've allegedly made that are 'not getting reflected' when you import the dsx file. You are doing something fundamentally wrong and I don't see how we can instinctively know what you might be doing. Right or wrong. Since there doesn't seem to be anyone else at your si...
by chulett
Sat Jul 12, 2008 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to connect in Web Service client .
Replies: 5
Views: 2993

Don't you think it might help a teensy bit if you explained how you are attempting to 'connect to the web service client' rather than making people guess or assume?
by chulett
Fri Jul 11, 2008 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variable problem
Replies: 2
Views: 799

The short answer is 'no'. As noted, they are non-nullable.
by chulett
Fri Jul 11, 2008 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing CURRENTDATE to CURRENTTIMESTAMP through dsx
Replies: 13
Views: 4813

Not sure how as it really should be as simple as that. Is there anyone else where you work that can double-check for you? Another set of eyes and all that...
by chulett
Fri Jul 11, 2008 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dssearch command
Replies: 3
Views: 1513

To the best of my knowledge, it is undocumented so whatever you can find here is what you get. Happy to be proven wrong, however.