Assure DQ

 View Only
  • 1.  Difficult or unusual coding cases and how those are handled

    Employee
    Posted 09-20-2018 11:49

    Customer submitted discussion topic:

    "Difficult or unusual coding cases and how those are handled and what is the business case for them...

    Example:  we have a Go/No Go where 3 files are required to proceed every day except Good Friday and the day after Thanksgiving.  On those days, 1 of the files isn’t required.  How have other companies handled this case?"



  • 2.  RE: Difficult or unusual coding cases and how those are handled

    Posted 01-16-2019 10:31

    Hi,

    Considering this control is getting executed by Mainframe JCL:

    Step: 1

    Make sure you have two separate control point created  one for "Go" scenario where you will have all three extracts to extract data from 3 files.

    The other control point created  one for "No Go" scenario where you will have all two extracts to extract data from 2 files.

    Step: 2

    In the JCL create two steps, in first step try to execute Control Point related to "Go" scenario unique Schedule ID (Example: Schedule ID 1)

    In second step try to execute Control Point related to "No Go" scenario unique Schedule ID (Example: Schedule ID 2)

    Hope this will be helpful!!

     

    Regards

    Suresh Bojja