There are however 2 solutions that will provide you some information...
The first is:
Unless if there is a specific 'audit' trail code within the OPS/REXX program there is nothing built-in within the product to provide the counts to obtain for OPS/REXX programs. All there is that may provide some help in this area, would be to do a manual profile in the OPSLOG on message id OPS3724*. This message logs all activity triggered to an OPS server, thus doing a find on a REXX program name. This of course will not show any CALLS or external function invocations of a program if coded in this manner. Meaning, if a rule or program did a CALL abcd, or query=ABCD(), it would not see an OPS3724* for ABCD. Also, while OPS3724* may help, it is only as good for as far back as your live OPSLOG and archive opslogs take you. This request has been looked at a few times as a potential for an enhancement, but it comes down to making sure that we do not introduce any 'overhead' to the product in doing so.
The second option would be the SMF reporting using AME..
Refer to the Chapter "SMF Reporting Using AME" in the OPS/MVS Event Management and Automation Using Guide;
The SMF reporting requires some additional pre-work to get it setup, but would give you the more complete option of the 2..