1 SAVE PCA Command Preserves the contents of an existing screen display in a new screen display. Format SAVE old-displayname AS new-displayname [,old-displayname AS new-displayname...] 2 Parameters old-displayname Specifies the name of a screen display whose contents you want to save. new-displayname Specifies the name of the new screen display to be created. This new display receives the contents of the old-displayname display. The new display name must consist of letters, digits, underscores, and dollar signs. It cannot start with a digit. 2 Description The SAVE command saves a "snapshot" of an existing screen display in a new display for later reference. The new display has the same textual contents as the existing display. It has all the attributes and characteristics of the old display except that it does not appear on the screen. Using the DISPLAY command, you can later recall the saved display to the terminal screen. 2 Examples PCAA> SAVE PLOT AS SAVED_PLOT This command moves the contents of the screen display named PLOT into the newly created screen display named SAVED_PLOT. You can get further information on each of these commands through HELP.