RCVTKCMT (Receive Take Commit Response Indicator) keyword for ICF files

Use this file- or record-level keyword to indicate if a take_commit request has been received.

The format of the keyword is:
RCVTKCMT(response-indicator {'text'})

The response indicator parameter is a required.

The optional text is included on the computer printout created at program compilation time to explain the intended use of the indicator. This text has no function in the file or the program other than as a comment. The single quotation marks are required. If you specify more than 50 characters between the single quotation marks, the text is truncated to 50 characters on the program computer printout.

The TIMER keyword is not allowed with the RCVTKCMT keyword.

Option indicators are not valid for this keyword.

Example

The following example shows how to specify the RCVTKCMT keyword.

|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
     A
     A                                      RCVTKCMT(67 'Take Commit')
     A          R REC1
     A

The example shows that indicator 67 is set on if a take_commit request has been received.