Search found 42189 matches

by chulett
Mon Apr 16, 2007 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference betwn transformer and basic transformer in PX
Replies: 13
Views: 3641

I need to store the previous value of the row to get the running total. No, you don't. You need a 'previous value' to do group change detection, not to maintain a simple total. You've already got 'units' coming in on your source link so no need for another variable simply to hold that. Create one s...
by chulett
Mon Apr 16, 2007 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: function 'ftp_put' failed
Replies: 7
Views: 3003

Wow... and from the Oliver list in 2002 no less. :wink:
by chulett
Mon Apr 16, 2007 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from DS 7.5.1A Server Edition to DS 8
Replies: 18
Views: 4858

Yes, but the license comes along for the ride. You won't see the Oracle Enterprise Stage when working a Server job as that is not a Server stage - it is a PX only stage. You should have the 'OCI' stages instead for Server.
by chulett
Mon Apr 16, 2007 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to round column values in Data Stage?
Replies: 4
Views: 1504

Or! Check out the FMT command. :wink:
by chulett
Mon Apr 16, 2007 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from DS 7.5.1A Server Edition to DS 8
Replies: 18
Views: 4858

The 'parallel' or Enterprise Edition supports both Server and PX jobs, so no need to think you need to convert everything. Simply import the jobs. They should run as-is with the obvious difference of anything O/S related. Anything routine or script related (etc) that assumes Windows will more than l...
by chulett
Mon Apr 16, 2007 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear hashfile
Replies: 6
Views: 1229

Why the dump to a flat file? Do you really need to do that or do you just need to clear it as your subject states?
by chulett
Mon Apr 16, 2007 11:29 am
Forum: General
Topic: How to make logs more informative
Replies: 1
Views: 972

:? Why in the world repeat this post? Stick to the original, respond to the question posted there, please.
by chulett
Mon Apr 16, 2007 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

Then unfortunately it sounds like you'll need to wait for the xsd.
by chulett
Mon Apr 16, 2007 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLogSummary info
Replies: 7
Views: 1690

Doesn't the Summary call give you the ids for all of the entries? Seems like you could take the ones you are interested in and call DSGetLogEntry specifically for those.
by chulett
Mon Apr 16, 2007 9:49 am
Forum: General
Topic: Sybase Interface File
Replies: 2
Views: 1610

I'm note sure you can take it down to that level. All I've ever seen is something like:

Code: Select all

SYBASE=/opt/sybase; export SYBASE
SYBASE_OCS=OCS-12_5; export SYBASE_OCS

Contact your support provider if no-one has anything more specific to add.
by chulett
Mon Apr 16, 2007 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

So... they're not going to give you an xsd? :roll:

Point the importer to your dtd file, pretty sure it will accept that. Import the metadata in the same manner as you did before.
by chulett
Mon Apr 16, 2007 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

That's pretty old school. If you generated it from the xml, I'd be inclined to not use it. Best to get the xsd and use that.
by chulett
Mon Apr 16, 2007 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

Perhaps, but it stands a very good chance of being incomplete or incorrect. Request the xsd from whomever you are generating the xml for, your external vendor in this case.
by chulett
Mon Apr 16, 2007 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

First suggestion would be to import the metadata from an xsd if at all possible, not from the xml itself. That can help tremendously.
by chulett
Mon Apr 16, 2007 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Error selecting from log file RT_LOG862"
Replies: 9
Views: 6511

Pete Morris wrote:Is there a TCL command that will tidy up a corrupted job.

As noted earlier - DS.CHECKER - but the answer could depend on exactly what you mean by 'tidy up'. :wink: