IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  Binary Data

    Posted 08/17/05 06:52 AM

    Originally posted by: SystemAdmin


    Hi,

    I need to know how to provide data for a variable in type tree with the following properties.

    Class - Item
    Item subclass - Number
    Interpret as - Binary
    Presentation - Integer
    Length(bytest) - 2

    I need to know what is the valid input value assuming there is a input file with only 1 record that has the above variable only.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 2.  Re: Binary Data

    Posted 08/17/05 07:57 AM

    Originally posted by: SystemAdmin


    This should accept anything as it is a binary number with a range of 0000 0000 - 1111 1111 or h00-hFF. Using a hex editor such as UltraEdit and the Windows Calculator in Scientific mode might help in creating test data.

    For example:
    ASCII Hex Binary
    A = 41 = 10000001
    5 = 35 = 00110101
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 3.  Re: Binary Data

    Posted 08/18/05 09:03 AM

    Originally posted by: SystemAdmin


    You can use a map to create the data: Set the input tree to a normal munber and the output to the binary, drag and drop. Create the input data in notepad and the map will create the required output. To make sure you are getting what you need, copy the map and reverse the cards. Now the new map should create the same data as in your original file.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 4.  Re: Binary Data

    Posted 08/22/05 02:32 PM

    Originally posted by: SystemAdmin


    Hi,

    Thanks.

    It is working now.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange