SAVE_PARROT_WORKSPACES
This command is for the PARROT module.
If the latest changes made through various PARROT/GIBBS/POLY commands are as required, use this command to save the current workspace (i.e. data area) used by the PARROT program (also including the current GIBBS and POLY workspaces), onto the present work *.PAR file which has already been opened by SET_STORE_FILE or been created by CREATE_NEW_STORE_FILE (either interactively in the PARROT module or through a MACRO_FILE_OPEN of an *SETUP.TCM file).
The PARROT/GIBBS/POLY workspaces are updated after each PARROT/GIBBS/POLY command. This means the current PARROT/GIBBS/POLY workspaces are always updated onto the latest work *.PAR file that is associated with the latest SET_STORE_FILE or CREATE_NEW_STORE_FILE command.
Syntax |
save_parrot_workspace |
Unlike the SAVE commands in other modules (e.g. GIBBS or PLOY), this command in the PARROT module does not ask for the file name where to save the current PARROT/GIBBS/POLY workspaces, for the reason described above. You cannot use this command if there is no work *.PAR file opened or created already. |