Return Codes
0Normal return
Example
'BOTTOM'
This example scrolls to the bottom of the file.
CANCEL
 CANCEL 
CANCEL ends the current edit session without saving the changes.
Return Codes
0Normal return
210 Request failed
Example
'CANCEL'
This example quits the current editor session unconditionally, without saving any file changes.
Notes
1. CANCEL lets you exit the editor without saving changes, and without any warning messages that
changes have been made.
2. CANCEL is a synonym for QQUIT.
CASE
 CASE
(1)
MIXED RESPECT
IGNORE
UPPER RESPECT
IGNORE

Notes:
1 The default is set in the user profile.
CASE sets the case translation and interpretation preferences.
Operands
UPPER
translates lowercase characters to uppercase when entered.
MIXED
works with each character in its original form.
RESPECT
respects the case of each character while doing a search.
IGNORE
ignores the case of each character while doing a search.
Text Editor
236 CICS TS for VSE/ESA: REXX Guide