Search found 15603 matches

by ArndW
Mon Dec 17, 2007 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to add index to Hashed file
Replies: 6
Views: 1247

Do a "LIST DICT <yourfilename>" and tell us the output.
by ArndW
Mon Dec 17, 2007 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting the substring from a Char Field
Replies: 7
Views: 1678

I'm not sure how much you are expecting to do here - if your data is coming in different order then you need to write (or buy) software to do this complex chore. QualityStage will do it for you. The INDEX() function, as mentioned earlier, can let you parse elements from your string. For example, IND...
by ArndW
Mon Dec 17, 2007 11:14 am
Forum: General
Topic: NLS warning becuase of routine for International characters
Replies: 5
Views: 1367

If you have the same data on both machines then your NLS settings are different.

Your text has some characters that exist in UTF-8 but have no mapping to Unicode defined and these are triggering the conversion warnings.
by ArndW
Mon Dec 17, 2007 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting the substring from a Char Field
Replies: 7
Views: 1678

Do you want to extract the first 4 characters from the line, but ignoring spaces?
by ArndW
Mon Dec 17, 2007 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage converting £ into other symbols
Replies: 4
Views: 1151

Have you tried specifying a binary transfer? If not, give that a go and see if it changes the behaviour. Also, which UNIX OS are you reading from?
by ArndW
Mon Dec 17, 2007 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSENV Parameter settings not changed
Replies: 1
Views: 729

Have you searched your dsenv file to see if you might have declared INSTHOME more than once?
by ArndW
Mon Dec 17, 2007 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load into a Table from a dataset.............
Replies: 8
Views: 1893

a) when you run the job, does it show that the correct number of rows were read from the dataset?
b) what method are you using in your Oracle stage?
c) Have you tried adding a reject link to your Oracle stage and analyzing the output?
by ArndW
Mon Dec 17, 2007 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alternative to @INROWNUM system variable
Replies: 3
Views: 1911

@INROWNUM will give you the actual input row per partition, i.e. it is not unique. If you want a unique number, you will need to combine your @INROWNUM and your @PARTITIONUM
by ArndW
Mon Dec 17, 2007 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: control the sending of records to target
Replies: 5
Views: 1540

Does your second file, with the "10" and "50" values, have only one row?
by ArndW
Mon Dec 17, 2007 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error For DB2 Bulk Load
Replies: 2
Views: 1416

Re: Error For DB2 Bulk Load

"emp_temp.txt" looks like a file name, not a directory.
by ArndW
Mon Dec 17, 2007 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing Two Datasets
Replies: 4
Views: 1590

Load one of the files into a hashed file, the use that hashed file as a reference for the other. If the lookup fails it is a "N"ew one, if it succeeds then it is a "M"odified one. Capturing deleted records this way is a bit more difficult, you could always load both files into hashed files and do lo...
by ArndW
Mon Dec 17, 2007 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding Record processed status
Replies: 1
Views: 473

Moderator - please delete this duplicate thread of this one.
by ArndW
Mon Dec 17, 2007 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding Record processed status
Replies: 2
Views: 714

You will need to explain how you classify an "E"rror or a "W"arning or "N" type of record. A specific example might go a long way in helping you get an answer.
by ArndW
Mon Dec 17, 2007 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inline sort or external sort
Replies: 7
Views: 2904

Yes, it might have a performance impact. As Ray has already pointed out, you can change a number of parameters using an explicit sort; and these changes can impact performance.
by ArndW
Fri Dec 14, 2007 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: out-of-stack error
Replies: 1
Views: 724

How were you tring to view the uvconfig file (this means which program were you using)? This is a text file normally only modified from the OS command line.