Search found 15603 matches

by ArndW
Fri Jun 30, 2006 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Packed decimal data type from A flat file
Replies: 21
Views: 5706

Remember that doing a EBCDIC to ASCII conversion on a packed field will "ruin" it. You can always use the BASIC EBCDIC function to re-convert the field so that it can be unpacked.
by ArndW
Fri Jun 30, 2006 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage handler problem
Replies: 5
Views: 2864

Hello - I don't think anyone is going to be able to help you with this, at least until it happens again. It is like saying "my car engine wouldn't start last week, but now it's running find. What was the problem?" Jobs run the same way when started in the Designer, the Director and the command line,...
by ArndW
Fri Jun 30, 2006 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in routine
Replies: 11
Views: 2878

Change you declaration line to read

Code: Select all

Deffun KeyMgtGetNextValue(A1) Calling "DSX.KEYMGTGETNEXTVALUE" 
by ArndW
Fri Jun 30, 2006 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in routine
Replies: 11
Views: 2878

Why don't you go to the manager and do a test run run directly in KeyMgtGetNextValue using your test value of "s1". Does that work or show any errors?
by ArndW
Wed Jun 28, 2006 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with special characters
Replies: 6
Views: 3334

What about LEN(TRIM({string})) to see if the "missing" character is part of the text or the buffered data. I suspect it isn't the text, but your padding.
by ArndW
Wed Jun 28, 2006 3:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Packed decimal data type from A flat file
Replies: 21
Views: 5706

Packed decimal format equates to the COBOL COMP-3 datatype, and the SDK routines let you convert this value using the DataTypePicComp3 routine.
by ArndW
Wed Jun 28, 2006 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning value to Invocation Id from a parent PX job
Replies: 4
Views: 895

I'm not at a DS client right now so I cannot look at the code, but some of the calls allow you to specify a job using "JobName.InstanceName"; perhaps that will work in this case as well.
by ArndW
Tue Jun 27, 2006 9:56 am
Forum: Site/Forum
Topic: Quoting entire messages
Replies: 6
Views: 2872

DSguru2B wrote:I think this was necessary. Its been happening a lot in the recent past.


I agree :D. C'mon I double-dare you to quote my message with your quote :twisted:
by ArndW
Tue Jun 27, 2006 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parallel Extender
Replies: 2
Views: 797

Although Windows has come a long way in the business environment it is still perceived by many (including myself) to be a consideration only for small and medium sized businesses. PX is such an expensive product that I tend to think that the real performance gains are only visible on a large system ...
by ArndW
Tue Jun 27, 2006 9:07 am
Forum: Site/Forum
Topic: Quoting entire messages
Replies: 6
Views: 2872

Quoting entire messages

Would it make sense to add a popup-window when people do a reply-quote to a message stating something like There is no need to quote entire messages, use of this function should be limited to editing the quoted text and removing excess words. A quote should only be used to highlight parts of a messa...
by ArndW
Tue Jun 27, 2006 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Server Container
Replies: 7
Views: 988

What kind of a stage is OBP_NS..TRANS_DATE?
by ArndW
Tue Jun 27, 2006 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Sequential File handling
Replies: 3
Views: 1285

Hello Abhilasha and welcome to DSXChange! This is a common problem and has been discussed very often before in the past. Although it is stated in the FAQs and elsewhere, let me add one more recommendation - please use the search functionality in DSXChange before posting questions. This will have a c...
by ArndW
Tue Jun 27, 2006 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Server Container
Replies: 7
Views: 988

There should be an entry in the log now that states "from previous run..." which might contain additional information. Can you post those contents, please.
by ArndW
Tue Jun 27, 2006 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Error
Replies: 7
Views: 1271

Re: Insert Error

...[SQL Server] Cannot insert duplicate key row in object 'PS_F_xxx' with unique index 'PS_F_xxx.' This is a database error and has nothing (directly) to do with DataStage. You are doing an INSERT on a key that already exists in the table. Look at your unique indices for that table and either chang...
by ArndW
Tue Jun 27, 2006 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Server Container
Replies: 7
Views: 988

What does the RESET show for the actual error that caused the abort?