Search found 37 matches

by samratisking
Fri Jul 03, 2009 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing values of a text file to User variables.
Replies: 11
Views: 4870

Re: Sequential file read

You can perform the read with the sequential file stage. And then can move the column values into your user variables. There are many stages with which you can do this. If you are simply moving the data into user variables then you can use a copy stage. If you are transforming the data you can use ...
by samratisking
Fri Jul 03, 2009 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing values of a text file to User variables.
Replies: 11
Views: 4870

Passing values of a text file to User variables.

Hi Friends,

I have a requirement in which i need to pass values in different columns in a txt file or an csv file to a User Variables stage. How can I achieve this? Please help me with this issue. Thankyou.
by samratisking
Thu Apr 23, 2009 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler for DS 7.5x2
Replies: 2
Views: 758

Compiler for DS 7.5x2

Hi Friends,

What is the version for Compiler that should be installed for Datastage 7.5x2?

where can i find it. I have heard that there is some free compiler that can be used with this.. Please guide me with this issue...

Thanks
SamratisKing
by samratisking
Wed Apr 22, 2009 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subprocess command failed with exit status 256--Please help
Replies: 3
Views: 9597

Re: Subprocess command failed with exit status 256

Hi, Check whether you are setting Null to stage variable,if yes please change it. Regards Boss Hi Friends, I have installed Visual Studio 2005 express edition and Datastage v7.5x2 on Windows XP. But when i create a parallel job with a transformer I am getting the following errors while compiling. O...
by samratisking
Wed Apr 22, 2009 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subprocess command failed with exit status 256--Please help
Replies: 3
Views: 9597

Subprocess command failed with exit status 256--Please help

Hi Friends, I have installed Visual Studio 2005 express edition and Datastage v7.5x2 on Windows XP. But when i create a parallel job with a transformer I am getting the following errors while compiling. Output from transformer compilation follows: ##I TFCN 000001 16:19:21(000) <main_program> Ascenti...
by samratisking
Mon Mar 03, 2008 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to replace Parameters with the Ones in a text file..
Replies: 2
Views: 1211

Can you give me the link

Welcome aboard. There is a separate forum for questions about server jobs. Please post your question there. You would do well to Search the forum first, as this question has been answered in the past. You may get your answer sooner. Hi ray.wurlod, I tried searching for this. I could not find this. ...
by samratisking
Mon Mar 03, 2008 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to replace Parameters with the Ones in a text file..
Replies: 2
Views: 1211

Routine to replace Parameters with the Ones in a text file..

Hi Friends, I am running a Datastage server job . My requirement is something like, I have a job sequence which will combine all the server jobs(say some 3 jobs). I gave parameters in the sequence to replace the original parameters in the server jobs at the time of running. I want to give all these ...