{}
{     The purpose of this request is to copy from the current file position
{ to the next end-of-partition marker or end-of-information.  Special
{ handling must be done during the first copy to the output file and when
{ copying from the first record of the input file.  This information is
{ supplied to copy_partition through the two booleans described below.
{     If errors are found the file positions are to be considered undefined.
{}
{        RAP$COPY_PARTITION (INPUT_FID, OUTPUT_FID, FILE_POSITION,
{                            STARTING_INPUT_RECORD, STARTING_OUTPUT_RECORD, STATUS)
{}
{INPUT_FID: (input) This parameter specifies the id of the input file.
{}
{OUTPUT_FID: (input) This parameter specifies the id of the output file.
{}
{FILE_POSITION: (input,output) This parameter specifies the file position
{        of the input file.
{}
{STARTING_INPUT_RECORD: (input) This parameter specifies if the input file
{        is opened to the first record for this call to copy_partition.
{}
{STARTING_OUTPUT_RECORD: (input) This parameter specifies whether this will
{        be the first record written to the output file.
{}
{STATUS: (output) This parameter specifies any resulting errors.
{}
