Display the history log

Each time a client user establishes a successful connection with a server job, that job is swapped to run under the profile of that client user.

To determine which job is associated with a particular client user, you can display the history log using the Display Log (DSPLOG) command. An example of the information provided is shown in the following figure.

                     Display History Log Contents
      .
      .
 DDM job 036995/QUSER/QRWTSRVR servicing user MEL on 08/18/97 at 15:26:43.
      .
 DDM job 036995/QUSER/QRWTSRVR servicing user REBECCA on 08/18/97 at 15:45:08.
      .
 DDM job 036995/QUSER/QRWTSRVR servicing user NANCY on 08/18/97 at 15:56:21.
      .
 DDM job 036995/QUSER/QRWTSRVR servicing user ROD on 08/18/97 at 16:02:59.
      .
 DDM job 036995/QUSER/QRWTSRVR servicing user SMITH on 08/18/97 at 16:48:13.
      .
 DDM job 036995/QUSER/QRWTSRVR servicing user DAVID on 08/18/97 at 17:10:27.
      .
      .
      .
 
 
 Press Enter to continue.
 
 F3=Exit   F10=Display all   F12=Cancel

The following example shows how you can filter out uninteresting entries by using the Display Log (DSPLOG) command with the MSGID parameter:

DSPLOG MSGID(CPI3E34)

You can also prevent these records from being written to the history log by setting the appropriate options in the QRWOPTIONS data area.

Related concepts
QRWOPTIONS data area
Related reference
Display Log (DSPLOG) command