This Natural profile parameter defines the database ID, file number,
password, cipher key and read-only flag for the Natural user-program system file
(FUSER
).
Possible settings | See FUSER Parameter Syntax. | ||
---|---|---|---|
Default setting | none | ||
Dynamic specification | yes | ||
Specification within session | no |
Notes:
FUSER
) is the
database file from which all user-written Natural programs are
retrieved.
The FUSER
parameter syntax is as follows:
FUSER=(database-ID,file-number,password,cipher-key,RO) |
Where:
Syntax Element | Value | Explanation |
---|---|---|
database-ID |
1- 65535 ,
except 255
|
Database identification of the database in
which the Natural user-program system file is located.
Note: |
file-number |
1-65535
|
File number of the database file in which the Natural user-program system file is located. |
password |
1 to 8 characters | Password for the Natural user-program
system file.
Notes:
|
cipher-key |
8 numeric characters | Cipher key for the Natural user-program
system file.
Note: |
RO |
- | Read-only option.
Notes:
|
Note:
If any subparameter of the FUSER
setting is not specified, the corresponding setting of the parameter
DBID
,
FNR
,
SYSPSW
,
SYSCIP
or
ROSY
applies for
the Natural user-program system file.
FUSER=(,8) FUSER=(22,5,PASSW2)