Search found 225 matches

by U
Wed Apr 29, 2009 10:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 9793

It is unfortunate that this stage does not support wildcards. I have been using the parallel Sequential File stage recently, which does. Oh well, I guess the Folder stage solution will have to be the one to use.
by U
Wed Apr 29, 2009 10:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 9793

Running the Job

Running the job gives exactly the same error in the job log that was generated in View Data in all the variants we have discussed.
by U
Wed Apr 29, 2009 10:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 9793

Using /dev/null as the File name property made no difference; exactly the same error message was generated. Using an explicit file name and just grep ^T~ as the filter worked. Using a file name with an asterisk in the File property and just grep ^T~ as the filter command generated a slightly differe...
by U
Wed Apr 29, 2009 9:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 9793

I have tried specifying it in the stage with an without double quotes around the pathname. grep ^T~ /home/dsadm/dev/input/Contracts_* grep ^T~ "/home/dsadm/dev/input/Contracts_*" Because the file name is actually ignored, I put DSParams in the File name field. As yet I have only used View ...
by U
Wed Apr 29, 2009 6:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage Filter Command
Replies: 9
Views: 9793

Sequential File stage Filter Command

I am having a difficulty with Filter command in Sequential File stage. The Filter command works perfectly well when executed in UNIX on the server but does not when from the stage using View Data. Both of the following Filter commands exhibit the same problem. cat /home/dsadm/dev/input/Contracts_* g...
by U
Tue Mar 31, 2009 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup_int16_from_string()
Replies: 3
Views: 2189

lookup_int16_from_string()

I am having a problem with this function in the Modify stage, and can't resolve it. There is one input column, Frequency (VarChar) and two output columns (Frequency (VarChar) and FrequencyCode (SmallInt)). Specifications are: KEEP Frequency FrequencyCode=lookup_int16_from_string['None'=0;'Suspend'=0...
by U
Sat Mar 21, 2009 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination of Stage
Replies: 8
Views: 11547

My apology for not mentioning this. Yes we did reset the job; the only message from previous run was the one-line [Done] message from the phantom process DSD.StageRun, which I understand is the Transformer stage's process.
by U
Fri Mar 20, 2009 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination of Stage
Replies: 8
Views: 11547

Abnormal Termination of Stage

One of our jobs threw "Abnormal termination of stage transformer_name detected" error in production. The job works in dev/test environments but threw only this error in production - there was no extra information logged and no other errors/warnings logged. Job design is OCI --> Transformer...
by U
Thu Oct 02, 2008 5:42 am
Forum: IBM QualityStage
Topic: Domain Masks
Replies: 1
Views: 1591

Domain Masks

I am trying to learn QualityStage by reading the manuals and experimenting. In Pattern Action Reference manual it states that "for each active token there should be one corresponding domain mask in the override instruction, and that the domain mask is the class to use to RETYPE the correspondin...
by U
Thu Oct 02, 2008 5:37 am
Forum: IBM QualityStage
Topic: POST actions in Rule Sets
Replies: 1
Views: 1583

POST actions in Rule Sets

I am trying to learn QualityStage by reading the manuals and experimenting. In Pattern Action Reference manual the term "POST actions" is used, and the manual explains that POST actions must occur prior to any pattern-action sets (in the PAT file) and are preceded by the line \POST_START a...
by U
Mon Mar 03, 2008 10:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregating
Replies: 5
Views: 2214

Thank you for your replies. We had our Oracle DBA look at explain output and it was found that grouping was less cost than sorting, based on our data. The only reason we would have needed to sort would have been to allow the Aggregator stage to process the volume of data in question. So we are plann...
by U
Mon Mar 03, 2008 1:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After job subroutine
Replies: 1
Views: 1322

Put them both in the Input Values field. If you want a comma between them, that is fine. #TargetDir#,#TargetFile# for example.

In the subroutine itself you need to parse out the individual values. For example Field(InputArg, ",", 1, 1) and Field(InputArg, ",", 2, 1).
by U
Mon Mar 03, 2008 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregating
Replies: 5
Views: 2214

Aggregating

Can I please have best practice suggestion on this scenario? We have to take an inner join between two Oracle 9i tables, one having 50 million rows, the other having only a few thousand, and then to group by four columns and form sum, minimum or count of six other columns. Some colleagues are sugges...
by U
Thu May 03, 2007 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOw to start the datastage job from win bat file or DOS mode
Replies: 7
Views: 3874

ICE wrote:Dear All,

Thank u so much.Thanks a lot.
I will try and let u know then.
I really appreciate you all advise.

Thanks a lot.. :)
Please don't let me delay your search for someone who cares.

U is my name.
"YOU" is a personal pronoun.
Please get it right.
by U
Tue Apr 17, 2007 8:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding subroutine
Replies: 12
Views: 4819

You can create routine in designer as well as manager. Open designer, see look for Routine tree in the repository under project. If u don't find there, right clik there and click show routine under popup menu of customization. There u can create server/parallel/mainframe routine. hope it will help ...