Search found 222 matches

by dr.murthy
Thu Jan 06, 2011 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MONTH & YEAR FROM DATE
Replies: 10
Views: 5667

Use substring function
by dr.murthy
Wed Dec 01, 2010 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file issue
Replies: 11
Views: 6676

Yes, in my job i have a one source file one transformer one target file and two hashed files(same hash used twice for read and write). i have a two fields say A,B,C coming from my source and in my hashed file having two fields A , D(Populating from B with some transformations) and E (Keymngmt ID) . ...
by dr.murthy
Tue Nov 30, 2010 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file issue
Replies: 11
Views: 6676

yes, i tried to set optin preload file to memory is disabled, even though its not working,
and also that record level read option is disable for me to check
by dr.murthy
Tue Nov 30, 2010 9:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file issue
Replies: 11
Views: 6676

Hi ray,

Where can i set this option lock for updates, am not able to see your reply fully.
by dr.murthy
Tue Nov 30, 2010 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file issue
Replies: 11
Views: 6676

Update action for both options clear before file backup existing is unchecked
by dr.murthy
Tue Nov 30, 2010 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file issue
Replies: 11
Views: 6676

Hashed file issue

Hi, i used a same hashed file in my job twice one time for referring and one time for writing, but issue is what ever records write into hashed file , same records records are not referring at same run , next run only thise records used as reference, but i have to use the records as a reference what...
by dr.murthy
Tue Nov 30, 2010 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OConv issue
Replies: 4
Views: 3051

Thanks for respond, am not supposed to use field function for this scenario because Source 6/1/2010 0:00:00 am getting o/p 2010-6-1 but i need 2010-06-01, so i used Conversion function to handle this . its failed for this format (6/1/2010 0:00:00) dates, when i fetch first ten characters its getting...
by dr.murthy
Tue Nov 30, 2010 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OConv issue
Replies: 4
Views: 3051

OConv issue

Hi

am going to convert the data from D/MDY(Time stamp) format to D-YMD date format using below syntax
OConv(IConv(Arg1[1,10],"D/MDY[2,2,4"),"D-YMD[4,2,2]")
But its failed for below dates.
06/1/2010 0:00:00 because its having data part as 8 characters.

any suggestions???
by dr.murthy
Thu Nov 25, 2010 8:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find numeric characters in a string
Replies: 5
Views: 2671

Server job
by dr.murthy
Thu Nov 25, 2010 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find numeric characters in a string
Replies: 5
Views: 2671

Find numeric characters in a string

Hi,

How to find all characters in a string are numeric???

Any suggestions??
by dr.murthy
Wed Nov 24, 2010 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count Of records
Replies: 12
Views: 4309

inrow num it doesnot give count the number of records
by dr.murthy
Wed Nov 24, 2010 2:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count Of records
Replies: 12
Views: 4309

i need this count in a same link, lets mf src file have two fields A and B, then tgt contain three fileds A and B And C, aditional field contains Count of records passing on that link.
by dr.murthy
Tue Nov 23, 2010 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count Of records
Replies: 12
Views: 4309

In aggregaator is possible to count number of records in a link??
by dr.murthy
Tue Nov 23, 2010 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count Of records
Replies: 12
Views: 4309

Thanks for respond, i need to find count of records in a datastage server job
by dr.murthy
Tue Nov 23, 2010 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count Of records
Replies: 12
Views: 4309

Count Of records

Hi ,

How to get a count of records in a file and process this count to next stage.