9031 Edit mask representation code
Code specifying the representation of the edit mask.
- Type
- String (AN)
- Length
- Min 1 / Max 3
- Codes
| Code | Description |
|---|
| 1 | COBOL picture The associated edit mask is represented as a COBOL picture statement. |
| 2 | C printf The associated edit mask is represented as a C 'printf' format. |
| 3 | FORTRAN format The associated edit mask is represented as a FORTRAN format statement. |
| 4 | Unix(tm) regular expression The associated edit mask is represented as a Unix(tm) regular expression. |