Search found 61 matches

by vbeeram
Thu Nov 29, 2007 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting existing rows of the table
Replies: 2
Views: 1704

Deleting existing rows of the table

Hi All, I have a need to delete the records of a certain table at the end of the sequence . I have created a job for this where i am using a transformer(input) and a oracle stage(output) where the transformer only has output rows which is nothing but the columns of the particular table i'm trying to...
by vbeeram
Mon Oct 29, 2007 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from Double to Integer
Replies: 1
Views: 1695

Conversion from Double to Integer

Hi All,

I have this senario where i need to convert a filed(10) of type double to filed(10) of type integer . i 'm trying to use a modify stage for it . can modify stage support this if so wht is the function to convert double to integer

Thanks
by vbeeram
Thu Oct 25, 2007 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Txansformer Issue
Replies: 0
Views: 1270

Txansformer Issue

Hi All, I have this job where i need to make the transformer wait untill a certain function has completed processing. Well i have the data where i'm hash partitioning it based col1 .i need to pass this data to the o/p file . but the issue is here when the data has passed in all the values of one gro...
by vbeeram
Thu Aug 23, 2007 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal overflow handling when loading flat file
Replies: 1
Views: 1749

Decimal overflow handling when loading flat file

I am loading huge data(400,000) into flat file.
One of the row has a column decimal overflow problem.
Need help ,how to handle this ..


Thanks in advance
beeram
by vbeeram
Sun Jun 25, 2006 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between lookup file set stage and file set stage
Replies: 3
Views: 6164

difference between lookup file set stage and file set stage

I am reading Ascential manuals ,it is mentioned like lookup file set stage and file set stage will crete file with extension .fs.
What is the difference between two stages?

thanks in advance
Beeram
by vbeeram
Thu Apr 13, 2006 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to pass UNIX script(Procedure) output to job parameter?
Replies: 12
Views: 8167

Thanks Bland, I wrote this code in job control within the same job. and i declared a parameter ScrOutput in job parameters with some default value then i called ScrOutput parameter into Transformer. This not working properly .when i ran it is taking time ,never end the job unless i kill that one. hj...
by vbeeram
Tue Apr 11, 2006 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to pass UNIX script(Procedure) output to job parameter?
Replies: 12
Views: 8167

Thanks bland, i am almost done but still i have doubt on passing value : Below is my code : hjob1=DSAttachJob("demojob2",DSJ.ERRFATAL) IF NOT(hjob1) then CALL DSlogFatal("Job Failed:demojob2","JOB ABORTED") END Unixcmd="/fdev/users/10001/Proc.shl" CALL DSExecu...
by vbeeram
Tue Apr 11, 2006 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to pass UNIX script(Procedure) output to job parameter?
Replies: 12
Views: 8167

I need to use query output.
I wrote job control but not able to pass to job parameter.
by vbeeram
Tue Apr 11, 2006 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to pass UNIX script(Procedure) output to job parameter?
Replies: 12
Views: 8167

Thanks Bland,

as per your guidelines i can call in stage variable but also i need to use that value in another stage(Not in transformer) as job parameter.



Thanks
Beeram
by vbeeram
Tue Apr 11, 2006 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to pass UNIX script(Procedure) output to job parameter?
Replies: 12
Views: 8167

how to pass UNIX script(Procedure) output to job parameter?

Hi,

I have a db2 procedure in my UNIX script,when i execute it returns a value,i need to pass that value into (Job Parameter) to use in Transformer.

I tried with execSH and i passed path and file name as Input Value.
Then how to pass that output to job parameter?


Thanks
Beeram
by vbeeram
Wed Feb 22, 2006 8:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Routine error
Replies: 1
Views: 1542

C++ Routine error

Hi , I wrote sample C++ routine , compiled with CC command and calling into Transformer. When i ran the job getting following error. I am taking as external function(type) and object type as Object(Not library).Am i following in the correct way?Need help XFMR_Matched_Trade: Failed to load the librar...
by vbeeram
Wed Oct 19, 2005 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage need to select latest File to Extract
Replies: 9
Views: 6543

My DataStage server is on NT and Files are on UNIX Box,
So these files are external sources to Datastage Server.

In this situation can i pass UNIX Command output to job parameter?




Thanks
Beeram
by vbeeram
Tue Oct 18, 2005 8:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File stage need to select latest File to Extract
Replies: 9
Views: 6543

Sequential File stage need to select latest File to Extract

Hi, My job has to run everyday to extract data from a Flat File(files will be on the UNIX box) . There should be multiple files,but my sequentila file has to pick latest one. Files are named with some text + timestamp. All the files will have name and will be differentiated with timestamp. EX: 1) Wa...
by vbeeram
Thu Jul 28, 2005 8:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing values to Job Parameter
Replies: 1
Views: 1433

Passing values to Job Parameter

Hi,

How to pass UNIX Shell script return value to Job Control Job Parameter.


Thanks
VBeeram
by vbeeram
Thu Jul 28, 2005 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence number generation
Replies: 5
Views: 3317

Hi Ray, As you said i already did ,im able to take max value(Latest date and Max sequence_No) from Hash file, but im not able to pass these columns into Transformer,since these are individual columns. Since im using Sever job i cannot use Column Generator Stage. ODBC(SOurce)--------->TRNSFORMER-----...