Search found 53 matches

by kondeti
Tue Jul 19, 2016 1:04 pm
Forum: General
Topic: Fallen Premium Poster: Kim Duke
Replies: 32
Views: 26599

Kim, May your heart and soul find peace and comfort :(
by kondeti
Mon Feb 27, 2012 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Values Repetition
Replies: 3
Views: 2518

You need to change your logic slightly.

Use the below one.

sCurrentValue : If NullToValue(Input column,"")<> "" Then InputColumn Else sPreviousValue

sPreviousValue: InputColumn
by kondeti
Thu Nov 03, 2011 10:53 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: NVarchar datatype is not recognizing by Information Analyzer
Replies: 1
Views: 4145

The problem has been resolved. Thank you.
by kondeti
Wed Apr 06, 2011 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03113: end-of-file on communication channel
Replies: 12
Views: 14404

Hello, Is it possible to replace OCI with DRS Stage? If So, try once.
by kondeti
Tue Jan 18, 2011 2:41 pm
Forum: General
Topic: How to pass information from DS Jobs to Job Sequence
Replies: 6
Views: 6475

Thanks for the correction chulett.
by kondeti
Tue Jan 18, 2011 1:47 pm
Forum: General
Topic: How to pass information from DS Jobs to Job Sequence
Replies: 6
Views: 6475

Oh ok. Thank you.
by kondeti
Thu Dec 02, 2010 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Count using Stage Variable
Replies: 9
Views: 9467

Yes, I have done the same as Chulett metioned for one of my requirement. It's a workaround solution.
by kondeti
Tue Nov 23, 2010 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Prefixing The Zero's In CSV File Column.
Replies: 2
Views: 2545

Ray/Chulett

Thank you so much for sharing this information.
by kondeti
Fri Oct 08, 2010 4:33 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Maximum Data Volume Support By Information Analyzer.
Replies: 2
Views: 2451

Thank you Ray.
by kondeti
Fri Oct 08, 2010 12:53 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Maximum Data Volume Support By Information Analyzer.
Replies: 2
Views: 2451

Maximum Data Volume Support By Information Analyzer.

Dear Talent Pool, What would be the maximum data volume size Information Analyzer support? I know this question looks silly; but, in my Organization some of the DataStage supporting groups complaining about the Information Analyzer performance. Can anyone tell me what would be the Ideal data volume ...
by kondeti
Mon Sep 13, 2010 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Tables
Replies: 7
Views: 4326

Both the tables DS_JOBS and DS_OBJECTES contain underlying metadata information about all the DataStage Jobs in a project. Like. JobId, Name, Created By, Modified By...etc. Thank You.
by kondeti
Mon Sep 13, 2010 1:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Tables
Replies: 7
Views: 4326

Murthy,
You will find in the project installation directory. But, you can't read directly those UV tables directly. You have to fire proper SQL queries in the command prompt (Administrator) for a respective project. Thank you.
by kondeti
Tue Sep 07, 2010 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Characters In Stage Variables.
Replies: 4
Views: 2815

Code is in production. Just want to understand whether this special character is causing the NULL value ? Can you please share your thoughts? Thank you.
by kondeti
Tue Sep 07, 2010 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Characters In Stage Variables.
Replies: 4
Views: 2815

I can't copy that symbol. But it is Concatenated with 2 vertical boxes.
by kondeti
Tue Jun 15, 2010 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle duplicate records in sequential file
Replies: 7
Views: 4053

There is an option available in Sequential File Stage called Filter. This option directly deals with Operating System where your DataStage server is Installed either Unix Flavour or Windows. Write respective script(either dos/Unix based on your Operating system) in the Filter option and ristrict dup...