Virtual Hometerm Subsystem (VHS) Manual (G06.24+, H06.04+, J06.03+)
Command Descriptions
Virtual Hometerm Subsystem (VHS) Manual—429311-002
7-18
CLEAR Command
Examples
This ASSUME command assigns a VHS process ($VHS) as the assumed object. The
subsequent INFO command gives information about the assumed object.
If entered after the ASSUME command above, ASSUME command replaces the
object-name part of the assumed object. The INFO command that follows displays
information about the new assumed process.
CLEAR Command
The CLEAR command clears the logical-file assignments made with the
ASSIGN command, parameters set with the PARAM command, and alias names
assigned with the ALIAS command.
PARAM param-name
deletes param-name. For more information, see the description of the PARAM
Command on page 7-38.
ASSIGN logical-file
deletes logical-file. For more information, see the description of the ASSIGN
Command on page 7-14.
ALIAS alias-name
deletes alias-name. For more information, see the description of the ALIAS
Command on page 7-4.
-> ASSUME PROCESS $VHS
-> INFO
Object: $VHS (Appropriate Information)
.
.
.
-> ASSUME $VHS2
-> INFO
Object: $VHS2 (Appropriate Information)
.
.
.
CLEAR { PARAM param-name }
{ ASSIGN logical-file }
{ ALIAS alias-name }
{ ALL [ PARAM | ASSIGN | ALIAS ] }