"Dynamically" change As of Date on AR251

 2 Replies
 0 Subscribed to this topic
 43 Subscribed to this forum
Sort:
Author
Messages
JoeS
Basic Member Send Private Message
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
New Member Send Private Message
Posts: 0
New 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 Send Private Message
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.