Search found 138 matches

by antonyraj.deva
Wed Jun 30, 2010 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DateFromString Function
Replies: 4
Views: 4113

As pointed by Ray, for full month name %mmmm should be specified.

"%mmm" will give January as Jan, September as Sep etc,.

So the code for your requirement is

Code: Select all

Source _ColumnName:datatype =date_from_string(Destination column name["%mmmm%dd, %yyyy"] 
by antonyraj.deva
Tue Jun 29, 2010 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: genrate sequence number
Replies: 1
Views: 857

One more interview question? :evil:

Please search this forum first and I think I remember an advise for you from Ray to join a training program at the earliest. Incase you weren't the one, then I sincerely would make the same advise.
by antonyraj.deva
Tue Jun 29, 2010 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Definition unchangable after import
Replies: 6
Views: 1793

priyadarshikunal wrote:you should not do that as this will invalidate all the entries in XMETA.
Hi Priyadarshi,

I don't think so that if we delete the Table Definitions at the Project level, the entire XMETA will be affected.

Correct me if I am wrong.
by antonyraj.deva
Tue Jun 29, 2010 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with ISTOOL
Replies: 2
Views: 1588

Re: Problem with ISTOOL

My question is do we need to give the full path of the project after domain name ''hipwd02.bentley.com" or if I give project name is that going to work with out a full project path . Any help is greatly appreciated. Ideally the full project path name should be given. (Atleast in AIX that is th...
by antonyraj.deva
Tue Jun 29, 2010 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Definition unchangable after import
Replies: 6
Views: 1793

Login to the server either as "root" or as "dsadm" user. Locate the folder in the Server where these Table Definitions are stored and delete them. If still you are unable to delete from the O/S level, then try to rename the folder by adding ".old" and create a new folde...
by antonyraj.deva
Tue Jun 29, 2010 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: count of columns
Replies: 3
Views: 2118

Hi Srinivas,

In the source data "Empno" means Employee Number as per my guess and normally Empno is unique identifier of the Employee and "Ename" would be same for a "Empno".

List down your requirements one by one and then a job design can be worked out.
by antonyraj.deva
Tue Jun 29, 2010 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table Definition unchangable after import
Replies: 6
Views: 1793

dsfellow wrote:We have already tried to change the read only flag within the dsx-file and import them again into project B. No success.


Is it not getting imported the second time? Or was the import successful but the problem is still persisting?
by antonyraj.deva
Tue Jun 29, 2010 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert 12hrs as a 24hrs
Replies: 6
Views: 2758

It is simple Tony drawtime between 00.01 to 11.59 is AM and 12.00 to 24.00 is PM Not that simple I guess Venugopal. In 12 hour format without the AM/PM mentioned as it is the case with the source data example provided by Harikumar, 4:00 can be either morning or evening. And one more thing is that 1...
by antonyraj.deva
Tue Jun 29, 2010 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert 12hrs as a 24hrs
Replies: 6
Views: 2758

harikumar wrote:i have source like
balance,drawtime
20000, 8.30
50000,10.20
3000,4.00
In this data, how do you differentiate between AM & PM?

Without that information the conversion would not be possible.
by antonyraj.deva
Tue Jun 29, 2010 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULLABLE FATAL ERROR
Replies: 3
Views: 4133

A key Column is "Nullable" in DB2 Table. :?
by antonyraj.deva
Tue Jun 29, 2010 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing user log-on and log-off activity from Datastage
Replies: 12
Views: 5215

Hi Mark, The following are the few methods to track user activity at the AIX O/S level. You can specify in the user's .history file in the /etc/profile with a few lines like these: HISTSIZE=10000 mkdir -p $HOME/.history HISTFILE=$HOME/.history/.history.$(date +%Y%m%d.%H%M%S).$$ This would keep 10,00...
by antonyraj.deva
Mon Jun 28, 2010 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert Square_feet into Square_meter
Replies: 9
Views: 2709

ds_dwh wrote: I NEED IN PARALLEL JOBS
Why not Server Jobs?

And as Craig pointed out, post the calculation logic and sample values.

Only then anybody can help.
by antonyraj.deva
Mon Jun 28, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Default OMD.XML.DIR
Replies: 10
Views: 6187

If it is NFS drives you are using, then changing the location won't create any problem I guess.

Create a link in AIX for your destination folder and map "XmlFiles" folder to it.
by antonyraj.deva
Mon Jun 28, 2010 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Load Error
Replies: 11
Views: 9707

Thanks Craig. I'll speak to the support provider and once the fix pack is installed, I'll test the DB2 again.
by antonyraj.deva
Mon Jun 28, 2010 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:Warning while Exporting in to sequential file
Replies: 4
Views: 3304

Is the job getting aborted because of this?

I've seen this message in few of my jobs but the jobs will run fine despite this message.