Library /sys$common/syshlp/helplib.hlb  —  LBR Routines, LBR$SET_MOVE
    The LBR$SET_MOVE routine sets the record access of LBR
    subroutines to move mode.

    Format

      LBR$SET_MOVE  library_index

1  –  Returns

    OpenVMS usage:cond_value
    type:         longword (unsigned)
    access:       write only
    mechanism:    by value

    Longword condition value. Most utility routines return a
    condition value in R0. Condition values that this routine can
    return are listed under Condition Values Returned.

2  –  Argument

 library_index

    OpenVMS usage:longword_unsigned
    type:         longword (unsigned)
    access:       read only
    mechanism:    by reference
    Library control index returned by the LBR$INI_CONTROL routine.
    The library_index argument is the address of the longword that
    contains the index.

3  –  Description

    Librarian record access may be set to move mode (the default,
    set by LBR$SET_MOVE) or locate mode. The setting affects the
    operation of the LBR$GET_RECORD routine. If move mode is set,
    LBR$GET_RECORD copies the requested record to the specified user
    buffer. For details, see the description of LBR$GET_RECORD.

4  –  Condition Values Returned

    LBR$_ILLCTL        Specified library control index not valid.
    LBR$_LIBNOTOPN     Specified library not open.
Close Help