Search found 70 matches

by Shree0410
Thu Jul 27, 2006 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date formatting
Replies: 11
Views: 10490

Date formatting

hi guyz,

How can I remove the '/' from a date field in a transformation.

thanks
by Shree0410
Tue Jul 25, 2006 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we read directly from an Excel file
Replies: 8
Views: 2517

sorry, I was little excited to the fact that I was able to answer one question..;-)
by Shree0410
Tue Jul 25, 2006 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we read directly from an Excel file
Replies: 8
Views: 2517

Can this be achieved this way.

convert the excel file as csv, ftp the file to a file path on the UNIX both, then read the file as a source file with sequential file stage..
by Shree0410
Tue Jul 25, 2006 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Avoid Quote character
Replies: 3
Views: 912

can I just put '000' for Quote character?
by Shree0410
Tue Jul 25, 2006 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Avoid Quote character
Replies: 3
Views: 912

To Avoid Quote character

Hi Guys, my requirement is to create a target file with 1. The first line should be column names - for this I can check the "Fist Line is column names" check box on the format tab of Inputs 2. The columns have to ve pipe delimited - for this I can out a '|' character in the space provided ...
by Shree0410
Wed Jul 19, 2006 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use the structure file
Replies: 1
Views: 902

How to use the structure file

Hi, My project has this SAP as the source system and the source data file has 100+ columns. This is an integration project between different systems, the order of the SAP source structure is not fixed(or completely determined at this poitn) until their build is complete. My DataStage first job has t...
by Shree0410
Tue Jul 18, 2006 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Waiting for file to finish and append
Replies: 5
Views: 1487

Write the rejections to 2 different file and 'cat' these 2 files to one file in the After job routine.

Using the link collector may grow the size of the job template/canvas
by Shree0410
Tue Jul 18, 2006 12:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AutoClass and DataStage
Replies: 2
Views: 888

AutoClass and DataStage

hi guys, my project is to integrate the data between different target systems using DataStage One of these target systems will return the same data that I sent to it with one extra column being appended in the end. This target system uses scheduler functionality of AutoClass. Can you help on how Aut...
by Shree0410
Tue Jul 18, 2006 10:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic code
Replies: 10
Views: 3330

Ray, can you please point me to the on-line help link.
Thanks a ton
by Shree0410
Tue Jul 18, 2006 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic code
Replies: 10
Views: 3330

thanks chulet.

so I have been using the basic code in my transformations without really knowing that it is BASIC.
by Shree0410
Tue Jul 18, 2006 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic code
Replies: 10
Views: 3330

So, this is more of like a machine level language, that means, DS runs on the BASIC compiler?

also, from what I got from ue lines, the string manipulations, and all kinds of transformations we do in DS are indirectly BASIC code, right?

thanks for ur reply
by Shree0410
Tue Jul 18, 2006 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Basic code
Replies: 10
Views: 3330

Basic code

Hi guyz, I am new to DataStage, cross platformed from the legacy systems to the ETL. I am using the 7x and all my jobs are server, I guess this is due to the fact that the client shop do not have more than 1 node. Now, what is Basic code in DataStage and what is the need to this. I heard some people...
by Shree0410
Mon Jul 17, 2006 1:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fixed width columns on the target file.
Replies: 7
Views: 3830

does that make it fixed width columns?
Also, I do not want the quote character.
by Shree0410
Mon Jul 17, 2006 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fixed width columns on the target file.
Replies: 7
Views: 3830

Fixed width columns on the target file.

Hi, I have to create a target file with fixed width column, but each column has to be seperated by a comma(target system requirement). If I check the 'Fixed-width column' box on the inputs/format tab, the delimiter and the quote character will disabled. Can you suggest on how to get thru this . Usin...
by Shree0410
Tue Jun 27, 2006 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to execute more commands in the Before/After Job routine
Replies: 4
Views: 2136

Thanks a lot, but I am not allowed to write my own scripts without the prior approval, so i am trying to find a way to execute multiple commands from the job parameters.