skip to main content

EFD Directives : NAME Directive

NAME Directive
The NAME directive assigns an RDBMS column name to the field defined on the next line. This directive can be used to avoid problems created by columns with incompatible or duplicate names.
If the name is written between quotes, then the case is preserved, otherwise it’s made uppercase.
or
or
Example
In the RDBMS, the COBOL field cus-cod will map to an RDBMS field named CUSTOMERCODE.
 05 CUS-COD        PIC 9(05).

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left