Search found 49 matches

by shivadas
Mon Dec 24, 2007 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parameter Limit
Replies: 8
Views: 3853

Job Parameter Limit

this parameter i am using in the SQL statement.
by shivadas
Mon Dec 24, 2007 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parameter Limit
Replies: 8
Views: 3853

Job Parameter Limit

Hi All,

I have a job parameter which is of String data type, I am assiging a value for it which is more than 1053 Char length, it is ignoring the values after 1050 character....
How do i increase the size of the string in Job Parameter...
by shivadas
Sun Nov 04, 2007 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BOSource
Replies: 6
Views: 1666

BOSource

ray.wurlod wrote:OK, so maybe "bo" stands for BuildOp.

Find the job number from the Administrator client's command window by executing the query

Code: Select all

SELECT NAME,JOBNO FROM DS_JOBS WHERE NAME = '<<JobName> ...[/quote]

there is no jobno with that no....
by shivadas
Sun Nov 04, 2007 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BOSource
Replies: 6
Views: 1666

bosource

Why not let Windows Explorer search for it? ... When you build the Custom Build stage with ex name as Xstage, Xstage.C file will be created and in that file you have the line #include "bosourceXXX-0.h" // header file for this operator i want to know when this file will be created and stor...
by shivadas
Thu Nov 01, 2007 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BOSource
Replies: 6
Views: 1666

BOSource

Hi,
Can any one help me...

Where is bosource1728-0.C/H file is located?


Thanks
Shiva
by shivadas
Thu Nov 01, 2007 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Parallel Routine
Replies: 9
Views: 3909

Custom stage

I_Server_Whale wrote:I think it is on a per request basis. I'm still working on the windows version (7.5x2). Will post once I'm finished.
Hi,

I am also trying same thing.... but dont know ... can you share me the doc which can explain how to create and refer c/c++ objects and use the build in classes....

shiva
by shivadas
Thu Nov 01, 2007 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Parallel Routine
Replies: 9
Views: 3909

C++ code

Ronetlds wrote:email me - got info for AIX, not windows though. your compiler options would be different, as well as paths to object files. - elder700@yahoo.com
Hi,

Can you please send me that file...
even i am working on similiar issue...

Thanks
Shiva
by shivadas
Thu Nov 01, 2007 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Parallel Routine
Replies: 9
Views: 3909

C++ code

Ronetlds wrote:email me - got info for AIX, not windows though. your compiler options would be different, as well as paths to object files. - elder700@yahoo.com
Hi,

Can you please send me that file...
even i am working on similiar issue...

Thanks
Shiva
by shivadas
Thu Oct 25, 2007 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error creating fileset
Replies: 1
Views: 1004

error creating fileset

Hi while creating the fileset i am getting a following error: When checking operator: No nodes with disk in "export" resource pool; using default disk pool instead before some time the same job was running fine. we did not change the config.apt file. while trying to view data it says data ...
by shivadas
Wed Oct 24, 2007 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OPd/osh files
Replies: 9
Views: 3888

Re: Error generating code

You don't use them at all. DataStage parallel jobs, when compiled, generate the required OSH script. You can view the result if you wish. This is not a language that you have to learn to use Da ... while generating stage i am getting the following error register-library -verbose -registry buildop b...
by shivadas
Wed Oct 24, 2007 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OPd/osh files
Replies: 9
Views: 3888

opd/osh

Hi, i am little sucessfull in building the stage. i need a small clarification. we ref input as in.PolicyName we ref output as out.PolicyName PolicyName should be part of your schema file rt. my opd file contains $input auto record( PolicyName:string; inRec:*;) how do i refer (inRec: *; which means ...
by shivadas
Wed Oct 24, 2007 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OPd/osh files
Replies: 9
Views: 3888

Error generating code

You don't use them at all. DataStage parallel jobs, when compiled, generate the required OSH script. You can view the result if you wish. This is not a language that you have to learn to use Da ... while generating stage i am getting the following error register-library -verbose -registry buildop b...
by shivadas
Tue Oct 23, 2007 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: custom stage
Replies: 10
Views: 2802

call .dll

So how do you propose to call your DLL from the UNIX machine? Leave DataStage out of the picture for the moment - how would you call your DLL from any UNIX application?!! ... Hi Ray, Correct me if i am wrong I have take Transformer stage from Stage types and created a copy of that stage. If you ope...
by shivadas
Mon Oct 22, 2007 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup process
Replies: 2
Views: 837

Lookup process

Hi All, for each source record, all the lookup data should be checked and then source data should be moved to output if matched. This is because in 1 source record there will be N lookups values. This should check for all the matching lookup records and send the output... I think in Build stage type...
by shivadas
Fri Oct 19, 2007 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: custom stage
Replies: 10
Views: 2802

.dll

ray.wurlod wrote:You are claiming that you have written a ".dll". Please confirm that this is on a UNIX platform. You can, if you have a well-formed function, create a parallel routine (a definition of the interlude ...
i have create .dll file in windows using VB6.