Search found 107 matches

by patonp
Thu Nov 02, 2006 2:57 pm
Forum: General
Topic: Hawk Client Installation
Replies: 3
Views: 3381

Hawk Client Installation

For future planning purposes, we'd like to know whether it's possible to have a client workstation with both Hawk and version 7.5 installed. I'm hoping that users who have worked with the beta version might be able to tell me whether using the Multi-Client manager (or some other method) allows you t...
by patonp
Fri Oct 13, 2006 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII Conversion
Replies: 7
Views: 2136

Thanks for your help everyone!
by patonp
Fri Oct 13, 2006 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII Conversion
Replies: 7
Views: 2136

you can call an parallel routine that you can write in C that does a simple efficient translation from EBCDIC to ASCII
So does this mean that there is no functionality within the parallel toolset to perform this type of conversion after the data has been read from a file?
by patonp
Thu Oct 12, 2006 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII Conversion
Replies: 7
Views: 2136

In my particular case, using a CFF stage is not the most suitable option.

Any suggestions as to how I can perform the conversion within a transformer?

Thanks,

Peter
by patonp
Thu Oct 12, 2006 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII Conversion
Replies: 7
Views: 2136

EBCDIC to ASCII Conversion

Hi All,

I'd like to convert a string from EBCDIC to ASCII within a Transformer stage. If I were developing this code in Server Edition, I'd simply use the ASCII() function. How can I do the same thing in Parallel Edition?

Thanks!

Peter
by patonp
Wed Oct 04, 2006 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking apart a VarBinary field
Replies: 3
Views: 1168

I already tried it, but this was the error I received during compilation... Error in output column derivation expression for column field1 in link LnkInboundData. Invalid conversion requested from a raw to a string. The actual syntax for the derivation is LnkInboundData.field1[4,7] The message seems...
by patonp
Wed Oct 04, 2006 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking apart a VarBinary field
Replies: 3
Views: 1168

Taking apart a VarBinary field

Quick question here... If I want to extract part of a varchar field, I use the following syntax: field_name[4,7] In this case, the 7 characters beginning at the fourth position of file_name will be returned. How can I accomplish the same thing with a VarBinary data type? (i.e. return 7 bytes of the ...
by patonp
Tue Oct 03, 2006 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting EBCDIC Binary data type to ASCII
Replies: 6
Views: 1768

Thanks folks! You were absolutely correct - DataTypePicComp did exactly what I needed.
by patonp
Tue Oct 03, 2006 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting EBCDIC Binary data type to ASCII
Replies: 6
Views: 1768

You can use the SDK functions that convert binary COBOL datatypes to do this. Do you know what sort of binary data you have? We seem to be thinking along similar lines. As a matter of fact, I've used the DataTypePicComp function to successfully read packed data, and I was hoping that there would be...
by patonp
Tue Oct 03, 2006 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting EBCDIC Binary data type to ASCII
Replies: 6
Views: 1768

Converting EBCDIC Binary data type to ASCII

Hi Folks, I've searched the forum about this, and although there are lots of mentions of binary data conversions, none appears to capture my specific case. I am reading a stream of EBCDIC data as VarBinary. I know that at a pre-defined position and length (i.e. REC_IN[11,4]), there is data that woul...
by patonp
Fri Aug 25, 2006 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Releasing Job Locks
Replies: 3
Views: 1623

Thanks for the response!

Will releasing the locks on a job that he has open cause any problems other than losing his code changes?
by patonp
Fri Aug 25, 2006 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Releasing Job Locks
Replies: 3
Views: 1623

Releasing Job Locks

I realize that when a job is incorrectly locked, I can use the Cleanup Resources utility to release the locks. However... A developer is on vacation and has left a job open in Designer. We need to make changes to this job today. Can I safely use Cleanup Resources to release the locks he's got on thi...
by patonp
Thu Aug 10, 2006 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Corruption
Replies: 8
Views: 2877

Thanks for the quick responses. Kim - you mentioned that.. You can export a job that is broken and will not import. Does this mean that I can safely attempt to import a dsx export that was taken from a corrupt project? In other words, if there is corruption in the dsx export, can I assume that only ...
by patonp
Wed Aug 09, 2006 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Corruption
Replies: 8
Views: 2877

Project Corruption

A couple of quick questions... 1. If a project has become corrupt, but I'm still able to export jobs from a specific folder without any error messages, can those jobs be safely imported to a new project or could the export also contain some corruption? 2. Is there a utility that can determine whethe...
by patonp
Thu Mar 23, 2006 7:19 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Should we consider SOA?
Replies: 4
Views: 3497

Thanks Ray!