Search found 95 matches

by rajan.n
Thu May 24, 2007 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 9935

Chulett.. thanks for the quick reply. yes support people were helpless. and to work on passive stages we use DSJ.STAGELIST1 and for active DSJ.STAGELIST , and for all stages DSJ.FULLSTAGELIST , but here in all trials this gave me same result "-7" comming to my present C, my belive was , wh...
by rajan.n
Thu May 24, 2007 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 9935

Yes Chulett, i was happy with my server routine before, but u know there was a problem with a DSGetStageInfo , which is not recognizing the "Dataset stage." gives the error -7 (which means unknown stage in job). below is the link which am still waiting reply for...... http://www.dsxchange....
by rajan.n
Thu May 24, 2007 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 9935

Pages 7-2 through 7-73 of the Parallel Job Advanced Developer's Guide are about the C-callable DataStage API. ... Hi Ray thanks for the Information, I read the those pages , but i did not find an example program for any of the function , there are syntax definitions for each function , am sorry to ...
by rajan.n
Mon May 21, 2007 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 9935

Hi Chulett, thnx for the reply, is there a chapter naming "programming with the API" in advanced guide ?, can u please refer this properly. because i can see only 7th chapter related to API Datasage Development Kit. in ether documents i could not find chapter Programming with the API . tha...
by rajan.n
Mon May 21, 2007 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 9935

Hi Ray,
thanks for the reply,
am having Version 7.5.1 , i dont see such chapter in my document.
is there any where else..?
thnks
rajan



ray.wurlod wrote:The logic is essentially the same; consult the Parallel Job Developer's Guide (the chapter on programming with the API) for examples. ...
by rajan.n
Mon May 21, 2007 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 9935

Datastage API -c program.

Hi All, i have a requirement to write a routine in c language , i.e a datastage API program ,to get the values of DSGetJobInfo, DSGetStageInfo and put it in a seq file. Ihave done this in a server routine. But there is a prob with that. Now i want to do the same in Parellel routine. can any one pls ...
by rajan.n
Thu May 17, 2007 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageInfo with dataset
Replies: 4
Views: 2400

Does it fail for any other stage types? In server jobs DSGetStageInfo() only works for active stages. Try using DSJ.STAGELIST rather than DSJ.FULLSTAGELIST. ... Hi ray thnx for the reply, yes this is frst time facing error (on only dataset) and it did not give any warnign or error on any other stag...
by rajan.n
Wed May 16, 2007 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageInfo with dataset
Replies: 4
Views: 2400

It should work. Are you giving the correct name of the stage? Make sure there are no leading/trailing spaces. ... Hi DSguru thnx for the reply, yes my routine works fine with all the stages except this dataset !! the routine itself uses code for the stage name. StageList = DSGetJobInfo (JobHandle, ...
by rajan.n
Wed May 16, 2007 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Export a job which has a message handler.
Replies: 15
Views: 6769

The xxx part of the directory name RT_SCxxx is the job number from DS_JOBS. You must emplace Local.msh into the correct directory for that job. ... Hi all, my problem solved. there is a folder name MsgHandler in the project directory , need to copy the relevent .msh file and paste in the another pr...
by rajan.n
Wed May 16, 2007 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageInfo with dataset
Replies: 4
Views: 2400

DSGetStageInfo with dataset

Hi All, i have a routine which am using DSGetStageInfo in that. The routine works fine. But unfortunately this routine fails when it comes to a dataset stage in a job. the Warning it gives is "Jobname1.BeforeJob (DSGetStageInfo): Job control error (-7) (DSGetStageInfo) Unknown stage name StageN...
by rajan.n
Tue May 08, 2007 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Export a job which has a message handler.
Replies: 15
Views: 6769

Hi all.. Sorry for the long silence. @ray, i found RT_snXX and i can see the message handler for that job , this is fine thnx a lot. am little confused with this, when i copied the same file to the other project, how can one job gets that message handler , do we need to create a message handler with...
by rajan.n
Wed Mar 14, 2007 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Export a job which has a message handler.
Replies: 15
Views: 6769

Hi kumar , thankyou once again, am sorry to say ,i didnt find any such folder named with project. where can i see this.can u pls let me know in detail. thanks in advance. rajan. DSParams is the file that holds all the parameters for the project. It will be under the project folder. You need to check...
by rajan.n
Wed Mar 14, 2007 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Export a job which has a message handler.
Replies: 15
Views: 6769

Hi Kumar thanks a lot for ur reply, what i understood from ur reply is need to export DSParam, can u pls tell me where can i get this DSParam, thanks for ur reply. rajan. Two options. 1. Move the whole DSParam file from you project to the new project. 2. Director -- > Message Handlers --> Save. And ...
by rajan.n
Wed Mar 14, 2007 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Export a job which has a message handler.
Replies: 15
Views: 6769

How to Export a job which has a message handler.

HI all, i have a job with a Job level message handler which controls the warning message. now i want to export the job to another project , i have exported job, the issue is unable to compile( says no message handler found) can any one pls sujjest how to export the job with that message handler. tha...
by rajan.n
Fri Feb 02, 2007 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject Rows from DB2 API stage.
Replies: 7
Views: 3139

ray.wurlod wrote:The convention here is to mark the thread as resolved.

And there's no need to thank "u" - whoever "u" is did not contribute to the answers. ...
correct...! my appologise, i thank to the all, for the valuable responces.