Running CCRL from a START command

You can schedule the CCRL transaction to run at regular intervals using a START command.

Read Running the CCRL transaction to find out about the prerequisites before running this transaction from a terminal.
To use a START command, enter EXEC CICS START TRANSID(CCRL) FROM (admin://adminDN:adminPW url-list) LENGTH (url-list-length) [INTERVAL(hhmmss)|TIME(hhmmss)] where url-list is a space-delimited list of URLs from where certificate revocation lists can be downloaded, url-list-length is the length of the URL list (including admin://), and hhmmss is the interval or expiration time at which the CCRL transaction is to be scheduled. For example, you could specify:
EXEC CICS START TRANSID(CCRL)
          	FROM('admin://cn=ldapadmin:cics31ldap http://crl.verisign.com/ATTClass1Individual.crl http://crl.verisign.com/ATTClass2Individual.crl')
          LENGTH(124) INTERVAL(960000)

This would schedule the CCRL transaction to run in 96 hours.