The DSPPNL command is convenient for viewing the layout of your UIM panels. Note that DSPPNL displays only the static view of a UIM panel; UIM variables that should be set by your UIM driven programs will not be available.
Parameters of the DSPPNL command are quite simple, the qualified name of the compiled PNLGRP object (parameter PNLGRP), and the name of the panel to be displayed (PANEL). For example, to display the "Display Queue Description" panel in *PNLGRP I5TOOLKIT/DSPQAT, issue the DSPPNL command like the following:
DSPPNL PNLGRP(I5TOOLKIT/DSPQAT) PANEL(USRQATTR)