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.  How to Clone Input file

    Posted 05/13/08 07:32 PM

    Originally posted by: SystemAdmin


    Hi ,
    I want to clone the input file for 10 times.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: How to Clone Input file

    Posted 05/14/08 02:49 AM

    Originally posted by: paul.brett


    =PUT("FILE","Output01.txt",Input)+PUT("FILE","Output02.txt",Input)+PUT("FILE","Output03.txt",Input)+PUT("FILE","Output04.txt",Input)+PUT("FILE","Output05.txt",Input)+PUT("FILE","Output06.txt",Input)+PUT("FILE","Output07.txt",Input)+PUT("FILE","Output08.txt",Input)+PUT("FILE","Output09.txt",Input)+PUT("FILE","Output10.txt",Input)

    Is this what you mean?

    Paul.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender


  • 3.  Re: How to Clone Input file

    Posted 05/14/08 06:47 AM

    Originally posted by: janhess


    Or if you really want to clone it
    CLONE ( object_to_copy , number_of_copies )
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange