| 
 | |||||||||||||||||
| You may maintain and retrieve a counter for the  number of times a CGI program of yours is accessed
        (a page is visited) by using Mel's service program subprocedure CountP Read through to learn how to do it. 
        1. File CGICOUNTFile CGICOUNT is used to optionally score
        accesses to given CGI pages.
        You implicitly duplicate it from library cgidev2
        to your object (production) library when you use command
        setcgilib. 
        2. Subprocedure countPUse this procedure to increment and to retrieve the number
        of times a given page was accessed. Example: 
 |