Search found 6797 matches

by DSguru2B
Wed Jun 27, 2007 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Null Handling
Replies: 3
Views: 1574

If it is specified as a date field, dont you have to use StringToDate() on your string?
by DSguru2B
Wed Jun 27, 2007 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading file pattern
Replies: 6
Views: 1512

bcarlson wrote:... and you'll watch your hair growing faster than your job is running. Okay, slight exaggeration...

:lol:
by DSguru2B
Tue Jun 26, 2007 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading file pattern
Replies: 6
Views: 1512

No. For multiple files, multiple nodes(if available) are used. All this is documented in Parallel Developer's Guide.
by DSguru2B
Tue Jun 26, 2007 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start loop and End Loop in sequencer
Replies: 9
Views: 9794

Ok now thats what I was doing wrong. Bummer. Thanks Craig.
by DSguru2B
Tue Jun 26, 2007 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start loop and End Loop in sequencer
Replies: 9
Views: 9794

It worked for list huh? Boy, I have to try that again at my end.
by DSguru2B
Tue Jun 26, 2007 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job Metadata problem
Replies: 3
Views: 883

What version of Informix are you using? I heard that for most versions, the size limit of column names is 18. Did not confirm it though, you can google it up.
by DSguru2B
Tue Jun 26, 2007 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start loop and End Loop in sequencer
Replies: 9
Views: 9794

Craig, are you using a counter or a list? I tried with list but for some reason its not accepting any functions like Field() or Convert() etc; in the list specification.
by DSguru2B
Tue Jun 26, 2007 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error in transformer
Replies: 11
Views: 3846

Well, lets try to confirm, that really is the issue here. Split the columns into half and see if the job compiles. As Ray said, it could be a missing quote, which is something totally different. So lets try to cross out as many items as we can here.
by DSguru2B
Tue Jun 26, 2007 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Start loop and End Loop in sequencer
Replies: 9
Views: 9794

I believe there is a new line character at the end of the list. I tried doing this for a fellow collegue but removing the @FM character at the end does not work while specifying it in the list. You will have to preprocess the list, remove the @FM character and send it as a job parameter to be suppli...
by DSguru2B
Tue Jun 26, 2007 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile error in transformer
Replies: 11
Views: 3846

Well, that might be the problem. Test it out. Cut it into half and see if the job compiles. If to no avail, cut it into half again.
by DSguru2B
Tue Jun 26, 2007 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retriving Data from a large file, which has 60 tables data
Replies: 4
Views: 1247

Well, my advise would be to pre-process the file, either with datastage or outside datastage (awk, sed, shell script etc) and disect the file into individual files. Once the files are split, based upon the table, it will be easier to read/load them.
by DSguru2B
Tue Jun 26, 2007 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is max size limit or record limit for hash lookup file
Replies: 4
Views: 1126

As I indicated, search will reveal all, as all this has been discussed time and again. Search on keywords like "64 bit hashed file".
by DSguru2B
Tue Jun 26, 2007 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to concatenate values from similar keys
Replies: 1
Views: 631

Search the forum for examples of vertical pivot. It can easily be done by the classic approach of doing key comparisons between present and previous key and storing the values in stage variables.
by DSguru2B
Tue Jun 26, 2007 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 5917

Can't you regenerate it? :roll:
by DSguru2B
Tue Jun 26, 2007 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source to target loading using oracle and datastage
Replies: 24
Views: 8105

Yes. I read that before. My point is, go to the database (not from datastage) and verify if all the columns do exist.