{
{   The purpose of this request is to delete the record identified by a
{ specified byte address.  The request is only valid for byte addressable
{ mass storage files with record_type of amc$variable.
{   The record is logically deleted. The space that the deleted}
{ record occupied remains a part of the file but is ignored.}
{
{       AMP$DELETE_DIRECT (FILE_IDENTIFIER, BYTE_ADDRESS, STATUS)
{
{ FILE_IDENTIFIER: (input) This parameter specifies the file access
{       identifier established when the file was opened.
{
{ BYTE_ADDRESS: (input) This parameter specifies the file byte address
{       of the record to be deleted.
{
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:  ame$ring_validation_error,
{       IDENTIFIER: amc$access_method_id.

