{}
{    The purpose of this request is to build an object library correction
{ by comparing the old and new object libraries and generating a package by
{ which the old object library can be transformed into the new object library.
{}
{        OCP$GENERATE_METAPATCH (OLD_FILE_NAME, NEW_FILE_NAME, METATPATCH,
{          SIZE, STATUS);
{}
{ OLD_FILE_NAME: (input) This parameter specifies the local file name of
{       the old version of the object library.
{}
{ NEW_FILE_NAME: (input) This parameter specifies the loacl file name of
{       the new version of the object library.
{}
{ METAPATCH: (output) This parameter specifies a pointer to the sequence
{       containing the correction.
{}
{ SIZE: (output) This parameter specifies the size of METAPATCH in bytes.
{}
{ STATUS: (output) This parameter specifies normal or abnormal status.
{}

