LOGDSN

By default, z/OS Debugger handles the log file data set in one of the following ways:

LOGDSN allows a site or a user to specify the default data set name for the log file. If you specify the LOGDSN command, z/OS Debugger handles the log file in the following way:

If you are an existing z/OS Debugger user that uses a SAVESETS data set, and you or your site specify the EQAOPTS commands LOGDSN and LOGDSNALLOC, then the SAVESETS data set contains a SET LOG command that overrides the EQAOPTS command LOGDSN.

The following diagram describes the syntax of the LOGDSN command:

Read syntax diagramSkip visual syntax diagram
>>-EQAXOPT--LOGDSN--,--'--file_name_pattern--'--+---------+----><
                                                '-,--LOUD-'   

file_name_pattern
Specifies a naming pattern that determines the name of the data set that contains the log file. Follow these guidelines when you create the naming pattern:
  • Create a data set name that includes &&USERID. as one of the qualifiers. z/OS Debugger substitutes the user ID of the current user for this qualifier when it determines the name of the data set.
  • Specify NULLFILE to indicate you do not want z/OS Debugger to write to a log file.
LOUD
Specifies that z/OS Debugger display WTO messages, which helps you debug processing done by this command. z/OS Debugger normally does not display any messages if it does not find the data set. If you are trying to determine why z/OS Debugger is not writing to this log file, specify LOUD to see if it displays any messages.
If you choose to implement this option, users who want to use the EQAOPTS LOGDSN command must create a log file in one of the following ways:

Example

EQAXOPT  LOGDSN,'&&USERID.DBGTOOL.LOG'

If you log in with user ID jsmith, z/OS Debugger determines the name of the data set to be JSMITH.DBGTOOL.COMMMANDS.