Displaying Model 204 parameters

From m204wiki
Jump to navigation Jump to search

You can use the Client's display or watch facilities to view the value of any legal Model 204 parameter:

  1. In the Entity name input box below the main window, specify p. followed by the parameter's name. For example:

p.userid

Case does not matter, nor do leading or trailing blanks.
2. Click the Value button above the Watch Window.
The parameter value displays in a separate Value of p.parm window:
valParm1
Note: If the parameter is a file parameter, the value of that parameter is returned for the current file. If there is no current file, an error is returned.
If the parameter is a User parameter, the value returned is that for the current web thread (if Janus Debugger) or for the current Online user (if TN3270 Debugger).

An alternative path to the same Value window is via the Watch Window:

  1. In the Entity name input box, specify p. followed by the parameter's name.
  2. Click the Watch button above the text box to add the parameter to the Watch Window.
  3. In the Watch Window, double click the parameter name.