QUIT CLPPlus command
The QUIT CLPPlus command ends the CLPPlus session and returns control to the operating system. This command is synonymous with the EXIT command.
Invocation
You must run this command from the CLPPlus interface.
Authorization
None
Required connection
None
Command syntax
Command parameters
-
SUCCESS
- Returns an operating system-dependant return code indicating success.
-
FAILURE
- Returns an operating system-dependant return code indicating failure.
-
WARNING
- Returns an operating system-dependant return code indicating a warning.
-
value
- Specifies a variable created by the DEFINE command whose value is returned as the return code.
-
sub-variable
- Specifies a substitution variable that can be used to return information.
-
COMMIT
- Specifies that uncommitted updates are committed when the CLPPlus session ends. ROLLBACK
- Specifies that uncommitted updates are rolled back when the CLPPlus session ends.