1 :Info: read_tsoapl_tape: rtt:  1980-03-06  read_tsoapl_tape, rtt
 2 
 3 Syntax as a command:  rtt tapename {filenames} {-control_arg}
 4 
 5 
 6 Function: reads an IBM APL SELDUMP (or DUMP) tape, containing saved APL
 7 workspaces, into segments in the working directory.  The segments are
 8 given the name of the saved workspace, with the suffix "libN.sv.tsoapl"
 9 added, where N is the library number of the workspace.
10 
11 
12 Arguments:
13 tapename
14    is the slot number of the tape
15 
16 filenames
17    are optional names of workspaces on the tape to be read.
18    The default is to read in all workspaces.
19 
20 
21 Control arguments:
22 -attach_description XX, -atd XX
23    Use XX as the attach description.  The default attach description is
24    "tape_nstd_ tapename -bk 10000".
25 
26 -density XX, -den XX
27    Use XX as the density setting. XX must be 200, 556, 800, or 1600.
28    The default is 1600.
29 
30 -list, -ls
31    List the names of the workspaces only. The default is to list
32    and read the workspaces.
33 
34 
35 Notes: The user must have rw permission on the segment
36 >sc1>rcp>workspace.acs, in order to get larger than normal tape
37 buffers (tapes created by IBM APL have 10,000 byte records, which is
38 larger than the default buffer size).
39 
40 Since Multics permits only ASCII characters in segment names, any
41 delta characters in the workspace name are translated to "d", and any
42 underlined delta characters are translated to "D".
43 
44 
45 :hcom:
46 
47 
48 
49 /****^  HISTORY COMMENTS:
50   1) change(2020-05-19,GDixon), approve(2021-02-22,MCR10088),
51      audit(2021-05-27,Swenson), install(2021-05-27,MR12.6g-0056):
52      Correct order of section titles.
53                                                    END HISTORY COMMENTS */
54 
55 
56