VM

Your governor exit routine can cancel asynchronous commands when a timer is active in CMS.

To cancel QMF commands using asynchronous processing in CMS, the IBM-supplied governor uses a timer macro, which returns control to a timer routine. The timer routine tests whether to cancel the current command. If the command is to be canceled, it carries out the cancellation. The tests are based on real time and the number of rows fetched for the current DATA object. Your VM system should be running with the value of CP TIMER set to REAL. The tests can also be based on the user's response to a cancellation prompt.

[ Previous Page | Next Page | Contents | Index ]