Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SERVICE_LOAD
  BIND TYPE(*OUTBOUND)
  SET (one or more times)
  WRITE
  CLOSE
SERVICE_UNLOAD

Syntax:

Command

Keyword

Value

Developer notes

BIND

SERVICE

value

Required. Service name.

TYPE

*INBOUND

Required. Inbound binding.

*OUTBOUND

Outbound binding.

BINDTRACE

*YES

Optional. Trace the inbound bind result.

*NO

Default.

FILTER

value

Optional. Refer to FILTER for more complete information on this keyword.

Example

     BIND SERVICE(Order) TYPE(*INBOUND) BINDTRACE(*YES)