PCA Command Deletes a screen window definition. Format CANCEL WINDOW [window-name [,window-name...]]
1 – Parameters
window-name Specifies the name of a screen window definition to be canceled.
2 – Description
The CANCEL WINDOW command cancels the specified screen window definitions. After a window definition has been canceled, that window name can no longer be used on DISPLAY or SET DISPLAY commands. Only the definition of the window name is deleted; the actual screen region specified by the window name is not affected. Screen displays that were declared with the window name are not affected except that the SHOW DISPLAY command shows numeric window coordinates instead of the canceled window name.
3 – Qualifiers
3.1 /ALL
Specifies that all screen window definitions be canceled, including all window definitions predefined by the Analyzer. If you use the /ALL qualifier, omit the window-name parameters.
4 – Examples
PCAC> SHOW WINDOW SMALL window SMALL at (1,2,1,80) PCAC> CANCEL WINDOW SMALL PCAC> SHOW WINDOW SMALL window(s) not defined Above, the CANCEL WINDOW command is used to cancel window SMALL, which was previously defined with the SET WINDOW command.