Search found 125 matches

by kommven
Thu Aug 18, 2005 1:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Message
Replies: 3
Views: 1238

Try this DIGITS(DSLinkNN.ColName) in your tranformer for all numeric targets

Kewl
by kommven
Thu Aug 18, 2005 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file striping w.r.t to selected char
Replies: 1
Views: 503

Sequential file striping w.r.t to selected char

I want to strip away everything after : or ;
whats the function I can use and how?
Is their any in-built routine or custom routine?
Thanks in advance...
Kewl
by kommven
Thu Aug 18, 2005 1:46 pm
Forum: IBM QualityStage
Topic: USING RULES Need help Overiding and stripping
Replies: 6
Views: 4919

Yes I can use DataStage whats the function that I can use?
by kommven
Wed Aug 17, 2005 5:18 pm
Forum: IBM QualityStage
Topic: USING RULES Need help Overiding and stripping
Replies: 6
Views: 4919

No reply till now/...

Well I came up with a new requirement.
I need to strip away everything in parenthesis
by kommven
Tue Aug 16, 2005 7:40 pm
Forum: IBM QualityStage
Topic: USING RULES Need help Overiding and stripping
Replies: 6
Views: 4919

USING RULES Need help Overiding and stripping

I am using QS.
I have a URGENT requirements to strip of all the characters after ':' and ';' including.
Any gurus to guide me...
thanks in advance
Kewl,
by kommven
Tue May 03, 2005 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass values to job parameters in a sequencer
Replies: 16
Views: 6170

It depends on the req. Is it taking any variables from the env? and in what kind of job/Stage?

You can use some code like within ticks e.g. `OS /UNIX SHELL CODE` in the jobs that will run at OS and get the output into job, try this...
Kommven
by kommven
Tue May 03, 2005 12:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read_fixedwidth()
Replies: 3
Views: 973

Anu, Solution underlies with the fact how the line terminates... The available 2 options you can specify are CR/LF binary will be ASCII or EBCIDIC knowing and specifying them will help or try combinations trail and error... in your scenario I strongly believe that its binary deliminated... Good luck,
by kommven
Tue May 03, 2005 11:53 am
Forum:
Topic: MetaStage acceptance
Replies: 0
Views: 1009

MetaStage acceptance

I would be glad to someone would send me a copy of pdf's MetaStage user guide and related docs. This is time specific requirement and your immediate response will help me a lot. I appreciate your help in advance.

regards
Kommven

Email: kommven at GMail dot Com
by kommven
Thu Mar 03, 2005 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform DATE OCONV() Question
Replies: 14
Views: 9576

Try simply
"TRIM(OCONV(@DATE,'D YMD[4,2,2]'),' ','A')"
by kommven
Wed Mar 02, 2005 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform DATE OCONV() Question
Replies: 14
Views: 9576

I got the same situation and I used Trim("XXXX XX XX", " ", "A")

try it and let us know...
by kommven
Thu Jan 27, 2005 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is Incremental Aggregation possible
Replies: 18
Views: 10838

I like to use stage variables and I will implement it and let you guys know... All are of great help. Thank's everyone in person...

I heard that informatica has a built in module for handelling incremental aggregations.

So any built-in stage in DS?
by kommven
Thu Jan 27, 2005 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is Incremental Aggregation possible
Replies: 18
Views: 10838

Thanks for the help, I am trying @rownum

Kommu
by kommven
Thu Jan 27, 2005 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending Mail.....
Replies: 4
Views: 2087

What are you mentioning in mail server? By default it can be "mail" If you specify some other server address, there maybe a error. Sometime there maybe an alias for mail and mailx on your server. you shud achieve this goal by writing a script and invoking it by execute cmd. stage... goto p...
by kommven
Thu Jan 27, 2005 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is Incremental Aggregation possible
Replies: 18
Views: 10838

Is Incremental Aggregation possible

Can any one guide me for creating a job aggregating (taking avg) of a column in parts.

More in Detail ;-

name, qty1
a,5
a,3
r,6
y,2
i,5
q,3
o,4
t,3

Now I want to aggregate for every 5 rows, so the final ans is

Value
21
10

Anyhelp is highly appreciated...

Kommu
by kommven
Wed Jan 19, 2005 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data cleansing
Replies: 7
Views: 8847

I can give you a simple definition for Data Cleansing. Its like Querying your DBMS with select col names so that you wont get unwanted data. Data Cleansing it at various levels at the least grain size is at row which can be achvd. by using simple Transformer job. At the highest level is at an aggreg...