ILE RPG Programmer's Guide
For a description of the parameters, options and variables for
the CRTRPGMOD command see the corresponding description in the CRTBNDRPG
command. They correspond exactly, except that those in CRTRPGMOD refer
to modules and not to programs. (When looking at the CRTBNDRPG descriptions,
keep in mind that CRTRPGMOD does not have the following parameters:
ACTGRP, DFTACTGRP, USRPRF.)
The meaning of the STGMDL parameter for the CRTRPGMOD
command differs from the meaning for the CRTBNDRPG command.
- STGMDL
- Specifies the type of storage to be used by the module.
- *INHERIT
- The module is created with inherit storage model. An inherit
storage model module can be bound into programs and service programs
with a storage model of single-level, teraspace or inherit. The
type of storage used for automatic and static storage for single-level
and teraspace storage model programs matches the storage model of
the object. An inherit storage model object will inherit the storage
model of its caller.
- *SNGLVL
- The module is created with single-level storage model. A
single level storage model module can only be bound into programs
and service programs that use single level storage. These programs
and service programs use single-level storage for automatic and static
storage.
- *TERASPACE
- The module is created with teraspace storage model. A teraspace
storage model module can only be bound into programs and service
programs that use teraspace storage. These programs and service
programs use teraspace storage for automatic and static storage.
A description of CRTRPGMOD is also available online. Enter the
command name on a command line, press PF4 (Prompt) and then press
PF1 (Help) for any parameter you want information on.
[ Top of Page | Previous Page | Next Page | Contents |
Index ]