AIPS NRAO AIPS HELP file for MOVE in 31DEC09



As of Sun Nov 22 17:19:08 2009


MOVE: Task to copy or move data from one user to another

INPUTS

INNAME                             Input name(name).
INCLASS                            Input name(class).
INSEQ           0.0      9999.0    Input name(seq. #). 0=>high
INDISK                             Input disk drive #. 0=>any
USERID          1.0     46655.0    Output User ID.
OUTNAME                            Output name(name).
OUTCLASS                           Output name(class).
OUTSEQ         -1.0      9999.0    Output name(seq. #).
                                     0 => highest unique
                                    -1 => use INSEQ
OUTDISK                            Output image disk drive #
                                     0 => highest with room
                                     IGNORED on 'MOVE'
OPCODE                             'MOVE' move to other user
                                      deleting login user's copy
                                   else copy to other user

HELP SECTION

MOVE
Type: Task
Use:  MOVE will copy an image or uv data set from the login user
      number to another user number.  The data can be renamed to
      that other user via file renaming (OUTDISK is ignored) or
      it can be copied.  In the former case, the data files
      disappear from the catalog of the login user.
Adverbs:
  INNAME......Input name of image(name).     Standard defaults.
  INCLASS.....Input name of image(class).    Standard defaults.
  INSEQ.......Input name of image(seq. #).   0 => highest.
  INDISK......Disk drive # of image.         0 => any.
  USERID......User ID of NEW owner of image or uv data set.
              No default.
  OUTNAME.....Output name of image(name).    ' ' => INNAME
  OUTCLASS....Output name of image(class).   ' ' => INCLASS
  OUTSEQ......Output name of image(seq. #).  < 0 => INSEQ
                 0 => highest current + 1
  OUTDISK.....Disk drive # of Output image.  0 => highest with
              space.  Ignored when OPCODE = 'MOVE'.
  OPCODE......'MOVE' => rename the files on the current disk to
              the new user, deleting from current user.  Since a
              rename is used OUTDISK must be forced to INDISK.
              Anything else => copy the files.

EXPLAIN SECTION


AIPS