home PDP-10 TOPS-20 Commands Reference Manual Top: Chapter 2 Command description
Cancels the kept status of a fork.
UNKEEP (FORK) fork
where:
fork is one of the following: | Fork name Fork number Default - the current fork |
An unkept fork is a fork that is cleared from memory when another program is loaded or when the RESET command is given. Forks are normally unkept unless kept with the KEEP or SET PROGRAM KEEP commands.
The UNKEEP command simultaneously cancels the kept status of a superior fork and its inferior forks.
The UNKEEP command is one of the TOPS-20 multiforking-class commands. For more information about multiforking, see the section named Running Multiple Programs in the TOPS-20 User's Guide.
The UNKEEP command does not immediately affect memory. It does, however, allow a fork in memory to be cleared when another program is loaded or the RESET command is given.
INFORMATION FORK-STATUS | for displaying the fork status |
KEEP | for changing an unkept fork to a kept fork |
RESET | for clearing forks from memory |
CONTINUE, FORK, FREEZE, KEEP, INFORMATION FORK-STATUS, SET NAME, and SET PROGRAM | other multiforking-related commands |
@INFORMATION FORK-STATUS => EDIT (1): Kept, HALT at 6254, 0:00:00.6 FILCOM (2): Kept, ^C from IO wait at 700272, 0:00:00.2 @UNKEEP @INFORMATION FORK-STATUS => EDIT (1): HALT at 6254, 0:00:00.6 FILCOM (2): Kept, ^C from IO wait at 700272, 0:00:00.2
@INFORMATION FORK-STATUS => EDIT (1): HALT at 6254, 0:00:00.6 FILCOM (2): Kept, ^C from IO wait at 700272, 0:00:00.2 @UNKEEP FILCOM @INFORMATION FORK-STATUS => EDIT (1): HALT at 6254, 0:00:00.6 FILCOM (2): ^C from IO wait at 700272, 0:00:00.2