IBM 1130 User Manual page 477

Computing system
Hide thumbs Also See for 1130:
Table of Contents

Advertisement

Section
Subsections
Page
60
20
I
20
01
How Can I Make More Space Available?
Using Figure 60.2 as your guide, take a look at
each of the five logical areas, with an eye toward
removing items you don't need:
Cylinder 0
Since Cylinder 0 is always present and necessary on
every disk cartridge, there is nothing you can do to
reduce its size.
IBM Systems Area
Every system disk cartridge, after initial loading
with the Monitor, contains the Assembler and
FORTRAN compiler, two programs of substantial
size. The Assembler occupies 32 sectors; the
FORTRAN compiler occupies 88 sectors.
If
you rarely compile programs written in Assem-
bler Language, you will probably want to delete the
Assembler from all disk cartridges except the one
used for odd jobs.
Most 1130 users program in FORTRAN, but it is
still possible to eliminate this compiler from some
disk cartridges. Suppose you have a large inventory
file that requires all the room you can get. Why
keep the FORTRAN compiler on that disk?
During the test phase, when you are compiling
many FORTRAN programs, you certainly need the
compiler; once the programs have been debugged,
however, you can eliminate it and increase the size
of your file by 88 sectors.
If
it becomes necessary
to change a program on a particular disk, you can
recompile the new version using a disk that does
contain the compiler, dump the new program on
cards with the DUP, remove the FORTRAN disk,
replace it with the inventory (no FORTRAN) disk,
and load the new card program with DUP. Because
this takes a few minutes, you will probably not want
to eliminate the FORTRAN compiler from any disk
unless the space is needed.
To delete these two programs from a disk, you
must use the DUP *DEFINE function, as shown
below
12 3 4 5 6 7 89 10 II 1213 1415 1617 1819 2021 2223 2425 12E27 2829 3031
3233
3435
~37
3839
4(~1 ~2
3
~~
II
JOB
III!
I/)Ut.
~~
Er
I/oiE
vo
I/J
~,).:>
/jL E~
and/or
12 3 4 5 6 7 8 910 1112 1314 1516 1718 1920 2122 2324 52627 2829 3031
3233
3435 3637 3839
140~1
2~3~45
11/
JOIR
VI
loultl
~/)
ElF
/ VJiE
va
jirJ
~k? ~T
~~~
I
L
I '
I . .
L

Advertisement

Table of Contents
loading

Table of Contents