IBM System/360 System Programmer's Manual page 65

Operating system
Hide thumbs Also See for System/360:
Table of Contents

Advertisement

The setup for making the linkage editor run is shown below.
//jobname
JOB
//stepname
EXEC
//SYSPRINT
DD
//SYSUTl
DD
//SYSLMOD
DD
//SYSLIN
DD
(parameters)
PGM=IEWL. (parameters)
SYSOUT=A
UNIT=SYSDA,SPACE=(parameters)
DSNAME=SYS1.SVCLIB,DISP=OLD
*
(object deck for OPEN)
ENTRY
NAME
OMODVOLl
OMODVOL1(R)
(object deck for EOV)
ENTRY
NAME
/*
EMODVOLl
EMODVOL1(R)
Caution:
You should not attempt to insert routines into the SVC library
when you are running in a
multi-tasking
environment.
Also,
if
your
label
editor routines (for OPEN or EOV) consist of more than one module
you must have requested space for the SVC library directory entries
for
the additional modules at the time the system was generated.
64

Advertisement

Table of Contents
loading

Table of Contents