CDO$HELP.HLB  —  CDO Commands, CLOSE_FILE_ELEMENT
    Format

      CLOSE  FILE_ELEMENT  type-name  element-name

1  –  Parameters

1.1  –  type-name

    Specifies the type (MCS_BINARY or MCS_BINARY subtype) of the
    file element you are closing. See the Oracle CDD/Repository
    Information Model Volume I for more information on these types.

1.2  –  element-name

    Specifies the file element you are closing. You can substitute an
    asterisk (*)  wildcard character for this parameter.

2  –  Description

    The CLOSE FILE_ELEMENT command closes an internal file that you
    have previously opened. See the OPEN FILE_ELEMENT command for
    more information on opening a file.

    Since a file element is a versioned element, CLOSE FILE_ELEMENT
    closes the highest visible version unless you specify another
    version number.

3  –  Examples

  CDO>  CLOSE FILE_ELEMENT MCS_BINARY
  cont>   PARSER_TABLES

      In this example, CDO closes the binary file named PARSER_
      TABLES.
Close Help