Search found 46 matches

by mcs@rajesh
Tue Sep 16, 2008 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to ceate a Signal-File when a job has finished OK
Replies: 4
Views: 2942

Have you tried creating the empty file using Touch Command in After Job Routine.
by mcs@rajesh
Tue Sep 16, 2008 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rowNumberColumn
Replies: 1
Views: 1623

rowNumberColumn

Hi All
What should be the Exact Datatype and Length to be used for rowNumberColumn function in Sequential file stage.

Thank You
by mcs@rajesh
Thu Aug 28, 2008 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header and Trailer for FilePattern
Replies: 4
Views: 2630

Hi Rajesh, Not quite the problem I had in mind. Yours sound much more complicated. And to be frank, I still don't understand it... Are you saying that you need to keep a running total of all footer counts of your source files? Regards, Novak Hi Novak, Well let me tell you what my job flow is after ...
by mcs@rajesh
Thu Aug 28, 2008 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header and Trailer for FilePattern
Replies: 4
Views: 2630

Hi, I had a problem with a header\trailer in the past few days and might be able to help out, but am not quite sure what exactly is your problem there. Regards, Novak Hi Rubu Thanks for your Reply Let me brief out my problem Normally i validate a single file at a time which does'nt gave any problem...
by mcs@rajesh
Wed Aug 27, 2008 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header and Trailer for FilePattern
Replies: 4
Views: 2630

Header and Trailer for FilePattern

Hi all I have a Problem with the Trailer Validation whenever i am extracting the data from multiple files using filepattern. I am not able to do Validation for trailer because i don't know what would be the values . ex source file 1: Header : H,20080910,TRED Detailed :D, Trailer:T,25 SourceFile2: He...
by mcs@rajesh
Tue Jul 29, 2008 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Transformer Stage PX
Replies: 6
Views: 4152

Your C compiler, is this case MicroSoft Visual C. ++, I assume. ... But there is a MSVC which is already installed. But i think,this MSVC which is installed in my PC is no way related to DataStage and i found that it is Microsoft .NEt framework which is being installed automatically when i installe...
by mcs@rajesh
Mon Jul 28, 2008 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Transformer Stage PX
Replies: 6
Views: 4152

chulett wrote:Your C compiler, is this case MicroSoft Visual C. ++, I assume. ...
But there is a MSVC which is already installed.
by mcs@rajesh
Mon Jul 28, 2008 10:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Transformer Stage PX
Replies: 6
Views: 4152

jim.paradies wrote:This is the type of error you get when MSVC is not installed.

What version of MSVC did you install?
Hey Jim thanks for your reply,
But Can you tell me what this MSVC means?
by mcs@rajesh
Mon Jul 28, 2008 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Transformer Stage PX
Replies: 6
Views: 4152

Error in Transformer Stage PX

Hi all, Recently i installed Datastage Parallel Edition in my PC and OS is windows XP and i started to work with all the stages and i found that whenever i use transformer or modify stage its giving some warnings during compilation. can any one of you suggest me what could be the cause. the warning ...
by mcs@rajesh
Sun Mar 16, 2008 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Building User Defined Stages
Replies: 10
Views: 3908

I tried with all possible ways but the result in negative ,So can you help me in providing some documents :(
by mcs@rajesh
Fri Mar 14, 2008 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Building User Defined Stages
Replies: 10
Views: 3908

You could refer the Advanced guide to get information on BuildOp stage or wrapper stages. Basically a good knowledge of C++ is needed to write the logic you are looking for. Also DataStage is not difficult but fun and exciting to learn and work on. Do try your hands on it you will find its not diff...
by mcs@rajesh
Fri Mar 14, 2008 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate rows based on value passed
Replies: 7
Views: 3021

Hi
Am sorry that i can't understand your requirement can you be more specific so that i may try to help you.
by mcs@rajesh
Fri Mar 14, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Building User Defined Stages
Replies: 10
Views: 3908

Re: Building User Defined Stages

As i am Working in Unix i need to rely upon it for certain functions for example date etc. Why? They are also available within DataStage. ... As a matter of fact am just curious to know about this. But i really faced some issues with DataStage where i can able to Complete complicated logics easily ...
by mcs@rajesh
Fri Mar 14, 2008 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Building User Defined Stages
Replies: 10
Views: 3908

Re: Building User Defined Stages

As i am Working in Unix i need to rely upon it for certain functions for example date etc. Why? They are also available within DataStage. ... As a matter of fact am just curious to know about this. But i really faced some issues with DataStage where i can able to Complete complicated logics easily ...
by mcs@rajesh
Thu Mar 13, 2008 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOB Parameters
Replies: 9
Views: 3307

chulett wrote:It should work fine if you 'just move the variables', I've done this many times. Note that there are two sections (and entries) in the file for each variable. ...
Thanks chulett
First i got to try this and i will let u know if there is any issues.

Rajesh