Search found 15603 matches

by ArndW
Wed Mar 19, 2008 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Format-Handling
Replies: 4
Views: 1384

I'm not sure how the pipe plays a role here - do you want to reject rows where a given column has more than 2 decimal places or is there more involved?
by ArndW
Tue Mar 18, 2008 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS CHAR map
Replies: 3
Views: 901

At the beginning of the job log the environment variables are listed. What is your value for NLS_LANG. In this case the warning is because the two don't match, but as NLS_LANG is used by Oracle you can deprecate the warning to an informational message by using the message handler. It would be best t...
by ArndW
Tue Mar 18, 2008 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 17
Views: 7803

What if you try the select on just one column, PSD_STR_ID, do you get the same error?
by ArndW
Tue Mar 18, 2008 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 17
Views: 7803

Can you post the select statement (and tell us which DB you are using ODBC to go to). Are there any data types or sizes that aren't common?
by ArndW
Tue Mar 18, 2008 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS CHAR map
Replies: 3
Views: 901

That message is usually seen when you have an Oracle stage in the job - is that the case?
by ArndW
Tue Mar 18, 2008 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 17
Views: 7803

After the job aborts with 139, do a reset in the director and see if you get a message titled "From previous run..."
by ArndW
Tue Mar 18, 2008 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with converting EBCDIC to ASCII
Replies: 10
Views: 9897

Yes, but you can use the CHAR() function and drop the multibyte character.
by ArndW
Tue Mar 18, 2008 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage to transfer a file?
Replies: 14
Views: 4173

Nope, those are your two options - FTP stage or shelling out somewhere to execute a script that uses FTP commands. If you have scp enable then you can do the transfer all on one line without a script.
by ArndW
Tue Mar 18, 2008 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UCS-2
Replies: 20
Views: 5263

2ksaint - you need to tell DataStage the correct encoding that is being used by the file.
by ArndW
Tue Mar 18, 2008 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested If Then Else statement strange behaviour in routines.
Replies: 13
Views: 7462

Please try using the "code" tags to make the program legible. I would suggest that you put "PRINT" statements in to ensure that the values are as you expect before the IF-THEN-ELSE parts.
by ArndW
Tue Mar 18, 2008 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with converting EBCDIC to ASCII
Replies: 10
Views: 9897

I played around in Server and had the same issues with the characters in the upper range of ASCII. Have you tried to see what happens when the FTP program takes care of the conversion from EBCDIC to ASCII - it might handle the characters appropriately. Finally, you might have to revert to what Phil ...
by ArndW
Tue Mar 18, 2008 4:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Importing a job
Replies: 2
Views: 758

code page 874 is Thai. Either set your current client to that page, or you might try to edit the .dsx and change the codepage to 1252 in the header. But that might cause some issues if you used Thai characters in the jobs.
by ArndW
Tue Mar 18, 2008 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 139)
Replies: 17
Views: 7803

Do you have a SELECT clause? If yes, does it return data when used in your favorite SQL tool? What happens if you run the job instead of using view-data?
by ArndW
Tue Mar 18, 2008 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare two .dsx files
Replies: 9
Views: 2471

Umm, I already apologized once...
by ArndW
Tue Mar 18, 2008 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare two .dsx files
Replies: 9
Views: 2471

Oopsie, thanks for correcting me. UNIX "diff" is your friend here.