achittu
New User
Joined: 26 Feb 2007 Posts: 11 Location: hyderabad
|
|
|
|
We have an MQ program in Mainframe and we have coded restart logic to as follows :
1. We have a restart file which has count has zero when the MQ program
is first invoked
2 when MQ abends because of MQ failure , MQ program will update the
restart file with the number of records already processed
3. When we restart the MQ program after abend , MQ program will see
the count in the restart file and process only from this count.
Now I want to intentionally abend the MQ program to test whether the restart file is being updated with the count correctly.
Is there any way where I can do User ABend in the MQ program without changing the program.
Thanks,
Amar |
|