This Natural profile parameter identifies the default number of the
database file in which the Natural system files (FNAT
,
FUSER
, FDIC
, FSEC
, FSPOOL
,
FPROF
, FREG
) are located.
Possible settings | 1 - 65535 |
Default file number. |
---|---|---|
Default setting | none | |
Dynamic specification | yes | |
Specification within session | yes |
Notes:
file-number
subparameter of the
profile parameters FNAT
,
FUSER
,
FDIC
,
FSEC
,
FSPOOL
,
FPROF
and
FREG
.
Example 1:
FNR=5,DBID=10,FUSER=(,8)
This example assigns the user-program system file to File 8 on Database 10. All other system files are assigned to File 5 on Database 10.
Example 2:
FUSER=(,8),FNR=5,DBID=10
This example assigns all system files to File 5 on Database 10.