Search found 17 matches

by owen3
Fri Jun 11, 2010 8:51 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Join two or more tables
Replies: 5
Views: 3573

Thanks Ray for the reply.

Is there any possibilities by using virtual table or reference table or by using data rules within IA?

Members please feel free to put any suggestions or comments.
by owen3
Fri Jun 11, 2010 5:44 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Join two or more tables
Replies: 5
Views: 3573

[quote="ETLJOB"]After your database read have a transformer and by using stage variables setup a flagvariable (Y or N) Then check 1. If col1=col2=col3 the set flag as 'N' 2. If col1=col2 or col2=col3 or col3=col1 set flag as 'N' Then, have a constraint to output the required records based ...
by owen3
Thu Jun 10, 2010 10:30 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Join two or more tables
Replies: 5
Views: 3573

Join two or more tables

I have a requirement to profile 3 columns of 3 different tables (which has a common key) and capture a result where either 3 of them are not equal or at least two of them are not equal.
I would really appreciate any thought or help.
Thanks in advance.
by owen3
Thu Nov 20, 2008 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compiling shared container
Replies: 1
Views: 2172

Once you changed the code at SC save it and compile the job which is using this SC.
by owen3
Thu Nov 06, 2008 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter set in new server
Replies: 5
Views: 3278

1. Define your all parameter like servername, schema, uid, pwd etc at user defined enviroment variable. 2. Keep all these parameter in one parameter set like $DB_USER, $DB_SERVER etc. and save. It will be saved at Repository. 3. Open Parameter set\Parameter and double click on Default Value. 4. Smal...
by owen3
Thu Nov 06, 2008 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter set in new server
Replies: 5
Views: 3278

1. Define your all parameter like servername, schema, uid, pwd etc at user defined enviroment variable. 2. Keep all these parameter in one parameter set like $DB_USER, $DB_SERVER etc. and save. It will be saved at Repository. 3. Open Parameter set\Parameter and double click on Default Value. 4. Smal...
by owen3
Thu Nov 06, 2008 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter set in new server
Replies: 5
Views: 3278

1. Define your all parameter like servername, schema, uid, pwd etc at user defined enviroment variable. 2. Keep all these parameter in one parameter set like $DB_USER, $DB_SERVER etc. and save. It will be saved at Repository. 3. Open Parameter set\Parameter and double click on Default Value. 4. Smal...
by owen3
Wed Oct 29, 2008 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UnZipping of files using Datastage
Replies: 9
Views: 11133

Exec_Command_Stage-------------->Job_Activity

At ExecCommand\Command pass following unix command:

gzip -d /path_of_zipped_file/zipped_file_name
by owen3
Tue Oct 28, 2008 10:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute stored procedure without input link
Replies: 27
Views: 7628

We did:

Row_Gen-------->Store_Procedure------->Col_Gen--------->Output
by owen3
Wed Oct 22, 2008 9:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repeting Values
Replies: 2
Views: 1765

First of all you have only 6 columns.
Secondly you don't have DYP at col4 in your sample data.

Based on your information, you could use file, lookup and funnel combination to solve this problem.
by owen3
Tue Jun 17, 2008 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Left(%string%,%length%)
Replies: 7
Views: 2430

[quote="DSguru2B"]There is a huge difference between a number that starts with 12 and a number that starts with 99. See how much is 2^63. I bet its what you are getting. ...[/quote] Thanks. I changed SQL type from BigInt to Varchar and I'm getting the required result. Thanks again for your...
by owen3
Tue Jun 17, 2008 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Left(%string%,%length%)
Replies: 7
Views: 2430

[quote="DSguru2B"]I doubt big int can hold that number. Its way above its limit. Check what the upper integer limit is for BigInt.[/quote]

But it works with
00012109614152087431682301311722200502
00012109614155689601682301311722200502
as an input
by owen3
Tue Jun 17, 2008 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Left(%string%,%length%)
Replies: 7
Views: 2430

[quote="DSguru2B"]What is your target datatype set as?[/quote]

Source is flat file with NVarChar, length=38 and target Netezza with SQL type =BigInt and length=19
by owen3
Tue Jun 17, 2008 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Left(%string%,%length%)
Replies: 7
Views: 2430

Issue with Left(%string%,%length%)

When I apply Left(DSLink2.src_surrogate_comp,19) to 00012109614152087431682301311722200502 00012109614155689601682301311722200502 it gives 1210961415208743 1210961415568960 which is expected. But when i apply for 99999999999999999999999999999999900001 99999999999999999999999999999999900002 it gives ...
by owen3
Sun Jun 08, 2008 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Monitor system performance
Replies: 2
Views: 1665

you can also use topas, prstat -t, top etc.............or DSDirLog\rt click\monitor\rt click (at small screen)\show % CP