Spooler Utilities Reference Manual

Peruse
Spooler Utilities Reference Manual522295-003
3-39
NUMCOL Command
NUMCOL Command
The NUMCOL command alters the number of columns displayed when a job is listed.
number-of-columns
is the number of columns, counting from the left margin, that are to be displayed or
printed.
Considerations
When Peruse is first run, the value for NUMCOL is 0 and the width of the printing
device determines the number of columns to be printed. If NUMCOL is set to a
value other than 0, the value specified is used as the output width. An even value
is recommended. NUMCOL cannot be set to a value less than zero.
NUMCOL can be used with STARTCOL to list only a few columns of a job.
Example
In the example below, you display lines of your spooled file on your page-mode
terminal by pressing the F2 function key, which displays four lines:
Using the NUMCOL command, you can stop the display of all columns to the right of
the eighteenth column. You can redisplay the same lines by using the PAGE
command with the * parameter before pressing the same function key.
NUMCOL number-of-columns
_(Press F2 function key)
54. 000000 0 0 STRUCT buffer ;
55. 000000 0 0 BEGIN
56. 000000 0 1 INT status,
57. 000000 0 1 reserved;
_
_NUMCOL 18
_P*
_(Press the F2 function key)
54. 000000 0 0
55. 000000 0 0
56. 000000 0 1
57. 000000 0 1
_