Previous Topic: Access Files and Databases Protected by CA InterTest for CICS PasswordsNext Topic: End a FILE Session


Log FILE Session

FILE's logging facility lets you record the input commands and output screens generated during a FILE session in character format. The log is written to the transient data destination specified when CA InterTest for CICS was installed.

To see the name of the destination, follow these steps:

  1. On a clear screen, enter VRPT.
  2. Select option 02.
  3. The GLOG option indicates the name of the destination.

To activate logging, enter:

FUNC= LOG

To terminate logging, enter:

FUNC= NLOG

When logging is in effect, the LOG field contains LOG= ON and the FUNC=COPY function is disabled. When it is not in effect, the LOG field contains LOG= OFF.

Note: If the AUDIT installation option was set at installation time, you cannot terminate logging.