Search found 88 matches

by chandra
Fri Dec 01, 2006 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to merge 2 inputfiles into one
Replies: 11
Views: 3574

Correct me if Im wrong ! Merge :- I see there are four fileds in one file and 5 fields in other file . and output required is 5 fields o/p. ClaimNo1|Version1|?||XX|xxxxxxx ClaimNo1|Version1|i temno1 |XX|xxxxxxx ClaimNo2|Version1|?||XX|xxxxxxx ClaimNo2|Version1|i temno1 |XX|xxxxxxx Q 1:- can we subis...
by chandra
Fri Dec 01, 2006 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 8
Views: 4484

U can do with concatinate and substring !
by chandra
Fri Dec 01, 2006 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: before record and after record !
Replies: 4
Views: 2065

Yea ! Sounds grt8..
by chandra
Fri Dec 01, 2006 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: before record and after record !
Replies: 4
Views: 2065

good and bad are two different input file ! 1- I think we need to merge both the good and bad . 2- then sort the good and bad based on some commom key ! 3- assign some surrogate key to track the records . < my question is i have to caputer the above and below record of bad> 4- collect the records of...
by chandra
Wed Nov 29, 2006 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: before record and after record !
Replies: 4
Views: 2065

before record and after record !

explanation :- rec :- 1good 2good 3bad 4good 5bad 6good these are the records comming from inputs file... i want to capute the bad record as well as before and after records of bad i.e good rec. like :- 3bad ,2good,4good as output 5bad,4good,6good. ideas will be appricated thanks in adv !
by chandra
Wed Nov 22, 2006 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convertion from string to decimal
Replies: 1
Views: 962

convertion from string to decimal

can we convert string to decimal via !
by chandra
Wed Nov 15, 2006 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGBUS ERROR IN LOOKUPS
Replies: 12
Views: 3660

Thanks -

this what Im looking for !-
now we can apply a logic !

if file is in use
then
abort job2
else
run job2.
Ultramundane wrote:The unix command fuser can be used to determine whether a file is in use or not.
by chandra
Tue Nov 14, 2006 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert the string to date type in parallele jobs
Replies: 5
Views: 5545

writein subroutine the same logic what ever you are using in transformer . It will improve the perfromance.
by chandra
Tue Nov 14, 2006 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGBUS ERROR IN LOOKUPS
Replies: 12
Views: 3660

Thanks for the reply! My question is 1- lkp A is using job1 as lookup 2- Job 2 writting the same file - lkp A. -- scenario 1:- Is there any way we can find the wheather JOb 1 is reading lkp-A.so that we can stop writting until it reading is finsihed and we can trigger the job2 to write the same fil...
by chandra
Tue Nov 14, 2006 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage
Replies: 13
Views: 6837

Re: Join stage

sorted in descending order + then joined ryt check the join component sort options .it should work... please let me know .. What I did: I did a Right outer join on two input files using join stage in to a dataset. I partitioned both inputs by "Hash" on key using inlink partition. Observati...
by chandra
Tue Nov 14, 2006 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGBUS ERROR IN LOOKUPS
Replies: 12
Views: 3660

what ever the ray told ! that i know ..
I am asking if you get same problem how do you deal.









Problem to problem is not solution !
by chandra
Mon Nov 13, 2006 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGBUS ERROR IN LOOKUPS
Replies: 12
Views: 3660

ray.wurlod wrote:Standard medical advice: if it hurts, don't do it. ...
what else you need ! I have explained the problem ?
Please let me , I will try my best..
we approch the forum hoping of some solutions .
by chandra
Mon Nov 13, 2006 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookups errors
Replies: 1
Views: 1269

lookups errors

situation where one graph is rebuilding a lookup file, while another graph is reading from it. The graph that is reading from the lookup gets "killed" by the graph that replaces the lookup.

thanks in Adv
by chandra
Mon Nov 13, 2006 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGBUS ERROR IN LOOKUPS
Replies: 12
Views: 3660

situation where one graph is rebuilding a lookup file, while another graph is reading from it. The graph that is reading from the lookup gets "killed" by the graph that replaces the lookup.

thanks in Adv
by chandra
Mon Nov 13, 2006 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGBUS ERROR IN LOOKUPS
Replies: 12
Views: 3660

SIGBUS ERROR IN LOOKUPS

HI Frnds - I will explain you job - 1- lkp file -A this lkp file A is used in several files and there is another graph that updates this lookup file ! Occasionally the writting lkp and read will occuer simultanesly in that case the jobs which are reading the LKP file is getting failed- and the error...