unnumber command

Use the unnumber command to remove sequence numbers from a file. unnumber is valid only when number mode is in effect.

Syntax

  unnumber
  unnum

Status

The status parameter is not affected by this command.

Examples

To remove sequence numbers in columns 1-6 in a COBOL file, you can issue the following commands:
NUM COB
UNNUM
You can issue the following commands to remove sequence numbers in columns 73-80:
NUM ON
UNNUM