1 03/20/85 go
 2 
 3 Syntax as a command:  go {N}
 4 
 5 
 6 Function:  specifies that the driver is to search for requests to
 7 process.  If no requests are currently available, the driver asks the
 8 coordinator for a request for each "ready" device.  These requests are
 9 processed as soon as they are provided by the coordinator.  (This
10 command may not be used at request command level or immediately
11 following a quit signal.)
12 
13 
14 Arguments:
15 N
16    is the number of requests processed before the driver returns to
17    command level.  If N is not specified, the driver will continue to
18    process requests and will not return to command level until
19    requested by the operator.