Search found 68 matches

by changming
Tue Nov 23, 2004 2:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data originating from spreadsheets
Replies: 9
Views: 5136

can you help me

Byron, Simple enough to do with VB or C or C++. I had written a simple VB app which ran as a before job ExecDOS. This preprocess accepted paramters, started Excel (if needed), opened the spreadsheet, did whatever and then saved it as a CSV. Works well and is a fairly simple solution to processing E...
by changming
Wed Nov 17, 2004 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source and Target columns
Replies: 8
Views: 2924

do not give null value

do not give null value to he rest of column, it will cause problem in the future.
by changming
Mon Nov 15, 2004 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joining Sequential Files
Replies: 11
Views: 3043

i met save problem before. you can do as such

I tried the link collector already. It says, "Link Collector Stage does not support in-process active-to-active inputs or outputs" So the only option to put three files into one in a Server Job is to write a Before Job Routine? There isnt a stage to accomplish this? Thanks, Kevin open job...
by changming
Sat Oct 30, 2004 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: to split date from the date record in DDYYYY format
Replies: 3
Views: 1353

agree with the above. just add some details
this is from help file
J outputs the day of the year as a number, 1 through 366.
sample :
X = Oconv(10740, "D2*JY") X = "147*97"
conver any date into internal date , then convert back using oconv
by changming
Fri Oct 29, 2004 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Columns to rows - pivot stage ?
Replies: 5
Views: 3225

what if there are 100 column?

what if the colomn is dynamicly changed?
by changming
Thu Oct 28, 2004 8:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Columns to rows - pivot stage ?
Replies: 5
Views: 3225

suggest another way

biult two jobs the first one will read the table or file, and load the coloumnName into a hash file . after the job finish, you will get a distinct column name(because hash file will rewrite the value with the same key. in her, key is the column value). this job can also be done in a database. the s...
by changming
Thu Oct 28, 2004 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert single column records into a string
Replies: 5
Views: 2521

use row merger

you can use row merger read the source file into a multi column file then use row merger stage read this file and merg all column into one cloumn. It is easy to use.
by changming
Wed Oct 13, 2004 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to load a Job error message to a table
Replies: 2
Views: 948

How to load a Job error message to a table

I need to load th Error message into a table, how can i get the error message?I have try to use getlogsummary, but always failded
help help