{
{ The purpose of this request is to make all of the updates of a parcel
{ permanent.  An AMP$BEGIN_FILE_PARCEL call must have been previously
{ performed for this file identifier.  The updates that are included in the
{ parcel are those that have been performed since the AMP$BEGIN_FILE_PARCEL
{ call that initiated the parcel.
{
{ When the commit is performed successfully, file position, key selection
{ and nested file selection remain unchanged.
{
{
{       AMP$COMMIT_FILE_PARCEL (FILE_IDENTIFIER, COMMIT_PHASE, STATUS)
{
{ FILE_IDENTIFIER: (input) This parameter specifies the file access
{       identifier established when the file was opened.
{
{ COMMIT_PHASE: (input) One of the following values.
{       amc$simple_commit:
{             This is the value that must be used for a single file parcel.
{       amc$tentative_commit:
{       amc$permanent_commit:
{             These values may be used in conjunction with general parcels.
{             The general parcel capability is to be available at 1.5.1.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:  aae$parcel_not_found,
{                   aae$simple_commit_needed,
{                   aae$parcel_must_be_aborted.
{       IDENTIFIER: amc$access_method_id.
{
