Search found 15603 matches

by ArndW
Fri Sep 04, 2009 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Result Not Stable
Replies: 6
Views: 1388

Join data must be sorted on the join key(s). If the data isn't sorted, DataStage will put in a tsort operator unless you explicitly turn this off using an environment parameter such as $APT_NO_SORT_INSERTION.
by ArndW
Thu Sep 03, 2009 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique requirement to combine two files
Replies: 9
Views: 2770

Why not use an inner join in a join stage or a lookup stage (choose either link as a master) and have both Col2's go to the output?
by ArndW
Thu Sep 03, 2009 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Data from Different Languages
Replies: 9
Views: 2927

If the NLS is greyed out then you haven't installed DataStage with NLS. If all you want to do is move the data, then you don't need NLS and can just write out the data. It might not display (with "view data") correctly but will work without any problems.
by ArndW
Thu Sep 03, 2009 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Data from Different Languages
Replies: 9
Views: 2927

Craig - I would be surprised if the installation is an NLS one from the type of post (the language quoted was German)
by ArndW
Thu Sep 03, 2009 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Data from Different Languages
Replies: 9
Views: 2927

This is not a small change, but a very fundamental one. If you look at your online documentation you will see a National Language Support Guide which should get you started.
by ArndW
Thu Sep 03, 2009 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading Data from Different Languages
Replies: 9
Views: 2927

Yes you can process this data. DataStage supports Multibyte and NLS. Even without NLS enabled the LATIN-1 characters can be processed.
by ArndW
Thu Sep 03, 2009 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 1761

And your output is declared as Char(8) or Varchar(8), right? You can demote the warning mesage to informational, or declare the column as decimal or integer and in a later change convert from numeric to string.
by ArndW
Thu Sep 03, 2009 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning issue with CFF
Replies: 9
Views: 1761

What is the COBOL copybook definition for that column?
by ArndW
Thu Sep 03, 2009 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Result Not Stable
Replies: 6
Views: 1388

Have you hashed on all 3 keys in all of the links, i.e in the second and third joins?
by ArndW
Thu Sep 03, 2009 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapping failed to copy attribute
Replies: 6
Views: 5047

It shouldn't be caused by too many stages. Can you do a "save as" with another name of the changed job?
by ArndW
Wed Sep 02, 2009 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: i need to know where it is stored "DSParams" file
Replies: 11
Views: 9415

Each project has a DSParams file in it's main directory.
by ArndW
Wed Sep 02, 2009 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading the Excel data with sequential file
Replies: 10
Views: 5260

Re: Problem in reading the Excel data with sequential file

I am reading the Excel file which is in Datastage server(Unix box)... As has been asked several times before - what format is this file in? If native Excel format then you cannot read it directly. You might be able to find a free ODBC UNIX driver (or buy ConnectDirect) and then use the ODBC connect...
by ArndW
Tue Sep 01, 2009 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/400 Update not working
Replies: 7
Views: 1673

What about when you remove the "WITH NONE" from the update statement - I haven't seen that used before.
by ArndW
Tue Sep 01, 2009 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage icons looks like a sockets
Replies: 10
Views: 3158

It seems that at first it runs and then (once the workstation eats more memory) it suddenly displays incorrect icons. Perhaps closing such memory hogs as outlook.exe or iexplore.exe might help, or only opening one job at a time.
by ArndW
Tue Sep 01, 2009 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/400 Update not working
Replies: 7
Views: 1673

Can you take a sample record and manaully type in the custom sql from the command line to see if you get an error message?