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.  Problems in the cobol copy book type tree

    Posted 09/18/08 04:25 PM

    Originally posted by: muralee


    iam trying to assign some values to typetree , which is imported using cobolcopy book.

    after map is ran , iam getting junk data in the output file , instead of assigned values . iam not sure whats the problem is.
    attaching the source code.would be very thankful if anybody can tell me what the actual problem.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Problems in the cobol copy book type tree

    Posted 09/18/08 07:24 PM

    Originally posted by: SystemAdmin


    The "actual problem" is you're probably not old enough to have acquired the capability to automatically perform formatting conversions in your head like some of us oldtimers.

    There's nothing wrong with your map. You're not getting "junk" data. The map is outputting EBCDIC as you told it to. View the output file on an EBCDIC computer and it appears as expected: "G0198HC 2d 1234 hello test MF". ALternately, you can open the file in an editor like UltraEdit and convert it from EBCDIC to ASCII. Or use an online converter like http://www.pacsys.com/ebccnv.htm.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender