Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
EX - Exit (Editor) (m618503+ex.htm)
Terminates the Editor session and returns control to TCL. The item being edited is not updated to the disk.
EX{K}{O}
K indicates that you wish to terminate the item list.
O indicates that you wish to suppress the double check message.
If changes are made during the editing session, the following prompt is displayed:
ITEM HAS CHANGED SINCE ENTRY.
CONTINUE (Y/N)
To exit the Editor without updating the item, type Y
and press RETURN.
To cancel the EX command (retain Editor control), press RETURN
only, or type N
and press RETURN.
To exit the Editor without updating the item and to suppress this message, use the O parameter.
This message does not display if the Editor is invoked by the Proc processor.
If no changes are made during the editing session, the following message is displayed when you exit the Editor:
'item-id' exited from file 'file-name'.
If multiple items are specified in the EDIT command at TCL, any of the commands that ordinarily return control to TCL instead retain control for the Editor so that the remaining items can be edited.
To terminate a multiple item editing session before you edit the last item in the list, use the EXK command.
:ED AFILE ABC
|
Edit
item ABC in theAFILE file. Contents of item ABC. Exit Editor. Do not file ABC. Control returns to TCL. |
:ED INVENTORY
|
Edit
item 25-134 in the INVENTORY file. Exit from the item and from the item list. Control returns to TCL. |