gtps1m2mSystem Macros

FLFAC-Flush a Record from VFA Buffers

Use this system macro to flush a record from the virtual file access (VFA) buffers. The next request for this record will force a read from file.

Required Authorizations
Key0 Restricted System Common Storage

X

Format




label
A symbolic name can be assigned to the macro statement.

FILE
Specify one of the following:

YES
Requests the flushed record be filed out to DASD if the record is delayed pending a file. YES option is assumed when the FILE parameter is omitted.

NO
Indicates the record should not be filed out to DASD, even if it is delayed file pending.

ONLY
The flushed record is filed out to DASD only if it is delayed file pending. If it is not delayed file pending, no change is to be made to the record's VFA residence (and it is available in VFA).

REG=R14|Rx
A general register, one of R0 through R7 or R14 through R15, containing the address of a parameter list consisting of:

When the REG parameter is omitted, R14 is assumed.

Entry Requirements

Return Conditions

Programming Considerations

Examples

None.