Not all PIC chips have the ability to read and write to their own Flash memory.

The 16F628A is one that cannot.

You can use PEEKCODE/POKECODE or LOOKUP2.
Or there's EEPROM (READ/WRITE/DATA).