skip to main content

ELK Directives : DECORATION Directive

DECORATION Directive
The DECORATION directive specifies if field names should be decorated or not. By default the decoration is applied, so the Web Service field names will consist in the COBOL field names followed by either “_in” or “_out”. If you wish the Web Service field names to match the COBOL field name, use DECORATION=NONE. This directive affects the whole Linkage Section.
or
or
Example
The fields generated from the following Linkage Section will not be decorated:
       Linkage Section.
       01 params.
          03 p1 pic x(10).
          03 p2 pic x(10).

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