Search found 23 matches

by today
Thu Apr 02, 2009 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Datastage server time
Replies: 2
Views: 1375

Re: How to find Datastage server time

Found it

OCONV(TIME(), "MTS:")

Thanks
by today
Thu Apr 02, 2009 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find Datastage server time
Replies: 2
Views: 1375

How to find Datastage server time

Hi,

I am looking for a code to find just the current time from the server datetime STAMP. I want it in the format of HH:MM::SS

I tried this code:

FDat2 = Date()
FDat3=left((right(FDat2,9)),8 )

Want to find it in a routine

Thanks in advance
by today
Mon Mar 02, 2009 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle bulk load
Replies: 1
Views: 1129

Oracle bulk load

Hi all,

Can we use Oracle bulk load in update/Insert mode? If yes, how can it be done

Thanks
by today
Sun Mar 01, 2009 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Bulk load in update mode
Replies: 1
Views: 844

Oracle Bulk load in update mode

Hi all,

Can we use Oracle bulk load in update/Insert mode? If yes, how can it be done

Thanks
by today
Thu Jan 22, 2009 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Audit Tables
Replies: 2
Views: 4495

Datastage Audit Tables

Hi,

If I want to check all the details of the jobs like :

number of rows processed
number os rows entered / rejected in a job,

which table stores this information?

Also if this any way that I can get a list of all the DS table like DS_AUDIT,DS_JOBS n all

Thanks
by today
Thu Jan 22, 2009 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Manager issue
Replies: 5
Views: 1602

both environments / boxes. O/S? NLS setting? DataStage version are same and I am exporting .dsx
by today
Wed Jan 21, 2009 6:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Manager issue
Replies: 5
Views: 1602

Re: Datastage Manager issue

i mean the space in the transformation code.
by today
Wed Jan 21, 2009 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Manager issue
Replies: 5
Views: 1602

Datastage Manager issue

Hi,

When I import any datastage mapping into other enviornment, all the spaces are replace by a special character ..something like p, by itself

whats the remedy for this?
Thanks in advance