Search found 124 matches

by Roopanwita
Mon Feb 04, 2013 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quote Missing in Output file
Replies: 4
Views: 1472

Thank you for response. It is working now by setting quote from extended property.

When I open extended property, for the column I used datatype conversion to float was missing. After I added quote over there it is working.

Thank you for solution.
by Roopanwita
Sun Feb 03, 2013 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AsInteger conversion data issue
Replies: 5
Views: 1986

Thank you for response. Yes, when I am mapping float source datatype to Integer in Target (I used a Copy stage in between) , it is giving error that, you are mapping float to int32 which might truncate data and job is failing failing. So I used AsInteger conversion . Value in output is consistently ...
by Roopanwita
Sat Feb 02, 2013 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AsInteger conversion data issue
Replies: 5
Views: 1986

AsInteger conversion data issue

Hi, I have source column float datatype mapped to Integer in target. I used AsInteger function in transformer to convert Float to Integer , as without conversion job was failing as I was mapping float to Integer. After explicitly converting Float to Integer in target table field value is coming with...
by Roopanwita
Sat Feb 02, 2013 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quote Missing in Output file
Replies: 4
Views: 1472

Thank you for response.

In source I have data type as float, in transformer I used decimaltoString function and converted to varchar.In target it is varchar only ,still it is not getting quote. Please let me know if there is any solution .

Thanks
by Roopanwita
Fri Feb 01, 2013 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quote Missing in Output file
Replies: 4
Views: 1472

Quote Missing in Output file

Hi, I am creating CSV files from table and in , Job desig is like Table --> transformer (used for datatype conversion as I changed all output to varchar). From Source I have datatype like : Varchar, Decimal and Date . I want output records with quote , like "A"."12","01/01/2...
by Roopanwita
Tue Jan 29, 2013 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get File name in External source stage
Replies: 18
Views: 14798

Thank you for response. I am reading XML files (multiple files) using ESS and in Transformer, I got file names using count function. I was mapping Trnasformer to XML Input stage (I loaded the XSD). What do I need to pass there in Output column derivatio ? As I am unable to pass that file name value ...
by Roopanwita
Tue Jan 29, 2013 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get File name in External source stage
Replies: 18
Views: 14798

Thank you for your reply chulett.

Becuase of some function requirement, I can't go for server job. Just wanted to check if it can be implemented in Parallel job.

Thank you,
by Roopanwita
Mon Jan 28, 2013 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get File name in External source stage
Replies: 18
Views: 14798

Get File name in External source stage

Hi, I am using External Source stage to read XML file through DataStage. My question is: when we are reading any(CSV/TXT) file using Sequential File stage, we can set Source File Column ='True' and get source file name , is there any such option to read source file name while reading XML file ? I am...
by Roopanwita
Tue May 05, 2009 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the job status (When running ) in UNIX
Replies: 1
Views: 906

Capturing the job status (When running ) in UNIX

Hi, In our project, we need to capture the name of DataStage job those are in running state.(writing the name of the jobs in a file those running at a particular time). We can capture the Status of a Datastage job through Shell script using dsjob -report function when job is in Finished Ok/with warn...
by Roopanwita
Sun May 03, 2009 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No default type conversion from raw[max=10] to string
Replies: 3
Views: 4036

Hi,
Thanks for reply.
code is working now.
Thanks,
by Roopanwita
Wed Apr 29, 2009 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No default type conversion from raw[max=10] to string
Replies: 3
Views: 4036

In the both tables datatype of column is varchar and in all stages (datastage), propragated the column value as varchar only. In the job or tables no where Raw datatype is mentioned . One more observation : The column which is giving error, is present in Changed values of CDC( as per design requirem...
by Roopanwita
Tue Apr 28, 2009 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No default type conversion from raw[max=10] to string
Replies: 3
Views: 4036

No default type conversion from raw[max=10] to string

Hi, My datastage job structure is like Oracle table --- --CDC-- target table (sybase) Sybase table-- while running the job, job is aborting . Error msg :No default type conversion from type "raw[max=10]" to type "string In the both sources I have used SQL function to convert column in...
by Roopanwita
Thu Jan 15, 2009 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in CDC When checking operator: Defaulting
Replies: 1
Views: 2113

Warning in CDC When checking operator: Defaulting

Hi, With reference to the post http://www.dsxchange.com/viewtopic.php?t=124401&highlight=checking+operator+defaulting+transfer+beforerec+outputrec we have same warning (in CDC stage), we have tried all the options mentioned in the post (like change capture on explict key and all values and also ...
by Roopanwita
Wed Dec 24, 2008 2:50 am
Forum: General
Topic: Merry Christmas and Happy New Year!
Replies: 1
Views: 827

same here :D
by Roopanwita
Thu Sep 11, 2008 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Cobol file
Replies: 4
Views: 2156

We are also facing same problem ..can anybody help us out!
Actually we are reading data from Sequential file stage(Mainframes) but it is not getting rejected.... :cry:
Do we have to use CFF stage inorder to capture rejects..

Thanks,