Clears the specified file buffer.
F-CLEAR file-buffer
F-C file-buffer
file-buffer is the number (1 to 9) of the file buffer to be cleared.
This command is equivalent to using the MV file-buffer.0 ",_ command
001 PQN
002 F-C 1
003 MV &1.0 "Key", "Field 1"
Clear file buffer 1. Set the record key to "Key" and the first field to "Field 1". Functionally equivalent to MV &1.0 "Key", " Field1",_. (Note the use of the underscore character as the last character of the command.)
JCL