Search found 178 matches

by Sreedhar
Thu Jun 07, 2007 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Error codes from UNIX box
Replies: 3
Views: 1352

Hi Ray,

My requirement is that I need to get the SQL code from a unix script.
by Sreedhar
Thu Jun 07, 2007 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Error codes from UNIX box
Replies: 3
Views: 1352

SQL Error codes from UNIX box

Hi, I am trying to update a field with in the table with some where clause, when the where clause fails.....it gives me an return code of 1 which indicates failure. If we look something of this sort from Mainframe point of view, we have some thing called as Communication area where in which we get t...
by Sreedhar
Thu Jun 07, 2007 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C code execution on AIX
Replies: 4
Views: 1474

Thanks for all your input it worked.
by Sreedhar
Wed Jun 06, 2007 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C code execution on AIX
Replies: 4
Views: 1474

C code execution on AIX

I have written a sample program #include<stdio.h> main() { print ("Hello World"); } I know that I have set up the C++ compiler bez when I type CC on the command prompt I get the help related to it. I am compiling as cc -o <Program name> It is not giving any warning during the compilation. ...
by Sreedhar
Wed May 30, 2007 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: invocation id
Replies: 6
Views: 1633

Invocation Id help's you to run the same job on the same server with the same name by multiple users at a given instance of time. If any instance of the jobs abort then the other instance WILL not be effected by this. That mean that each instance is independent of the other. Hope this clear what an ...
by Sreedhar
Wed May 30, 2007 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing a bunch of SQL Statements
Replies: 7
Views: 2020

MyStuff,

Why don't you try a shall script for your requirement. That should help you run as many SQL as possible, as long as you have resources to attend the task.


Regards,
Sm
by Sreedhar
Wed May 30, 2007 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Syntax search
Replies: 4
Views: 1547

What is the syntax for MakeNULL(), Failed to implement this, could you please help me.

Will appreciate if you can give me an example.


Thanks & Regards,
Sm
by Sreedhar
Wed May 30, 2007 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Syntax search
Replies: 4
Views: 1547

Thanks for the Suggestion,

Though with this function, my functionality is achieved, just want to understand how I can make use of the SETNULL function in the Modify Stage.



Regards,
SM
by Sreedhar
Wed May 30, 2007 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error Loading from Sequential File
Replies: 2
Views: 936

I understand from you posting that the job will run successfully with out any warnings if given as delimited, but fails when said as Fixed width. With my exp I can only say that the fields declared as CHAR should be modified to VARCHAR. And also make user that the data is in accordance to the Metada...
by Sreedhar
Wed May 30, 2007 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Syntax search
Replies: 4
Views: 1547

Modify Stage Syntax search

With in a sample job I am trying to use the SETNULL function given by the Data Stage


Can someone help on how to use the SETNULL function?

Destination= SetNull(Source) ?


Thanks In advance.
by Sreedhar
Wed May 30, 2007 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Problem
Replies: 3
Views: 1219

Thanks for your inputs Firstly to answer ArndW The job is running successfully, with out any problem. My only concern is that the Data Stage Designer canvas is misleading. It shows 0 records are loaded into the output data set(file). Secondly : JoshGeorge: Is the a limitation to the tool, do we have...
by Sreedhar
Wed May 30, 2007 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Problem
Replies: 3
Views: 1219

Modify Stage Problem

When I am running a sample job where in which I have a Flat file-> Modify Stage -> Flat file With the modify stage I am dropping a column. The job is running successfully with out any warnings, but the outlink shows 0 records, the out put file has got the data in it It is only misleading in the job ...
by Sreedhar
Tue May 15, 2007 11:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex flat file - compilation problem
Replies: 5
Views: 1578

I strongly believe that it is case of Meta data definition. Please double check the meta data, It should work fine.

Recently One of my colleague was facing the same prob.

Do let us know if you have found a solution.
by Sreedhar
Thu Apr 05, 2007 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of copy Stage In PX
Replies: 2
Views: 1257

Use of copy Stage In PX

HI I am using the copy stage in one of my job (to achieve the functionality) 4 times... does this by any chance reduce the performance of the job. If yes what are the other stages which can be used as an alternative to the copy stage to improve the performance. If no, does this have any other implic...
by Sreedhar
Wed Apr 04, 2007 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate ID generation in DS EE
Replies: 18
Views: 9054

Hi, We have come across the same situation as you have been.... "Got a solution to our NEXTVAL lookup problem. It requires two DB2 enterprise edition sparse lookups with identical sql i.e. SELECT IBMREQD, NEXTVAL FOR DM01.CDM_ARR_ID AS NEXTVAL FROM sysibm.sysdummy1 WHERE (IBMREQD = ORCHESTRATE....