Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

MTS_$LABEL                        Domain/OS                         MTS_$LABEL


NAME
     mts_$label - label a magtape

SYNOPSIS (C)
     #include <apollo/base.h>
     #include <apollo/mts.h>

     void mts_$label(
          char *path_name,
          unsigned short &path_length,
          status_$t *status)

SYNOPSIS (Pascal)
     %include '/sys/ins/base.ins.pas';
     %include '/sys/ins/mts.ins.pas';

     procedure mts_$label(
          in path_name: univ name_$long_pname_t;
          in path_length: integer;
          out status: status_$t);

SYNOPSIS (FORTRAN)
     %include '/sys/ins/base.ins.ftn'
     %include '/sys/ins/mts.ins.ftn'

           integer*4 status
           integer*2 path_length
           character path_name*1023

           call mts_$label(path_name, path_length, status)

DESCRIPTION
     Mts_$label labels the magtape described by the descriptor file at
     path_name according to ANSI x3.27-1978 with the information stored in the
     descriptor file.

     path_name
          The pathname of a closed magtape descriptor file.

     path_length
          The number of bytes in path_name.

     status
          The completion status.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026