Appends the passed record object to the end of the attached open file
If the file type is indexed and if the key value exists, an error code is generated
If the file type is sequential, the record is simply added to the end of the file regardless of the record content
Passed argument value is a Record Class Object.