This documentdescribes the profile parameters which must be defined in
the Natural parameter module NATPARM
.
For further information on Natural profile parameters and parameter macros, see the Natural Parameter Reference and the Natural Operations documentation.
To define the logical printers for which reports can be generated, the
NTPRINT
macro in the Natural parameter module has to be
used.
Example:
NTPRINT (1,3,6-11,15),AM=NAF
The corresponding profile parameter PRINT
can
also be used to specify the same options dynamically when starting a
session.
The FSPOOL
parameter setting determines the
database identification (DBID), file number (FNR), password, and cipher key of
the spool file for the Natural session.
The FSPOOL
parameter has the following
syntax:
FSPOOL=(nnnnn,fffff,password,cipher-key)
Operand | Description |
---|---|
nnnnn |
The database ID of the spool file. |
fffff |
The file number of the spool file. |
password |
The password required if the spool file has been password-protected using the Adabas security feature. |
cipher-key |
The cipher key required if the spool file has been ciphered using the Adabas security feature. |
The NAFUPF
parameter is used to specify the name
of the user profile (1 to 8 characters) to be used when creating reports. The
user profile can only be defined by using Function 31.1.
Example:
NAFUPF=SAG00001
The NAFSIZE
parameter setting determines the
size of work buffer used by Natural Advanced Facilities.
NAFSIZE=0
is the default and prevents the initialization
of Natural Advanced Facilities.
NAFSIZE=1
is sufficient for operation. Greater values do
not improve operation.
Set NAFSIZE
to 1
in all
environments in which Natural Advanced Facilities can be used.