Search found 42189 matches

by chulett
Mon Jan 26, 2009 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Score in Ds
Replies: 1
Views: 938

First you need to dump it as that's not automatic and without that there's nothing to examine. Did you trying searching as suggested? For example:

viewtopic.php?t=123551

You could pull some keywords from there and continue to drill into the information that is here.
by chulett
Mon Jan 26, 2009 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job parameters from command line
Replies: 3
Views: 1192

Either of the "Developer's Guide" pdfs have a section on the Command Line Interface which fully explains the dsjob command line executable that runs DataStage jobs, including its syntax. There you'll find that parameters are passed as "name value" pairs with the -param tag. So......
by chulett
Mon Jan 26, 2009 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Envirnomental Variable from command line
Replies: 3
Views: 1273

Commands for environment variables? You mean the commands to create and display their values? That would be "set" and "echo", respectively. And there's no need to "pass" them as they are part of the environment and thus available to any process running in that environme...
by chulett
Mon Jan 26, 2009 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Score in Ds
Replies: 5
Views: 4428

Post that question in the Enterprise Edition forum and mark the job type as 'Parallel'. Better yet, try searching that forum as you aren't the first person to ask questions about how to dump and read a score, so what you seek is out there already.
by chulett
Mon Jan 26, 2009 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job parameters from command line
Replies: 3
Views: 1192

Again, you need to be more specific in your questions. Examples help as well. While parameters can be overridden from the command line, and you can "automate" this with a script, you really need to explain what you mean by automate - what it is that you are attempting to accomplish so peop...
by chulett
Mon Jan 26, 2009 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Envirnomental Variable from command line
Replies: 3
Views: 1273

Sorry but you'll need to explain what "automate the process of Envirnomental variables" means, command line or otherwise, before anyone can really help.
by chulett
Mon Jan 26, 2009 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Score in Ds
Replies: 5
Views: 4428

Server jobs don't have a "score".
by chulett
Mon Jan 26, 2009 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Sequential Data Structure
Replies: 10
Views: 2339

Of course, the timesaving aspect would come from how many times you needed to do this, assuming many times then yes. Once or twice... not so much.
by chulett
Mon Jan 26, 2009 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is the any possible of passing parameter value
Replies: 10
Views: 4790

shamshad wrote:I assume what Tej needs has been already answered by MK.
I would make no such assumption, especially considering the questions asked so far and the shear amount of guessing going on in what is being posted. :?
by chulett
Mon Jan 26, 2009 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Sequential Data Structure
Replies: 10
Views: 2339

OK. If you want to pursue your original methodology, here's how I would attempt it. First take some saved metadata of the type you need to create and save it through the Manager into a .dsx file. Make sure you have a representative sample of the various types you need. Open and study the .dsx file a...
by chulett
Mon Jan 26, 2009 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Sequential Data Structure
Replies: 10
Views: 2339

And just to confirm, this is what kind of metadata... meaning, metadata for what? I was assuming for a sequential file but did you mean table metadata delivered in a sequential file? Or something else?
by chulett
Mon Jan 26, 2009 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Sequential Data Structure
Replies: 10
Views: 2339

So... you don't have an Excel spreadsheet of csv data but rather one with the appropriate metadata? Something like one row per field? If that's the case, you won't be able to import it as the importer is expecting to determine the data types / lengths / etc from the actual data that it sees in the f...
by chulett
Sun Jan 25, 2009 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with XML
Replies: 8
Views: 2141

Tell us what the actual hex values of these "square boxes" are.
by chulett
Sun Jan 25, 2009 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting a Teradata primary index for a write replace stage
Replies: 11
Views: 4494

Hmmm... isn't a "primary" index by definition unique? :?
by chulett
Sun Jan 25, 2009 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML validation in XMLInput Stage
Replies: 7
Views: 3258

Pretty much what I meant... thinking perhaps this is more of a "logical" data validation outside of what the schema would catch.

igorlp - can you post an specific example or two of your issue? XML, xsd, errors/warnings, whatever you can.