"Dynamically" change As of Date on AR251

Sort:
You are not authorized to post a reply.
Author
Messages
JoeS
Basic Member
Posts: 20
Basic Member

    Is there a way to "dynamically" change the As of Date on a AR251 job?   I am looking to schedule an AR251 to run weekly via recdef and want to avoid any manual intervention.

    JS

    MTFF
    Veteran Member
    Posts: 50
    Veteran Member
      Well, I can suggestion two options.

      1. Create a custom cobol program based on AR251, and substitute date as of date with system date (which will be the day you run the job via recdef)

      2. use Recdef to call a Process Flow, the Process Flow in-turn, run the AR251 w/ the system date. Option 2 does not require custom coding.

      TracyO
      Veteran Member
      Posts: 97
      Veteran Member
        We use a 3rd party software to run our daily,weekly job schedules, so I had created a process flow to change the post thru dates on some of our jobs. We then run this processflow fromt he processflow schedular.
        You are not authorized to post a reply.