Verifying Dynamic Loading of Panels
Use the SCREEN command to verify that a panel was correctly loaded.
See SCREEN for the SCREEN command description.
You might want to create a test version of a panel you are modifying and display it using the SCREEN command to verify that your changes are correct. To do this:
- Copy the existing panel definition member into another panel definition member.
- Modify the panel definition statements in the new panel definition member. Use a different name for the panel on the PANEL statement.
- Use the SCREEN command to verify that the changes to the panel are correct.
- If you see anything in the displayed panel that should change, correct the panel definition statements.
- Rename the panel to the name that is used for the production version of the panel. To do this, change the name specified on the PANEL statement.
- Use the SDFPANEL command to load the new panel and put it into production. This SDFPANEL command causes the new panel to overwrite the old panel.