xml.Serializer.getOption

Gets a global option value from the serializer engine.

Syntax

xml.Serializer.GetOption(
   str STRING )
  RETURNS STRING
  1. str defines the option flag.

Usage

This method gets an option value from the serializer engine for an option defined by str. It returns the value of the flag.

In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).