Search found 47 matches

by trammohan
Mon Mar 24, 2008 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String
Replies: 12
Views: 4938

Can be implemented in a C routine and call it from the transformer..
by trammohan
Mon Mar 17, 2008 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which transormation logic, should i apply to process "N
Replies: 2
Views: 655

There are number of ways to implement this... best way is to use filter stage ........
by trammohan
Wed Jan 31, 2007 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't compiles jobs with Transformer Stage
Replies: 7
Views: 3896

Hi,

Provide the default precision in the decimal ...
like decimal(11,2) in the field definition....
<transform> Error when checking composite operator: Function "decimal_from_string [line 39,character 15]" returns decimal, default precision is used
by trammohan
Mon Oct 09, 2006 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't compiles jobs with Transformer Stage
Replies: 7
Views: 3896

Can you check the space in /tmp ...may have reached 100%...
by trammohan
Mon May 01, 2006 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencial file name capture in a job
Replies: 18
Views: 14096

Hi Brid,

I have 2 input files ( trm1.txt and trm2.txt ). It is picking up the trm2.txt file name and putting in the file_name column even for trm1.txt records...
trm
by trammohan
Sun Apr 30, 2006 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencial file name capture in a job
Replies: 18
Views: 14096

Hi The Bird,

When I set APT_IMPORT_PATTERN_USES_FILESET this parameter to TRUE it is printing the output file name not the input file name ...

is there any other param to set for input filename?

trm
by trammohan
Thu Apr 27, 2006 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencial file name capture in a job
Replies: 18
Views: 14096

Hi Roy,

Thanks...I want to include the file name in the column list while reading the data.......I want the actual file not the file name with wild char..

Thanks
trm
by trammohan
Wed Apr 26, 2006 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencial file name capture in a job
Replies: 18
Views: 14096

Sequencial file name capture in a job

Hi,

I am using sequential file stage to read data from *XYZ*.txt files. when I select file name column in the output file name is coming as *XYZ*.txt ..
My question is how to get the actual file name while reading the data from sequential file..

Thanks in advance....
trm
by trammohan
Wed Dec 14, 2005 7:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about general dsjob
Replies: 3
Views: 1177

There are two ways to release the locks..

1. In director release the resources for that job.

2. at command level on server side use UNLOCK user # all to release the job
by trammohan
Wed Dec 14, 2005 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Configuration
Replies: 6
Views: 3427

resource allocation will be doubled ..( scrach disk, resource disks ) . in our environment we found lot of difference..
by trammohan
Tue Dec 13, 2005 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Configuration
Replies: 6
Views: 3427

Define 2 logical nodes in /etc/hosts file and use those in your configuration file { node "node1" { fastname " wawdb14_new " pools "" resource disk "/var/Ascential/DataStage/Datasets" {pools ""} resource scratchdisk "/var/Ascential/DataStage/Scr...
by trammohan
Sun Oct 23, 2005 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create multiple Records from single record
Replies: 16
Views: 7027

Hi,
You can create multiple records with the help of Custom build OPD..
in the opd call Buildrecord() and 'C' control structures if and else

ram
by trammohan
Tue Oct 18, 2005 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile an enternal C/C++ Routine and use in DS PX
Replies: 11
Views: 5454

here is the command for compiling external C/C++ routines in UNIX

aCC -c +z file_name

call this a.out from Datastage routine as external routine..

Ram
by trammohan
Thu Sep 29, 2005 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass job parameters in parallel tranformer stage
Replies: 12
Views: 9419

nrevezzo wrote:Here is the ecase assigned for the fix to this problem: ecase #58139.

This ecase was created 8/2004. I'm surprised it wasn't fixed in v7.5
will this issue ( ecase #58139 ) be resolved in the next Datastage release ?

Thanks
by trammohan
Thu Sep 29, 2005 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer output counts not totalling input count
Replies: 9
Views: 4119

Re: Transformer output counts not totalling input count

I have a job with a transformer which takes in 907,124 rows. it has two outputs, both with constraint on non null char(1) column. The 1st has constraint input.colX='5' The other has constraint input.colX <> '5' The output counts are 814,682 and 60,142 respectively, which add up to 874,824. This is ...