DFREVOKE (Defer Evoke) Keyword for Intersystem Communications Function Files

Use this file- or record-level keyword with the EVOKE keyword to delay an evoke request until either the send buffer is full of data or a FRCDTA keyword is received. The DFREVOKE keyword is useful only for specialized applications that must have the data sent at the same time as the EVOKE.

This keyword has no parameters.

You cannot specify DFREVOKE with the TIMER keyword.

Option indicators are valid for this keyword.

DFREVOKE (Defer Evoke) Keyword for Intersystem Communications Function Files--Example

Figure 390 shows how to specify the DFREVOKE keyword at the record level.

Figure 390. Specifying the DFREVOKE Keyword

|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A          R PGMSTART
A                                      EVOKE(&LIB/&PGMID);
A                                      DFREVOKE
A
A