1
0
mirror of https://github.com/PDP-10/stacken.git synced 2026-03-01 01:19:17 +00:00
Files
Lars Brinkhoff 6e18f5ebef Extract files from tape images.
Some tapes could not be extracted.
2021-01-29 10:47:33 +01:00

41 lines
847 B
Plaintext

*SHOW
The SHOW command takes two forms: SHOW ALLOCATION and SHOW QUEUES.
SHOW ALLOCATION prints a list of the resources that are allocated and
that are owned by your job. The command has no arguments or switches
SHOW QUEUES prints a list of the requests in the system queues. Use
the following format for SHOW QUEUES:
SHOW QUEUES argument/switches
The valid arguments are:
ALL-REQUESTS
BATCH-REQUESTS
CARD-PUNCH-REQUESTS
MOUNT-REQUESTS
OUTPUT-REQUESTS
PAPER-TAPE-REQUESTS
PLOTTER-REQUESTS
PRINTER-REQUESTS
The valid switches are:
/ALL
To display the queue requests from all users.
/BRIEF
To display a short, unformatted list.
/FULL
To display complete descriptions of the requests.
/HELP
Prints a description of the SHOW commands.
/USER:[ppn]
To display the requests from the specified PPN.