IBM System 360 User Manual page 60

Operating system: time sharing option terminal
Hide thumbs Also See for System 360:
Table of Contents

Advertisement

The example in Figure 7 illustrates the use of the ALLOCATE command
for allocating the data sets required for an execution of the Assembler
F compiler..
The assembler requires eight data sets for this
compilation.
They are:
SYSLIB
SYSUTl
SYSUT2
SYSUT3
SYSPRINT
SYSPUNCH
SYSGO
SYSIN
The macro library (usually SYS1.MACLIB).
Work data set.
Work data set.
Work data set.
Output listing data set.
Your terminal is allocated
for this purpose.
Data set for a punched deck of an object module.
It
is to be produced on the standard message output
class.
(To
ch~nge
this output class to a punch
output class, see "Freeing an Allocated Data Set".)
Data set for the object module.
Input source statements to the Assembler.
It is
created with the EDIT command and defined to the
assembler with the ALLOCATE command.
r----------------------------------------------------------------------,
READY
edit input.asm new
INPUT
.source statements
EDIT
save
SAVED
end
READY
allocate dataset('sysl.maclib') file(syslib) shr
READY
allocate file(sysutl) new block (400) space(400,50)
READY
allocate file(sysut2) new block(400) space(400,50)
READY
allocate file(sysut3) new block(400) space(400,50)
READY
allocate dataset C.) file(sysprint)
READY
allocate file(syspunch) sysout
READY
allocate dataset(prog.obj) file(sysgo) new block(SO) space(200,50)
READY
allocate dataset(input.asm) fileCsysin) old
READY
______________________________________________________________________ J
Figure
7.
Allocating Data sets for the Assembler F
60
TSO Terminal User's Guide
(Release 21)

Advertisement

Table of Contents
loading

Table of Contents