{
{   The purpose of this request is to change the current_byte_address of
{ a file opened with amc$record access_level and amc$byte_addressable or
{ amc$sequential file_organization. This request does nothing to change the
{ physical position of the mass storage device assigned to the file. This
{ request is provided to allow the logical position of the file to be set prior
{ to issuing an amp$get_next or amp$get_partial request. Note that the
{ amp$get_direct request performs an implicit seek_direct prior to record
{ movement.
{
{       AMP$SEEK_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 located.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:  ame$ring_validation_error,
{                   ame$conflicting_access_level,
{                   ame$position_beyond_eoi,
{                   ame$position_beyond_file_limit,
{                   ame$improper_access_attempt,
{                   ame$improper_seek_address,
{                   ame$improper_file_id,
{                   ame$file_organization_conflict,
{       IDENTIFIER: amc$access_method_id.
{
