Search found 5 matches

by AVISSIVA
Tue Dec 03, 2013 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read atom feed through Datstage 8.7
Replies: 2
Views: 1474

How to read atom feed through Datstage 8.7

Please let me know how to read atom feed(web based xml source) through Datastage 8.7
by AVISSIVA
Mon Jan 24, 2011 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populate space to the output column
Replies: 16
Views: 6601

Re: POPULATE SPACE TO THE OUTPUT COLUMN

Hi,

1. Float data type should not contain space.

2. Anyway, if you load data into database with space automatically it may ignore the space.

3. Still if you need space, use transformer stage and Concatenate with space but the target column should be character.


Thanks
by AVISSIVA
Tue Apr 13, 2010 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Schema file
Replies: 7
Views: 3020

Re: Reg Schema file

Hi , for a data load ,i get two files source file with different format . how can i make my job generic to read the source files with has format diffrence .can some one help out to acheive this by schema file option. Thanks in Advance If you have file Identifier then you can make generic. Based on ...
by AVISSIVA
Tue Dec 22, 2009 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find Old Dataset Files
Replies: 2
Views: 3428

Re: Find Old Dataset Files

HI All I have questions related to the datasets . Is there anyway we can find out the old datasets on the unix server . How can we find the last accessed time of the datasets ? Can somebody help me on this . I would appreciate all your time and help on this . In Datastage designer, Dataset manageme...
by AVISSIVA
Tue Dec 22, 2009 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read Seq file in parallel job to wirte different tabl
Replies: 5
Views: 2712

Re: How to read Seq file in parallel job to wirte different

Hi, I am trying to read the seq file ( txt ). from the parellel job. I have to write to oracle table. Txt file - 1 line is header which i have to write in table 1 and from 2nd lines are the data which I have to write in the table 2 and 3th line is tail which suppose to go to table 3. eg. of the seq...