Search found 189 matches

by ady
Fri Mar 09, 2007 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading a delimited file
Replies: 19
Views: 4209

Yes it is a parallel job , .....

I am going to pass the values as decimal and then later in the job convert to char, ....
by ady
Fri Mar 09, 2007 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint to abort job
Replies: 19
Views: 6220

The condition is col1 = col2


ie: if col1 <> col2 then ABORT JOB
by ady
Fri Mar 09, 2007 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint to abort job
Replies: 19
Views: 6220

Constraint to abort job

Hi,

I am working on a job in which there is a condition, Which if not satisfied should abort the job. Can I do this ?

I have this job in a sequence, so when the job fails ....the "fatal" link should be executed.

Please help .. thnx
by ady
Fri Mar 09, 2007 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading a delimited file
Replies: 19
Views: 4209

View data , ....
by ady
Fri Mar 09, 2007 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading a delimited file
Replies: 19
Views: 4209

@Kumar_s

I have no idea about "Multiple reader per node" , how can i find out ?
by ady
Fri Mar 09, 2007 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading a delimited file
Replies: 19
Views: 4209

The text file is been generated from a sql script .... The type is varchar from the source. It not a fixed width file.

but when I change the datatype to decimal .... I am able to view the data.

The "display" property is not present in the metadata, Cant figure out where I can add that
by ady
Fri Mar 09, 2007 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading a delimited file
Replies: 19
Views: 4209

reading a delimited file

Hi , I Have a seq file seperated by the column delimiter "|" abc|123|xyz|000| When I read the file in parallel, i am missing data in 2 of the columns, like abc|3|z|000| Why does it show like that , I have the metadata for all the columns ? .... i am just missing data in 2 columns. Can anyo...
by ady
Tue Mar 06, 2007 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage "where clause" format
Replies: 8
Views: 13240

The data comes as char from the source ... anyway i will try converting to string again and see if it works ..
by ady
Tue Mar 06, 2007 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage "where clause" format
Replies: 8
Views: 13240

My job structure is Seq stage > Seq stage > Funnel > Filter > Seq Stage The job was working fine when I had transformer in the place of the filter, but When I use a filter there, the job dosent work. The director shows the job ran sucessfully in 0.2 seconds, there are no warnings. DS dosent show any...
by ady
Tue Mar 06, 2007 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with execute_command activity
Replies: 32
Views: 11694

Well the Routine Activity is working fine now . But now i want to come up with a little more flexible job . as in i want to parameterize the command so that i can run the same job in order to execute the same task for different files ie i am using routine activity stage and using ExeSH this pops up ...
by ady
Tue Mar 06, 2007 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage "where clause" format
Replies: 8
Views: 13240

Thanks DSguru,

Can I specify "And" in the clause?

like DIGIT_CODE like "04%" And l_INVENT.KIT_ID like "~00000"

and can I use <> or = in the filter stage?
by ady
Tue Mar 06, 2007 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage "where clause" format
Replies: 8
Views: 13240

Filter stage "where clause" format

Hi, One of my job uses a transformer to apply the constraint l_INVENT.DIGIT_CODE[1,2] = "04" And l_INVENT.KIT_ID <> "00000". I am trying to replace the transformer with a filter stage, How do I specify the above constraint in the filter stage? I tried DIGIT_CODE like "04...&...
by ady
Fri Mar 02, 2007 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel padding nulls for empty space !!
Replies: 11
Views: 3059

Oops sorry if I got you guys confused ... datasets with VARCHAR work generally , but in my case I was using dataset with varchar but then the padding does not work, if i use char them my trim does not work. My whole point is ...I need to pad the values SPACE in my dataset or seq file but I also need...
by ady
Fri Mar 02, 2007 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel padding nulls for empty space !!
Replies: 11
Views: 3059

Dataset with varchars does not work ... :(
by ady
Fri Mar 02, 2007 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel padding nulls for empty space !!
Replies: 11
Views: 3059

The output is a dataset currently, do I need to use a sequential file there to be able to get APT_STRING_PADCHAR working ???