1 87-06-15 iod_set_line
 2 
 3 Syntax:  iod_set_line Device Line {-control_args}
 4 
 5 
 6 Function:   changes  the  communications  line  associated with a
 7 device in iod_working_tables.
 8 
 9 
10 Arguments:
11 Device
12    is the name of a device  specified in a "Device:" statement in
13    iod_tables.iodt.
14 Line
15    is the name of the new  communications line to be used for the
16    device in place  of the line specified in  a "line:" statement
17    iod_tables.iodt.
18 
19 
20 Control arguments:
21 -brief, -bf
22    Suppresses the following display;
23 
24    "Line changed from OLD_CHANNEL to NEW_CHANNEL for device DEVICE."
25 
26 -directory Dir_path, -dr Dir_path
27    uses the segment iod_working_tables in the directory Dir_path.
28    If  this  control  argument  is  not  specified,  the  segment
29    >ddd>idd>iod_working_tables is used.
30 
31 
32 Access required:  rw access is required to the iod_working_tables
33 segment.