Search found 6797 matches

by DSguru2B
Thu Feb 01, 2007 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wee have mystery dbx processes on our Unix server
Replies: 31
Views: 9529

What about memory segments that are never released? Log into uv once your in $DSHOME. Type PORT.STATUS, see how many addresses come up with UNAVAILABLE next time you have a zombie dbx.
by DSguru2B
Thu Feb 01, 2007 6:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Good Debugging Practices:Guidance needed
Replies: 10
Views: 2287

Always pay attention to your comments Ray :wink:
Thats how my journey seems to go on towards enlightenment
by DSguru2B
Thu Feb 01, 2007 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot & Filter - Alternative option
Replies: 12
Views: 2530

Your right, I need to slow down. Probably still a kid in datastage :roll:
by DSguru2B
Thu Feb 01, 2007 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateTime Metadata Mismatch Warnings
Replies: 17
Views: 10401

The issue remains with the metadata, rather than data itself. Both hold different scales which is causing the problem.
by DSguru2B
Thu Feb 01, 2007 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read_delimited(),invalid quotes
Replies: 9
Views: 2034

No. Thats part of the data. Now you have to set quote character as 000.
by DSguru2B
Thu Feb 01, 2007 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read_delimited(),invalid quotes
Replies: 9
Views: 2034

Yes, then quote character needs to be set to 000.
Do that only if you see quotes as data and not surrounding any other data.
by DSguru2B
Thu Feb 01, 2007 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read_delimited(),invalid quotes
Replies: 9
Views: 2034

Do you have quotes surrounding your varchar and char fields when you do a cat at the unix level?
OR
with 000 as quote character, hit view data, do you see your character fields surrounded with quotes? If yes then are they single quotes(') or double quotes (")?
by DSguru2B
Thu Feb 01, 2007 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read_delimited(),invalid quotes
Replies: 9
Views: 2034

It aborted because it could not find its twin quote. You need to handle that or provide a different quote character.
by DSguru2B
Thu Feb 01, 2007 3:38 pm
Forum: General
Topic: Folder stage and network folder
Replies: 18
Views: 5618

Even though its mapped, it will understand that G:\ means xyz server ?
by DSguru2B
Thu Feb 01, 2007 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATE Conversion to internal format
Replies: 8
Views: 1856

Do the old stype extraction, length check and concatenation. Use the Field() function to extract day, if its length is less then 2, prefix it with a zero. Do the same for month. Get them back together and then run all the previous commands.
by DSguru2B
Thu Feb 01, 2007 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Zombie processes
Replies: 8
Views: 4463

Ask your admin to run that command. You need to run it with dsadm or root id.
by DSguru2B
Thu Feb 01, 2007 1:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file help
Replies: 10
Views: 1219

paddu wrote:i do not have col1 coming from my source link . In my source link col3 is the key .i need to do a lookup on col3 and get all attributes from Hashed file

If any key changes, you cannot reuse the same hashed file. Build a different one. And make sure you name it differently as well.
by DSguru2B
Thu Feb 01, 2007 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass value between jobs
Replies: 19
Views: 6725

I got your back on that one Craig.
by DSguru2B
Thu Feb 01, 2007 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lost precision float to char
Replies: 2
Views: 690

It would be nice to share the solution with us :roll:
by DSguru2B
Thu Feb 01, 2007 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateTime Metadata Mismatch Warnings
Replies: 17
Views: 10401

Thats a good sign. Atleast you got half of it working. The data type mismatches are very critical to databases. I was hoping it would work as varchar but apparantly it did not.