Installation [ RJE User/Programmer Reference Manual ] MPE/iX 5.0 Documentation
RJE User/Programmer Reference Manual
Installation
If the SL file does not previously exist, you need to build it with the
segmenter. The following statements will build an SL file in the user's
group:
:SEGMENTER
-BUILDSL SL, number of records, number of extents
-E
The following is an example of a job which will compile a user procedure
and install it into the SL of the user's group.
!job addsl, user/password.account
!spl user procedure file, usl filename
!segmenter
SL SL
USL USL file name
AddSL name of segment containing user-written
procedure
E
!EOJ
MPE/iX 5.0 Documentation