UNASSIGN <fs>.
This statement initializes the field symbol <fs>. After the statement, the field symbol references
no memory area and the logical expression <fs> IS ASSIGNED is then incorrect.
A statement CLEAR <fs> initializes not the field symbol, but the memory area that is assigned to the field symbol.