RDMLX Reserved Keywords

LANSA Integrator

RDMLX Reserved Keywords

The following keywords are reserved:

SERVICE_CONTENT

SERVICE_EXCHANGE

TRIM

TRUNCATE

The SERVICE_CONTENT keyword is used on the SERVICE_LOAD command to trigger the exchange of content from the LANSA function to the service being loaded. The only value supported by this keyword is *HTTP.

The LANSA BIF performs a scan on the SERVICE_LOAD command string and searches for the following pattern:

SERVICE_CONTENT(*HTTP)

The keyword and its value must be identical to the example above, entirely in uppercase and without imbedded spaces.

The SERVICE_EXCHANGE keyword is used to trigger the exchange between the LANSA function field values and the currently loaded JSM service. The only values supported by this keyword is *FIELD or *FIELDS. The *FIELDS value will include BLOB and CLOB fields into the list of exchanged fields.

The LANSA BIF performs a scan on the command string and searches for the following pattern:

SERVICE_EXCHANGE(*FIELD)

SERVICE_EXCHANGE(*FIELDS)

The keyword and its value must be identical to the example above and without imbedded spaces.