Search found 53125 matches

by ray.wurlod
Wed Feb 02, 2005 2:44 pm
Forum:
Topic: MetaData Descriptions
Replies: 1
Views: 1635

Welcome aboard! :D Don't have the problem here; running DataStage and QualityStage but not (yet) MetaStage. I wonder if that makes a difference? Also, we're on an AIX server, not a Windows server. Sorry I can't be more help than that. Are you on SP2, and are you aware that there are known issues ass...
by ray.wurlod
Tue Feb 01, 2005 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: decimal/numeric data type error in redbrick bulk loader
Replies: 1
Views: 784

Preserve the data file, and be absolutely certain that -850.00 is generated by DataStage. This allows you to isolate the culprit. Make sure that the figure is in exactly the position specified in the control file.
by ray.wurlod
Tue Feb 01, 2005 7:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage jobs
Replies: 15
Views: 5279

Can YOU answer the OP's question 13? :roll:

(Arguably Q13 is the stunned silence from the interviewer resulting from the candidate's answers to the previous 12.) :twisted:
by ray.wurlod
Tue Feb 01, 2005 7:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to merge multiple sequencial files together effectively
Replies: 6
Views: 1937

You can write the routine, the essenceof which is Loop While ReadSeq Line1 From File1 ReadSeq Line2 From File2 ReadSeq Line3 From File3 ReadSeq Line4 From File4 * Adjust the next statement to handle intervening delimiter character NewLine = Line1 : Line2 : Line3 : Line4 WriteSeq NewLine To File5 Rep...
by ray.wurlod
Tue Feb 01, 2005 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Structure of DS Tables -- DS_JOBS
Replies: 16
Views: 10028

The job you have to export is the one currently numbered 740, not "another job". Then import that one.

My point was that the export does not use RT_CONFIGnnn, rather than suggesting that you should export a different job. Sorry about the confusion. :oops:
by ray.wurlod
Tue Feb 01, 2005 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle null value?
Replies: 10
Views: 5950

No. Columns containing spaces will be read as spaces. Can you grab the SQL from the DataStage job and execute in a different DB2 client, to determine what DB2 thinks of the SQL? Maybe use EXPLAIN or any other available profiling tools. The best place to grab the SELECT statement is from the job log....
by ray.wurlod
Tue Feb 01, 2005 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not(Lookuplink.NotFound)
Replies: 4
Views: 927

Beware that variable names are case sensitive. The name of this input link variable is NOTFOUND (not NotFound).
by ray.wurlod
Tue Feb 01, 2005 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage jobs
Replies: 15
Views: 5279

Even I have not been able to figure out the answer to Q13. Maybe there's a case for providing partial answers, and alerting interviewers (via a premium service?) of some standard questions that can be asked, the standard partial answer that is published here, and some follow-up question to test the ...
by ray.wurlod
Tue Feb 01, 2005 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issues with Hash files.
Replies: 5
Views: 1265

Are you telling us that there are millions of rows of data to be processed, or millions of rows in the hashed files? If the latter, some gains may be able to be had by tuning the hashed files.

This is a highly skilled task, and I would recommend hiring a competent consultant to undertake it.
by ray.wurlod
Tue Feb 01, 2005 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error While Connecting to DataStage
Replies: 2
Views: 1180

Welcome aboard! :D

Learn to use the Search facility here, it can get you answers faster than posting. When you have an error code, as you do here, a search on the error code is likely to prove productive.
by ray.wurlod
Tue Feb 01, 2005 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Structure of DS Tables -- DS_JOBS
Replies: 16
Views: 10028

Yes, RT_CONFIG740 is so badly damaged - it was probably being written to when the disk full condition occurred - that even CLEAR.FILE won't work. This suggests that it's header block has become corrupted. Export the job (which doesn't use RT_CONFIG740) and import it (which will generate a new set of...
by ray.wurlod
Tue Feb 01, 2005 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: character to numeric translation
Replies: 6
Views: 1845

It appears that DataStage is not handling BigInt, and treating the value as Integer (signed 32-bit integer). Check whether this is the case by asking your support provider; the real question is "is BigInt" a supported data type. It wasn't in early versions of DataStage, I haven't checked for some ti...
by ray.wurlod
Mon Jan 31, 2005 11:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Looping
Replies: 7
Views: 1625

First off, 30 does fall into the "small and manageable" category. I'd be happy to have a Transformer stage with 30 outputs, given that only one of them is triggered for any input row. WriteNFiles would be called in an output column derivation expression. Argument Line is the line to be written to th...
by ray.wurlod
Mon Jan 31, 2005 11:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: decision support systems
Replies: 2
Views: 1114

Great answer, and surprisingly brief. There's so much more that could have been said, but Ken has captured the essence of it. I'd just add one more thing - a decision support system is more than just the collection of data; it's also the corporate knowledge of that data and of how it is used, and it...
by ray.wurlod
Mon Jan 31, 2005 11:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Structure of DS Tables -- DS_JOBS
Replies: 16
Views: 10028

Reindexing will not help if one of the hashed files has become corrupted. Indeed, the reindexing will fail to complete successfully in this case. That said, RT_CONFIGnnn is one of the least likely (smallest) hashed files in the repostory to become corrupted. It's only updated at compile time. More t...