Navigation:  Deposit Screens > Definitions Screen Group > Service Charges Screen > EZ4U Programming >

EZ4U Non-Command/Variable Phrases

Navigation:  Deposit Screens > Definitions Screen Group > Service Charges Screen > EZ4U Programming >

EZ4U Non-Command/Variable Phrases

Previous pageReturn to chapter overviewNext page  Print this Topic

In addition to the Command and Variable phrases available for use in EZ4U Programming, only two alphabetic phrases* can be used in the Service Charge Instructions field to set parameters for service charges: AND and THEN.

 

AND can be used to join two IF Statements.

 

THEN can follow an IF Statement and precede another statement, usually a CHARGE Statement.

 

For example, the following is a valid service charge definition written without using AND or THEN:

 

IF DAYSDIFF TODAY - OPENDT >= 180

IF LOWBAL < 500.00

CHARGE 10.00

 

However, this service charge definition can also be written  as shown below:

 

IF DAYSDIFF TODAY - OPENDT >= 180

AND IF LOWBAL < 500.00

THEN CHARGE 10.00

 

*TABLE commands can use three additional alphabetic phrases that are not used with any other Command type: PER, FREE, and FEE. These phrases are explained on the TABLE Command help page.

 

©2020 GOLDPoint Systems. All rights reserved.