Search found 107 matches

by diamondabhi
Mon Apr 17, 2006 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI column type definition
Replies: 3
Views: 1353

I had this problem, the solution (not very good though) was to change the data types accordingly as 7.5.1 is not very liberal with data types.
Even I would like to know a better solution.

Thanks in advance.
Abhi.
by diamondabhi
Mon Apr 17, 2006 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: insert data into table that is being populated
Replies: 5
Views: 2689

Can you post the exact error that you are getting?
by diamondabhi
Fri Apr 14, 2006 2:35 pm
Forum: Site/Forum
Topic: Do we need a General Forum?
Replies: 13
Views: 9060

I vote for a general forum and the idea of sin bin is awesome. The people who find it hard to browse should get accustomed to it.

Thanks,
Sai.
by diamondabhi
Fri Apr 14, 2006 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up
Replies: 5
Views: 2017

If you are looking up for look up stage then please read the documentation. As a starter "The most common use for a lookup is to map short codes in the input data set onto expanded information from a lookup table which is then joined to the incoming data and output. " Also I see ure using ...
by diamondabhi
Thu Apr 13, 2006 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Defined sql in ORAOCI
Replies: 9
Views: 3570

it is compatible with 10g.
by diamondabhi
Thu Apr 13, 2006 3:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: architecture of 7.5
Replies: 15
Views: 5346

Chandra,
Please search this site for all your answers. All ur interview questions have been answered before :wink:
by diamondabhi
Thu Apr 13, 2006 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: architecture of 7.5
Replies: 15
Views: 5346

3 rd interview question repeated? :D
by diamondabhi
Thu Apr 13, 2006 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I Create a Sequential File on fly
Replies: 8
Views: 4343

Use date as Jobparameter.
by diamondabhi
Thu Apr 13, 2006 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing file names
Replies: 5
Views: 1246

I believe u can give the filename u want to extratct and going further looking at ur files u can use processing date as a job parameter and pass it in the file name.
by diamondabhi
Thu Apr 13, 2006 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete file after FTP
Replies: 48
Views: 9868

Craig,
Thanks, telnet after seems to be a better option.
by diamondabhi
Thu Apr 13, 2006 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete file after FTP
Replies: 48
Views: 9868

I believe if you have the right access u can write a script from ur unix box to ftp into the remote server and delete command will delete the rquired file, I am using it. Please correct me if I am wrong.

Thanks,
Abhi
by diamondabhi
Thu Apr 13, 2006 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date convertion
Replies: 7
Views: 2377

What srimitta says is a good answer but also use trim befor u use a substring, instead i would use iconv and oconv.
by diamondabhi
Thu Apr 13, 2006 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete file after FTP
Replies: 48
Views: 9868

srimitta,
Write a unix script to delete the file and execute it as an after job routine(ExecSH).

Thanks,
Abhi.
by diamondabhi
Thu Apr 13, 2006 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert and Update
Replies: 3
Views: 996

it is because its causing a deadlock, try to load the data into a hashed/seq file then update in a different job.

Thanks,
Abhi.
by diamondabhi
Thu Apr 13, 2006 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Fecth failed
Replies: 3
Views: 2513

It can be even due to a deadlock.