SYNLVL (Synchronization Level) Keyword for Intersystem Communications Function Files

This file- and record-level keyword indicates the level of synchronization your program requires. The SYNLVL keyword is valid only when the EVOKE keyword is in effect.

The format of the keyword is:

SYNLVL[(*NONE | *CONFIRM | *COMMIT)]

Specify *NONE when neither your program nor the remote program will use the CONFIRM keyword. Specify *CONFIRM if either your program or the remote program will use the CONFIRM keyword.

Specify *COMMIT to indicate that the local program may use the local system's commitment control support using the PRPCMT keyword or the commit and rollback operations. The CONFIRM keyword is allowed for the *COMMIT level conversations.

If the SYNLVL(*NONE) keyword is specified when the program is evoked, the CONFIRM keyword cannot be specified.

An EVOKE keyword must apply for any record for which this keyword applies.

You cannot specify SYNLVL with the TIMER keyword.

Option indicators are valid for this keyword and are required if this keyword is specified on more than one record format in the file.