Search found 6797 matches

by DSguru2B
Mon Jan 22, 2007 6:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I wnat storred porocedures in oracle....
Replies: 16
Views: 4074

What in the world............ Who is this person, We need Walter....
by DSguru2B
Mon Jan 22, 2007 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup using </> in parallel jobs
Replies: 9
Views: 2121

If you load your flat file into a temp table then you can get everything done in a single query. i.e, a single database stage.
by DSguru2B
Mon Jan 22, 2007 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

Did you remove the quotes from the Date?
by DSguru2B
Mon Jan 22, 2007 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simulating restartability
Replies: 13
Views: 3167

If thats the case then yes, send in bad data and keep your warn limit low. This way within just a few warnings the job will abort.
by DSguru2B
Mon Jan 22, 2007 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shell scripts and batch jobs (DataStage)
Replies: 8
Views: 4633

Re: Shell scripts and batch jobs (DataStage)

chandankambli wrote:
Pls. explain.

Pls. search.
There are a lot of topics on this discussion. You will also find sample scripts to execute jobs via scripts.
by DSguru2B
Mon Jan 22, 2007 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

NOt in the sequence job. In your px job.
Go to the job properties and convert both of these parameters to string type. Atleast for the date.
by DSguru2B
Mon Jan 22, 2007 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

How have you defined them in the job. Are they defined as string or , date and integer. If latter then remove the quotes. If they are defined as string then quotes wouldnt hurt. They will be passed along with quotes.
by DSguru2B
Mon Jan 22, 2007 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

you sure there are only two lines in your source file. The first one is the date and the second one is the id. Nothing else is present. I just built a dummy job and tested out the same. It works like a charm for me. Do you have the first line as Column Names in your text file?
by DSguru2B
Mon Jan 22, 2007 3:36 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

I was thinking the same. Not only the IT folks had to be smart but physically fit as well.
by DSguru2B
Mon Jan 22, 2007 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

Ok, for o_date provide

Code: Select all

FIELD(Execute_Command_0.$CommandOutput,@FM,1,1)


For the t_id provide

Code: Select all

FIELD(Execute_Command_0.$CommandOutput,@FM,2,1)


This should work.
by DSguru2B
Mon Jan 22, 2007 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know what all ETL jobs used the Oracle Tables
Replies: 14
Views: 4109

Kim has something like that which can tell you what table is being used up. Search this forum for etlstats.
by DSguru2B
Mon Jan 22, 2007 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

Ok now you tell me that they are coming from the same file. I thought you wanted to keep one file per parameter value. How does it look like in the file? Also tell me which parameter value belongs to what parameter.
by DSguru2B
Mon Jan 22, 2007 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

Is that your derivation. Use the Field() function code that i posted earlier to get everything before the @FM.
by DSguru2B
Mon Jan 22, 2007 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter
Replies: 42
Views: 6765

What is the derivation you are providing inside the jobactivity for your parameter. Also what is the name of your execute command stage. Copy paste them here.
by DSguru2B
Mon Jan 22, 2007 2:40 pm
Forum: General
Topic: CR/LF for the new generation
Replies: 45
Views: 19163

Some memory huh craig. You guys sound like my college professors. Even they used to talk about those days with so much intensity.