Previous Topic: Control Statements

Next Topic: SMF Reader Return Codes

Syntax

To help you format the control statements to appear more legible, TBESMFUT ignores the following:

To assign a single value to a keyword, use the following format:

KEWORD = VALUE

To assign more than one value to a keyword, use the following list format:

KEYWORD = ( VALUE1, VALUE2, …, VALUEn )

You can also repeat the KEYWORD = VALUEn format multiple times. You can only have one keyword per line and you cannot specify blank values.

When using the list format, you can continue multiple values onto proceeding lines. In this case, line breaks are only allowed after the “,”.