Search found 887 matches

by Sreenivasulu
Mon Mar 30, 2009 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before/After Stage subroutines
Replies: 10
Views: 13251

Hi Praveen You are correct. Parallel job does not have before-after stage subroutine in transformer stage. Can you tell me in which scenario you want to use this feature? Regards Sreeni Hi dsuser_cai, I am looking at Parallel job. I have copied a text from the parallel job developer guide in my firs...
by Sreenivasulu
Mon Mar 30, 2009 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before/After Stage subroutines
Replies: 10
Views: 13251

Re: Before/After Stage subroutines

Hi Praveen, That is strange very strange.. Regards Sreeni Hi All, I am checking in Job properties and not in the sequencer properties. I have pretty much worked with DataStage but not on shell scripts and routines. So, I do very well know to access the job properties and stage properties. The versio...
by Sreenivasulu
Mon Mar 30, 2009 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using a schema file in the Column Import stage in PX
Replies: 14
Views: 12169

<Columnname>:decimal[53,0] {};
rstemphowski wrote:The input to the Column Import stage is character because it's the whole record defined as one column. How do I format certain columns in the schema file so that the CI stage will convert those columns to decimal[n,n]?
by Sreenivasulu
Mon Mar 30, 2009 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using a schema file in the Column Import stage in PX
Replies: 14
Views: 12169

Usage of Schema file

HI..

Schema file is really helpful.
It does away with having one job each of different input format.

Regards
Sreeni
by Sreenivasulu
Mon Mar 30, 2009 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before/After Stage subroutines
Replies: 10
Views: 13251

Re: Before/After Stage subroutines

Hi, This is the first time I am trying to use a Before or After stage subroutine in a DataStage job. I have Information Server 8.1 installed in my system. I have copied the below text from the Parallel job Developer guide, hi.. You would have opened a sequencer. Its present only in job propeties of...
by Sreenivasulu
Wed Mar 11, 2009 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from 8.0.1 to 8.1
Replies: 6
Views: 2032

Migration from 8.0.1 to 8.1

Hi All

We have spent considerable time migrating from 7.5 to 8.0.1.
Went through various posts on migration from 8.0.1 to 8.1.

Is the process of migration from 8.0.1 to 8.1 tedious ?
Can some of you share your experiences

Regards
Sreeni :)
by Sreenivasulu
Wed Mar 11, 2009 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migrating jobs from v 7.5.1 to IIS v8.1
Replies: 20
Views: 8575

Upgradation from 8.0.1 to 8.1

Even one of the IBM experts needed more than ten attempts to upgrade from 8.0.1 to 8.1. Wild horses could not extract that expert's name from me. ... Hi All, We have already spent lot of time in upgrading from 7.1 to 8.0.1 . Is the upgradation from 8.0.1 to 8.1 tedious ? Pls let us know your experi...
by Sreenivasulu
Mon Feb 16, 2009 10:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning :Missing record delimiter "\n", saw EOF in
Replies: 18
Views: 36773

Hi

You get Control M characters if you create a file in text editors (E.g text editors other than notepad in Windows) and import the file to unix.


Regards
Sreeni :)
by Sreenivasulu
Wed Oct 29, 2008 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Userid using which the Datastage job is triggered
Replies: 5
Views: 1717

Userid using which the Datastage job is triggered

Hi All,

Do we have any function which would return the "user id" using which the datstage job has run.

I wanted to capture this "user id" and store in the database.

Regards
Sreeni
by Sreenivasulu
Tue Oct 21, 2008 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Before Job SQL" in PX
Replies: 3
Views: 1329

"Before Job SQL" in PX

Hi Guys, You might be knkowing that there is a feature of "Before Job SQL" in Oracle Enterprise stage of Server edition. I came to know that this feature is not present in Oracle Enterprise stage of Parallel edition. :shock: Any idea of how you guys are implementing "Before Job SQL&qu...
by Sreenivasulu
Wed Sep 03, 2008 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Datastage Jobs From .NET
Replies: 1
Views: 1248

Calling Datastage Jobs From .NET

Hi All,

Has anyone worked on calling a datastage job running on windows server from a .NET program

This is required so that the Business User can trigger a datastage job from a .NET application

Regards
Sreeni :)
by Sreenivasulu
Tue Jul 17, 2007 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to implement the oracle minus keyword in data stage
Replies: 6
Views: 8747

Re: how to implement the oracle minus keyword in data stage

HI , To implement MINUS (of oracle ) in datastage you can do in two ways: 1. Write the query containing MINUS in userdefined sql 2. Use a hash lookup making all the columns as keys (with a non unique contstraint) and reject if all the columns match. Regards Sreeni Hi all, I want to perform the minus...
by Sreenivasulu
Wed May 30, 2007 1:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing a bunch of SQL Statements
Replies: 7
Views: 2040

There's no way you can execute "a bunch" of different sql statements from a single link, you won't be able to bind everything properly to the columns in the stage. Which is exactly what your error say ... As Chulett says you cannot execute multiple sql statements in user-defined sql. User...
by Sreenivasulu
Thu Dec 07, 2006 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Hash File
Replies: 7
Views: 2517

Hi You can use the removeduplicate stage in parallel version (if the project architecture allows this) Regards Sreeni You need a work around. Either load your file to a temp table and then perform regular sql. OR create a dummy key with running sequential number while creating the hashed file so tha...
by Sreenivasulu
Wed Dec 06, 2006 7:54 am
Forum: General
Topic: Automatic Job Generator - does one exist??
Replies: 39
Views: 23057

Hi Duke, Thanks for the inputs I understand the competitive constraints. My only curiosity was whether the suggestion specified was possible or not ? Regards Sreeni I doubt if anyone is going to share these types of tools. First of all it is a difficult thing to support. Second it is a competitive a...