Search found 16 matches

by radhika7983
Mon Nov 22, 2010 9:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: same partioning not working correctly in joiner stage
Replies: 4
Views: 2342

ArndW wrote:If you turn on APT_DUMP_SCORE and look at the generated scores do you see any repartitioning being performed? ...

Havent tried this. Will look into this. But do you thing that this will work?
by radhika7983
Mon Nov 22, 2010 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: same partioning not working correctly in joiner stage
Replies: 4
Views: 2342

same partioning not working correctly in joiner stage

Hi, I have 5 datasets which are created in some jobs, all these datasets are hash partioned on one key column as A. There is one job where I join all these datasets by using one join. out of these 5 datasets , I perform a left outer on one dataset. Rest 4 are right outer. The key that is used for jo...
by radhika7983
Mon Apr 26, 2010 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert hexadecimal value to decimal in data stage
Replies: 3
Views: 6928

How to convert hexadecimal value to decimal in data stage

Hi, I have a requirement where I need to convert hexadecimal value coming from source to Decimal in the target. Suppose if the source value is X'0055', than the target should be 85. Can some one suggest? Should we do it by calculations, like dividing by 16 and than considering the remainder and quot...
by radhika7983
Thu Apr 22, 2010 2:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error as 'Operator terminated abnormally....."
Replies: 4
Views: 3156

Do an internet search for "SIGSEGV" (segmentation violation) then tell us about what memory-hungry operators are mentioned in your score. ... Well, I dont understand what you are asking for, but throgh google serch i found that this problem is because of the memory is unallocated or unmap...
by radhika7983
Thu Apr 22, 2010 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error as 'Operator terminated abnormally....."
Replies: 4
Views: 3156

Getting error as 'Operator terminated abnormally....."

Hi, We have a job, where we are reading the data from complex flat file, doing some transformations in transformer, doing aggrgation and writing into the dataset. However the job aborts and give error as "operator terminated abonormally received signal SIGSEGV". This error we get after tra...
by radhika7983
Thu Apr 15, 2010 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting rows into columns
Replies: 3
Views: 2109

Converting rows into columns

Hi we have the following requirement, sort code accnt no A B C OccuNo 11 22 5 6 8 1 11 22 8 9 0 2 33 44 6 3 2 1 Output should be like 11 22 5 6 8 8 9 0 33 44 6 3 2 '' '' '' Can some one helpas how to implemnet it without running the transformer in sequentail. Here the most important part is that the...
by radhika7983
Fri Apr 09, 2010 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing low values in the output file for certain columns.
Replies: 8
Views: 5561

Again, what exactly are you doing? You "simply put zero" in what kind of output column - based on your PIC X(3) notation, are you actually putting zeroes in a Char(3) field and expecting it to work? Try making sure your APT_STRING_PADCHAR environment variable is set to "0x00" an...
by radhika7983
Fri Apr 09, 2010 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing low values in the output file for certain columns.
Replies: 8
Views: 5561

From what little I recall, "low values" would indeed be "hex zeroes" so you may not actually be setting this up correctly and thus ending up with a decimal zero instead. Can you explain exactly how you are doing this? Field data type, derivation, etc etc. Yes, You are correct.Lo...
by radhika7983
Fri Apr 09, 2010 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing low values in the output file for certain columns.
Replies: 8
Views: 5561

chulett wrote:So... what IS the case?
Hex of zero is nothing but zero. So when we see the output data in mainframes, it is seen as zero which is wrong!! Not sure what actually low values means :( . This has been raised as a defect!!
by radhika7983
Fri Apr 09, 2010 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing low values in the output file for certain columns.
Replies: 8
Views: 5561

Passing low values in the output file for certain columns.

Hi, We are creating output files where we need to map low values for certain columns in data stage. This file dta will be seen in mainframes where we should see low values for certain columns. I assumed that low values is nothing but HEx(0) that is hex of zero. But it is not the case. Can someone su...
by radhika7983
Thu Apr 08, 2010 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Compare 2 dates
Replies: 17
Views: 10982

Hi well I think this comes down to two situations: 1) if the migartion date is a Monday or Tuesday then you will look for a difference of 3 2) if the migration date is Wednesday, Thursday or Friday then use a difference of 5 So you just have to determine the day (name or number) i.e. with oconv reg...
by radhika7983
Thu Apr 08, 2010 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Compare 2 dates
Replies: 17
Views: 10982

ray.wurlod wrote:What evidence do you have that Oracle is involved?

Funnily enough, not everyone in the world uses Oracle.
Correct!! This is complete file system and there si no data base involved here.
by radhika7983
Thu Apr 08, 2010 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Compare 2 dates
Replies: 17
Views: 10982

Hi well I think this comes down to two situations: 1) if the migartion date is a Monday or Tuesday then you will look for a difference of 3 2) if the migration date is Wednesday, Thursday or Friday then use a difference of 5 So you just have to determine the day (name or number) i.e. with oconv reg...
by radhika7983
Thu Apr 08, 2010 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Compare 2 dates
Replies: 17
Views: 10982

ArndW wrote:The DaysSinceFromDate() function gives you the difference in days between your two dates. The WeekdayFromDate() function returns the weekday number. Then use the days difference and day-of-week to co ...
I did not get your Full reply.
by radhika7983
Thu Apr 08, 2010 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Compare 2 dates
Replies: 17
Views: 10982

Re: To Compare 2 dates

Hi, I have 2 dates. One is migration date which will alwyas have a fixed value.Migration date is passed as job parameter. The other date is coming from source and will have different values. I need to compare 2 dates and if the difference between the 2 dates in greater than 3 working days, I need t...