Previous Topic: Parameter Format

Next Topic: Guidelines


Syntax

The syntax for assignment statements is as follows:

PARAMETER_NAME=value

Example

In the following example, the parameter EXPIRATION_TIME is set to a value of 6000 seconds.

EXPIRATION_TIME=6000

This controls the maximum time in seconds that a transaction is held in the transfer queue after execution.