EasyManuals Logo

IBM System/360 User Manual

IBM System/360
118 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #60 background imageLoading...
Page #60 background image
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)

Table of Contents

Other manuals for IBM System/360

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the IBM System/360 and is the answer not in the manual?

IBM System/360 Specifications

General IconGeneral
BrandIBM
ModelSystem/360
CategoryDesktop
LanguageEnglish

Related product manuals