skip to main content

ELK Directives : TYPE Directive

TYPE Directive
The TYPE directive allows to specify the data type of the service field. By default all parameters are strings. If the directive is used along with the INPUT or OUTPUT directives, it controls the type of the input or output parameter respectively.
or
or
Valid type values are:
Example
Assuming that decoration is not disabled, the Web Service input will include the following parameters: p1_in(long), p2_in(long), p3_in(string). The Web Service output will include the following parameters: p1_out(long), p2_out(string), p3_out(long):
       Linkage Section.
       01 params.
          03 p1 pic 9(5).
          03 p2 pic 9(5).
          03 p3 pic 9(5).
The following snippet includes an equivalent syntax:
       Linkage Section.
       01 params.
          03 p1 pic 9(5).
          03 p2 pic 9(5).
          03 p3 pic 9(5).

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