IBM Sterling Transformation Extender

Sterling Transformation Extender

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


#Sterling
#Supplychain
 View Only
Expand all | Collapse all

WTX Mainframe Batch processing

  • 1.  WTX Mainframe Batch processing

    Posted 03/02/18 07:37 AM

    Originally posted by: Satya Srungarapu


    Gentle People ,

    Current way of processing: 

    We use WebSphere Transformation Extender (WTX) for transforming  data to required banking formats like camt/ MT messages.In the Batch processing we store WTX Maps in VSAM file.

    Customers requests data and for every customer we run a batch job convert the data using WTX and send the back to the customer. Meaning we are running one batch job per customer. This is how the system is designed currently. Per customer request we are running one batch job, this is causing lot o over head for maintenance. 

    Did anyone faced this kind of situation?

    Questions: 

    I wanted to run my job every minute and and take all the requests( Can be CAMT/MT or any format ) at once in to a file  and run one job to convert the date using WTX tool. Is this possible?

    Is it possible to call WTX via Cobol program instead of JCL only. 

    Your suggestions are most welcome.

    Regards,

    Satya

     

     

     

     

     

     

     

    Regards,

    Satya


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


  • 2.  Re: WTX Mainframe Batch processing

    Posted 03/05/18 03:42 AM

    Originally posted by: PaulBrett


    To answer your questions:

    Q.  I wanted to run my job every minute and and take all the requests( Can be CAMT/MT or any format ) at once in to a file  and run one job to convert the date using WTX tool. Is this possible?

    A.  Yes, this is possible.  If, for example, all the messages were on a WMQ queue, you could use the -QTY and -LSN options to retrieve multiple messages, and then use RUN() functions to call the maps to do the actual transformations.  A bulk file is also possible, but WMQ is preferable.

    Q.  Is it possible to call WTX via Cobol program instead of JCL only. 

    A.  Yes, it is, but I think you may need the SDK or IMS/DC options to be able to do this.  Speak to your IBM Software Sales representative.

    Thank you.

    Paul

    Follow me on Twitter


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