CA Top Secret

 View Only

Tech-Tips: Certificate Utility SAFCRRPT- How to report on expired certificates. 

Apr 06, 2016 08:27 AM

To do this you have to use the keyword EXPIRED.

 

This documented in TSS r16.0 documentation available at docops.ca.com

This is not documented in TSS r15.0 ninth edition, but works.

 

The example below reports on expiring certificates within the given time frame:

 

//SAFRPTCR EXEC PGM=SAFCRRPT,PARM='TITLE(CERTIFICATE DETAILED REPORT)',

//         REGION=0M                                                  

//SYSUDUMP DD SYSOUT=*                                                

//SYSPRINT DD SYSOUT=*                                                

//SYSIN DD *                                                          

RECORDID(-)  EDAYS(365)                                         

/*                                                                    

//  

                                                                 

The example below reports on expired certificates:

 

//SAFRPTCR EXEC PGM=SAFCRRPT,PARM='TITLE(CERTIFICATE DETAILED REPORT)',

//         REGION=0M                                                  

//SYSUDUMP DD SYSOUT=*                                                

//SYSPRINT DD SYSOUT=*                                                

//SYSIN DD *                                                          

RECORDID(-) EXPIRED                        

/*                                                                    

//                                                                    

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.