Search found 145 matches

by Raghavendra
Wed Nov 08, 2006 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Date From DB2/UDB
Replies: 17
Views: 4578

Are you looking at the correct dataset..
Or check if any other job is updating the dataset.
by Raghavendra
Wed Nov 08, 2006 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Date From DB2/UDB
Replies: 17
Views: 4578

Ragunathan,

can you check whether there is any processing on the date field.
Do u have any transformers where you will be doing some processing on the date field before mapping to the dataset.
by Raghavendra
Wed Nov 08, 2006 6:11 am
Forum: General
Topic: Capturing comments added in Version Control.
Replies: 5
Views: 4963

Capturing comments added in Version Control.

Hi, While releasing the jobs to production we are releasing them through version control. Now we wanted to administer all the changes happing in production projects. To achieve this we are using one script which will access DS_AUDIT table to get the Jobname, User modified, Modified time on a particu...
by Raghavendra
Mon Nov 06, 2006 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: precedence of Cursor Stability too Uncommitted Read
Replies: 1
Views: 2206

I think user defined SQL should take higher priority.
by Raghavendra
Mon Jul 18, 2005 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with Fixed width files
Replies: 4
Views: 1300

Hi Roy, I have a metadate Say, StudName char(25),StudSirName char(20),... So if incoming value in the column StudName "vin" And in column StudSirName is "shelke" I expect Output to be "vin shelke " As it is fixedwidth But currently I getting only values as "vinshel...
by Raghavendra
Mon Jul 18, 2005 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with Fixed width files
Replies: 4
Views: 1300

Char column

Hi Roy, I have a metadate Say, StudName char(25),StudSirName char(20),... So if incoming value in the column StudName "vin" And in column StudSirName is "shelke" I expect Output to be "vin shelke " As it is fixedwidth But currently I getting only values as "vinshel...
by Raghavendra
Mon Jul 18, 2005 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with Fixed width files
Replies: 4
Views: 1300

Working with Fixed width files

Hi All, I am trying to make a fixed width sequential file in PX. All my columns are character type. I am using following options in Format tab of the File. Record Level Record delimiter= UNIX Line Record Length= fixed Field Defaults Delemiter = none Type Defaults: General Pad Char - space This gives...
by Raghavendra
Fri Jun 03, 2005 2:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting required data from a string
Replies: 4
Views: 1069

Getting required data from a string

Thanks to ray,arnd and sainath.
Now i am able to retrieve the value
by Raghavendra
Thu Jun 02, 2005 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting required data from a string
Replies: 4
Views: 1069

Getting required data from a string

Hai All, I am having a column which contains data in the following format. value1:value2:value3:value4:value5:value6 and so on. I am reciving a column from a Hash file which contains one number(Specifies number of semi colons ) based on the column i have to retrived the value. Eg: If number is 3 i h...
by Raghavendra
Thu Jun 02, 2005 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparision of String
Replies: 4
Views: 1355

Comparision of String

Jayant,

U can use INDEX function.
Syntax for Index function is Index (string, substring, instance).
This function will return the starting position of the sub string.
If substring is an empty string, 1 is returned. If substring is a null value, 0 is returned.