gtpo1mgxOperations

ZVFAC FLUSH-Flush VFA

Use this command to remove a file address or record ID from virtual file access (VFA). The record is written to DASD if it was marked for delay filing.

Requirements and Restrictions

You cannot remove a program at a specified file address from VFA if that program is in use (locked in core).

Format




FA fileaddr
removes the specified file address from VFA, where fileaddr is the 8- or 16-digit hexadecimal file address.

RECid id
removes the specified record ID from VFA, where id is the 4-digit hexadecimal record ID.

Additional Information

Examples

File address 8850000F is removed from VFA in the following example.

+--------------------------------------------------------------------------------+
|User:   ZVFAC FLU FA 8850000F                                                   |
|                                                                                |
|System: VFAC0112I 22.30.30 FLUSH REQUEST COMPLETED                              |
|                           FILE ADDRESS 000000008850000F                        |
+--------------------------------------------------------------------------------+

Record ID 00FF is removed from VFA in the following example.

+--------------------------------------------------------------------------------+
|User:   ZVFAC FLUSH REC 00FF                                                    |
|                                                                                |
|System: VFAC0011I 23.30.30 FLUSH REQUEST COMPLETED FOR RECORD ID 00FF,          |
|        NUMBER RECORDS FLUSHED 293                                              |
+--------------------------------------------------------------------------------+

Related Information

See TPF Database Reference for more information about VFA and delay filing.