Search found 131 matches

by sri75
Tue May 15, 2007 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 9
Views: 3886

Thanks Ray for the query It explains me well.Now I am able to update the sequence. I have one more question SELECT @ID FMT '32L', F1 FMT '10R' FROM SDKSequences USING DICT VOC; VOC ------------------------------------------------F1 ------------ HCM 3 EPM 12 numbers under F1 field are no of records, ...
by sri75
Mon May 14, 2007 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: table usage analysis
Replies: 4
Views: 1155

Craig,

The way you suggested to get the table names worked fine .Thanks
by sri75
Mon May 14, 2007 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 9
Views: 3886

KeyMgtGetNextValueConcurrent

Hi, We are testing peoplesoft delivered job.In one of them there is a function KeyMgtGetNextValueConcurrent to generate sequence number. when I ran the job, it created seq numbers from 1 to 10.now I want to reset this number back to 1 I gave this query in adminstrator UPDATE SDKSequences USING DICT ...
by sri75
Mon May 14, 2007 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: table usage analysis
Replies: 4
Views: 1155

Thanks Craig.You mean ,do I need to run all 100 dsxs using the custom job
by sri75
Mon May 14, 2007 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: table usage analysis
Replies: 4
Views: 1155

table usage analysis

HI, I have 100 jobs in one project.We used one table as source in many jobs.I wanted to find all jobs ,thatt used the particular table as source. We don't have any table definitions, so I saved table definition in repository under Saved category.I did usage analysis on this table definition,but it w...
by sri75
Wed May 09, 2007 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: field function
Replies: 8
Views: 3567

Thanks MATT and DSGuru for your suggestions. let me take a look and get the clear picture of the code you send. Just now I put these 2 derivations in stage variables.I checked for few records , It looks fine.but I am not sure this derivation works if I get different data formats in future. if alpha(...
by sri75
Wed May 09, 2007 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: field function
Replies: 8
Views: 3567

I forgot to mention in my previous mail,few records have just type , no year mentioned. like MAT NAT no year mentioned here when I use LEFT(LkInXfm.SOLDYEAR, LEN(LkInXfm.DEGRYEAR)-2) right(LkInXfm.SOLDYEAR,2) when I use these functions , it is splitting previus record like M AT can you please sugges...
by sri75
Wed May 09, 2007 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: field function
Replies: 8
Views: 3567

Thanks for your reply DSGuru

Data looks exactly like this

CAR 3 (3 spaces between 2 fileds)
CAR 50 (4 spaces between 2 fileds)
MD - 71(No space) ' here I need to put 'MD -' in one filed and 71 in another filed
ASSO 82(No Space)
3 YE 95(No space)

Thanks
by sri75
Wed May 09, 2007 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: field function
Replies: 8
Views: 3567

field function

HI, one of columns values from seq file look like this SolditemYear CAR 3 (3 spaces between 2 fileds) CAR 50 (4 spaces between 2 fileds) MD - 71(No space) ASSO 82(No Space) 3 YE 95(No space) I need to split the item and year into 2 separate fields I used 2 stage variables FIELD(LkInXfm.SOLDITEMYEAR,...
by sri75
Fri May 04, 2007 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 8714

something goofy happened, when I moved file from windows to Unix.
I copied the file again to unix ,now it is showing 4 digits
by sri75
Fri May 04, 2007 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 8714

changed to varchar, still it is showing 2 digits
by sri75
Fri May 04, 2007 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 8714

sorry, submitted 2 times
by sri75
Fri May 04, 2007 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 8714

sorry, submitted 2 times
by sri75
Fri May 04, 2007 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 8714

HI thanks for all of your inputs and suggestions I stick with this derivation Iconv(DSLink71.HIRED, "DMDY[2,2,4]") I have another question,in .csv file the format of the column looks like this '11/03/2007', but when I am reading from seq file, it is showing only 2 digits o fthe year.Can yo...
by sri75
Fri May 04, 2007 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 8714

Thanks for all of your inputs and suggestions. finally I stick with this derivation Iconv(DSLink71.HIRED, "DMDY"). I have another question , in .csv file the values of the column is '11/3/2007' in this format.but when reading from sequential file it is reading only last 2 digits of the yea...