XAC: How to change the Date Format of the XAC_Report Macro

XAC: How to change the Date Format of the XAC_Report Macro


1. Copy the xac_audit_report macro to file using the builtin tacl command vartofile
                vartofile xac_audit_report <newfile>

2. Remove symbols from the newly created file using a file editor (if needed)

3. adding the routine header to the file <newfile> using a file editor
       ?section XAC_AUDIT_REPORT routine

4. after this is done the date format can be changed with an edit command:
       edit <newfile>;cba /D2-MA3-Y4/D2-M2-Y4/a;e 
                                                          D2-M2-Y4 is the format to be changed to. This can be replaced with the desired format.

5. Once this is done the changes can be loaded manually when they are needed
       Load /keep 1/  <newfile>

6. To revert to the original date format this can be run
       Load /keep 0/ <newfile>




If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.