FILEMODL parameter

From m204wiki
Revision as of 12:27, 23 October 2014 by DCameron (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File model enforced

Summary

Default value
X'00'
Parameter type
File
Where set
During file creation
Related products
All
Introduced
Model 204 V2.2 or earlier

Description

The model of the file

File models available are NUMERIC VALIDATION and 1NF.

Valid settings of FILEMODL are (options can be summed):

SettingMeaning
X'00'File is set to the default Model 204 settings and can be opened by Model 204 Release 9.0 and later releases.
X'01'File is a NUMERIC VALIDATION file. Fields defined as FLOAT or BINARY are subject to numeric data type validation.
X'02'File is a 1NF (First-Normal Form) file. 1NF files must also be NUMERIC VALIDATION files. Therefore, if you specify X'02', Model 204 automatically sets FILEMODL to X'03' to include the X'01' option.
X'03'File is both 1NF and NUMERIC VALIDATION. If you set FILEMODL to X'02', Model 204 automatically sets FILEMODL to X'03' to include the X'01' option.