{
{   The purpose of this request is to replace the record identified by the
{ file byte address with the content of a record in a users working
{ storage area.  The new record must be the same size as the
{ original record.  If the record type is fixed length (F), then
{ padding will be performed if necessary.  The file byte address of the
{ record is not changed as a result of this request.  The request is
{ only valid for byte addressable files.
{
{       AMP$REPLACE_DIRECT (FILE_IDENTIFIER, WORKING_STORAGE_AREA,
{         WORKING_STORAGE_LENGTH, BYTE_ADDRESS, STATUS)
{
{ FILE_IDENTIFIER: (input) This parameter specifies the file access
{       identifier established when the file was opened.
{
{ WORKING_STORAGE_AREA: (input) This parameter specifies the address of the}
{       record which is to replace an existing record of the file.}
{}
{ WORKING_STORAGE_AREA: (input) This parameter specifies the length of the}
{       record to be output.}
{
{ BYTE_ADDRESS: (input) This parameter specifies the file byte
{       address of the record to be replaced.
{
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:  ame$ring_validation_error,
{       IDENTIFIER: amc$access_method_id.
{

