Search found 594 matches

by rameshrr3
Wed Apr 19, 2017 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup with a Like Operator
Replies: 4
Views: 4862

I think you can use the same lookup stage - the reference link can be copied into 4 different ref links using a copy stage, and then use the approrpriate condition/scenario in each , drag all the result columns from the ref links to a subsequent transformer stage to do survivor scenario evaluation. ...
by rameshrr3
Tue Apr 11, 2017 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing multiple record types flat file
Replies: 5
Views: 5353

Tricky but very very do-able.

Yeah - custom sorts and subsorts are what i could think of , give we implemented the very complex PVF Files for DTCC which are Hierarchical Flat files better suited for cobol based programming or Websphere TX or even Java ( which had predefined IPS messaging containers for such industry standard for...
by rameshrr3
Thu Feb 09, 2017 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Group by clause implementation in Datastage
Replies: 6
Views: 4193

From TEXT
Where TEXT.OID = 2498
And TEXT.TEXT in ('Discharge', 'Expired')
Group by TEXT.OID

If they were using SQL , a group by would not be needed
by rameshrr3
Wed Feb 08, 2017 6:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Group by clause implementation in Datastage
Replies: 6
Views: 4193

Only one group - since TEXT.OID is filtered on single value ? Whats the point - curious
by rameshrr3
Wed Feb 08, 2017 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying Basic transformer stage
Replies: 4
Views: 4014

I usually use an icon editor or image processing tool to change the default look and feel of basic transformer on canvas , so that I know :) On my canvas the Basic transformer now has the similar icon as parallel transformer , but the COLOR is different as i edited the bmp (PXSVtransformer.bmp ??) f...
by rameshrr3
Thu Apr 14, 2016 6:02 pm
Forum: Data Integration
Topic: Oracle ODI Vs DataStage Balanced Optimization (Part 2)
Replies: 7
Views: 24832

Does the internal version of datastage engine have anything to do with the versions of the Universe Engine being release by Rocket UV ? Because the currently marketed version of UV is 11.x. I had an impression the 2 went their own way after UV version 9.
by rameshrr3
Thu Apr 14, 2016 5:04 pm
Forum: Data Integration
Topic: Oracle ODI Vs DataStage Balanced Optimization (Part 2)
Replies: 7
Views: 24832

@Chulett : (Part 1) is on the same shelf where windows 9 and datastage 10 are ;)

Part1 is just what I consider previous debates on this topic , but did not want to hijack those older threads where I was not the OP.
by rameshrr3
Thu Apr 14, 2016 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN clause in transformer
Replies: 11
Views: 13561

I would agree with Ray, the lookup functions ( Or Should i call them specifications :wink: ) ) in modify stage have been used a couple of times by me in some projects, but the modify stage does not have a lookup_string_from_string[] specification, its usually an int to to string or string to int ( t...
by rameshrr3
Wed Apr 13, 2016 12:59 pm
Forum: Site/Forum
Topic: Activation Lead Time
Replies: 1
Views: 16237

Ok, if its not activated after 48 hrs, will send an email to 'editor ' :)
by rameshrr3
Wed Apr 13, 2016 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IN clause in transformer
Replies: 11
Views: 13561

Despite its many strengths in customizability using C++, I still find the standard (prebuilt) DataStage parallel job function library to be hands down the worst (& worst documented) of any self respecting ETL tool in the Gartner magic quadrant (as opposed to its BASIC transformer cousin). I see ...
by rameshrr3
Wed Apr 13, 2016 12:46 pm
Forum: Site/Forum
Topic: Activation Lead Time
Replies: 1
Views: 16237

Activation Lead Time

I purchased premium membership a few minutes back , how long does it take to get activated ? I had quite a few issues last time and had to go to the extent of raising a paypal dispute.

Thanks
by rameshrr3
Wed Oct 07, 2015 1:34 pm
Forum: General
Topic: Datastage Mainframe Edition GA!
Replies: 11
Views: 3444

Thanks everyone. Our shop installed the Mainframe edition back in 2006 when they started off with V 7.0 or 7.51 A , and when we went to 8.7 we did not think twice to install or not install it, also majority of the developers who worked and managed datastage at the shop were from a Mainframe backgrou...
by rameshrr3
Wed Sep 30, 2015 12:14 pm
Forum: General
Topic: Datastage Mainframe Edition GA!
Replies: 11
Views: 3444

Datastage Mainframe Edition GA!

Our client is a big Mainframe shop with 5-10 physical mainframes and many many LPARS . Our datastage intsllation V 8.7 Fix pack 2 has Mainframe jobs enabled. Given that support for 8.7 will expire between 2017 and 2018, im wonderingif we still have support for mainframe jobs in Datastage Version 9.1...
by rameshrr3
Thu Mar 26, 2015 6:18 pm
Forum: General
Topic: Installing Information Server 11.3.1 - surprises
Replies: 17
Views: 25200

and to remove g++ except for Linux. It currently lists g++ for various UNIX flavors but is not supported. This is misleading documentation, because the only time the compiler is invoked is when a (parallel) transformer or buildop stage are needed in the job design- which happens to be majority of t...
by rameshrr3
Sat Mar 14, 2015 10:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Different Drivers for SQL Sever
Replies: 2
Views: 4674

I have seen this performance degrade when my client moved from 7.51A ( Solaris) to 8.7.01 on AIX It also created a bunch of metadata issues ( Importing table defs etc ) We switched the ODBC SQL Server driver library to this one [NGDCAGLAPassport] Driver=/datastage/IBM/InformationServer/Server/brande...