|
|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 6912 (0x1b00)
Types: TextFile
Names: »transman«
└─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ.
└─⟦4334b4c0b⟧
└─⟦this⟧ »transman«
\f
H.C.Ørsted Institute
Computer Department
Universitets parken 5
DK-2100 København Ø
File transport system between RC4000/RC8000
Viggo Kørst
80/4
januar 1980
\f
File transport system between RC4000/8000:
------------------------------------------
With these programs it is possible in an easy way to move files
from RC4000 to RC8000 and the opposite way using magnetic tapes.
The system consist of 4 programs:
load4000
load8000
trans4000
trans8000
load4000 and trans4000 are found on the RC8000 computer and the
other two on the RC4000.
To use this system you have to do following:
-------------------------------------------------------
Mount a magnetic tape and give this tape a name. Create a
filedescriptor which points at file 0 and block 0.
Then call the program trans4000/8000 with the name of the filedesc-
riptor as output parameter and the files you want to move as input
parameters. The files will then be moved onto the tape which then
may be mounted on the other computer RC8000/4000. The files on the
tape can now be loaded with the program load4000/8000.
Example:
---------
This example shows how to move the file "beregning" from RC4000 to
the RC8000: A tape is mountet and a filedescriptor is created by
the following command :
mts = set mto mts 0 0
mts=trans8000 beregning
This command will then move the file to the tape. On the RC8000
and load this file coan be loaded with the commands
mts=set nrz mtso 0 0
load4000 tape.mts beregning scope.user.
The tape must be called mtso.
\f
1978-10-30
Viggo Kørst
algol program load8000
"load8000" is the program which takes the files from a tape
created on the RC8000 and loads them on the RC4000.
call:
load8000 <tapename> <listspec.> <keyspec.>
<allspec.> <filelist>
<listspec.>::=list.<boolean>/<empty>
<keyspec.>::=key.<integer>/<empty>
<allspec.>::=all.<boolean>/<empty>
<filelist>::=<filelist><filename>/<filename>
/<empty>
<boolean>::=yes/no
tapename is the name of the filediscriptor descibing
the tape.
list.yes specifies listing the names loaded.
key.<integer> specifies the catalog key under which the
files are permanented.If no specification is
made the files will not be permanented.
all.yes specifies that all files on the tape are
loaded.
filelist The names of the files to be loaded.
ALGOL programmed program
Maintenance level: user
\f
1978-10-30
Viggo Kørst
algol program trans8000
"trans8000" creates a tape with some files from the RC4000.
call:
<tapename>=trans8000 <listspec.> <filelist>
<listspec.>::=list.<boolean>
<boolean>::=yes/no
<filelist>::=<filelist><filename>/<filename>
list.yes specifies listing of the names of the files.
filelist is the names of the files to be moved an
tapename existing filedesriptor specifying a magnetic
tape with odd parity.
ALGOL programmed program
maintenance level : user
\f
1978-10-30
Viggo Kørst
algol program load4000
"load4000" is the program which takes the files from a tape
created on the RC4000 and loads them on the RC8000.
call:
load4000 tape.<tapename> <listspec.>
<scopespec> <kitspec.> <allspec.> <filelist>
<listspec.>::=list.<boolean>/<empty>
<scopespec.>::=scope.<scope>/<empty>
<scope>::= login/temp/user/project
<allspec.>::=all.<boolean>/<empty>
<filelist>::=<filelist><filename>/<filename>
/<empty>
<boolean>::=yes/no
<kitspec>::= kit.<docname>/<empty> is the na-
tapename me of the tape.
list.yes specifies listing of the names of
scope.<scope> specifies the scope under which the files
are loaded.If no specification is made the
files will be loaded as scope temp.
all.yes specifies that all files on the tape are
loaded. If this is not specified then it is
nessecarry to name those files that is to be
loaded.
kit.<docname> specifies the docname unde which the files
schould be loaded. If the kit specification
is empty a disc is used.
\f
ALGOL programmed program
Maintenance level: user
\f
1978-10-30
Viggo Kørst
algol program trans4000
"trans4000" creates a tape with some files from RC8000.
call:
<tapename>=trans4000 <listspec.> <filelist>
<listspec.>::=list.<boolean>
<boolean>::=yes/no
<filelist>::=<filelist><filename>/<filename>
list.yes specifies listing of the names of the files.
filelist is the names of the files to be moved
ALGOL programmed program
maintenance level : user
\f
▶EOF◀