Previous Topic: DASD - DASD Command MessagesNext Topic: DASM - DISASSEM Command, DATE -  DATE Command Messages


DASH - Dashboard-related Messages

DASH001E <keyword> not found for window <window> pane <pane>

Required keyword <keyword> was not found for the window pane identified by <window> and <pane>.

DASH002E Unknown keyword <keyword> <for window <window> pane <pane>>

An unknown keyword was found in the dashboard definition. If the keyword was found after the first window was defined then the window pane is identified by <window> and <pane>.

DASH003W dashboard <dashboard> not found

The requested dashboard was not found.

DASH004E Failed to obtain fields RC=<RC> command <cmd>

The FIELDS command is used to obtain field information for the final command represented by command string <cmd> and the command failed with a return code of <RC>.

DASH005E LIBVIEW command failed. Cannot build dashboard RC=<RC>

The LIBVIEW command is used to read PARMLIB for the dashboard definitions. The LIBVIEW command failed with return code <RC>.

DASH006E Cannot extract data for LIBVIEW command. Cannot build dashboard RC=<RC>

The LIBVIEW command is used to read PARMLIB for the dashboard definitions. The XVEXTRAC command is used to extract the data from the LIBVIEW command and it failed with a return code of <RC>.

DASH007E Invalid DEFINE type <type>

An invalid DEFINE keyword type of <type> was specified in the dashboard definition.

DASH009W No matching field names found for command <cmd>

Field names were specified for the window pane with a command string definition which resulted in command <cmd> being issued and no matching field names were found.

DASH010E dashboard name greater than 16 characters

A dashboard name was specified that was longer that the allowed 16 character max.

DASH011I Command=<cmd>

Command <cmd> was issued to SYSVIEW and it failed. The command string is logged.

DASH012I RtnCode=<RC>

A command was issued to SYSVIEW and it failed with a return code of <RC>. The command string that failed is logged in another message.

DASH013I Message=<msg>

A command was issued to SYSVIEW and it failed with a message of <msg>. The command string that failed and the failing return code are logged in other messages.

DASH014E No windows defined for dashboard <dashboard>

No DEFINE WINDOW statements were found in the dashboard definition.

DASH016E Window Windows size <size> exceeds maximum size of <max>

The sum of all panes in window Windows is <size> which exceeds the maximum allowed window size of <max>

DASH017W Window Windows Pane <pane> <dimension> <value> exceeds <limit> of <limitvalue> using default of <default>

The height or width of the dashboard window pane identified Windows and <pane> has exceeded the minimum or maximum allowed value. The default value will be used.

DASH018W Invalid value <value> for keyword <keyword> <for window Windows> <pane <pane>>

An invalid value for keyword <keyword> was found in the dashboard definition. If the keyword was found after a DEFINE WINDOW statement then the window is identified as Windows. If the keyword was found after a DEFINE PANE statement then the pane is identified as <pane>.

DASH019E No panes defined for window Windows of dashboard <dashboard>

No DEFINE PANE statements were found for window number Windows in the dashboard definition in the dashboard

DASH020E Select a TCP stack first using the TCPLIST or TCPOPTS JOBNAME command

The dashboard requires that a specific TCP stack be pre-selected. You can use the TCPOPTS JOBNAME xxx command to set the stack name or you can select a stack from the TCPLIST command.

DASH021E Select an <region type> first or specify the jobname as a parameter.

The dashboard requires that a specific <region> be pre-selected or the jobname of the <region> needs to be passed as a parameter.

DASH096E REXX API session terminated unexpectedly. Dashboard processing terminated

The dashboard processing exec invokes the SYSVIEW REXX API to process commands, and the REXX API session terminated unexpectedly. Check all pane COMMAND definitions to ensure no session ending commands are defined.

DASH097W INITIALREXX RC=<RC> error <ctext> condition <cond> instruction <instr> line <line> <stext>

The REXX code defined in keyword INITIALREXX was executed and generated an error identified as follows:

DASH098E Unexpected error <ctext> line <line> <stext>

An error occurred during the execution of REXX and was trapped by the dashboard REXX signal handler. The error is identified as follows:

DASH099I <msg>

An informational debug message issued as the result of the DEBUG option having been specified on the command.