VMS Help  —  DCX Routines, DCX$ANALYZE_DONE
    The DCX$ANALYZE_DONE routine deletes the context area and
    sets the context variable to zero, undoing the work of the
    DCX$ANALYZE_INIT routine.

    Call DCX$ANALYZE_DONE after data records have been analyzed and
    the DCX$MAKE_MAP routine has created the map.

    Format

      DCX$ANALYZE_DONE  context

1  –  Returns

    OpenVMS usage:cond_value
    type:         longword
    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

 context

    OpenVMS usage:context
    type:         longword
    access:       modify
    mechanism:    by reference
    Value identifying the data stream that DCX$ANALYZE_DONE deletes.
    The context argument is the address of a longword containing this
    value. DCX$ANALYZE_INIT initializes this value; you should not
    modify it. You can define multiple context arguments to identify
    multiple data streams that are processed simultaneously.

3  –  Condition Values Returned

    DCX$_INVCTX        Error. The context variable is invalid, or the
                       context area is invalid or corrupted. This may
                       be caused by a failure to call the appropriate
                       routine to initialize the context variable or
                       by an application program error.
    DCX$_NORMAL        Normal successful completion.

    This routine also returns any condition values returned by
    LIB$FREE_VM.
Close Help