{    The purpose of this request is to write all output files with an
{ output_destination_usage of OFFLINE that are destined for the specified
{ device to the specified tape file.
{
{       JMP$COMBINE_OFFLINE_OUTPUT (TAPE_FILE_PATH, DEVICE_NAME,
{             NUMBER_OF_FILES_TO_COMBINE, COMBINED_FILE_COUNT,
{             COMBINED_FILE_LIST, ERROR_FILE_COUNT, ERROR_FILE_LIST, STATUS);
{
{ TAPE_FILE_PATH: (input)  This is the file path of the tape file.  This must
{       be a magnetic tape device.
{
{ DEVICE_NAME: (input)  This is the name of the output device.  This value is
{       selected by the site.
{
{ NUMBER_OF_FILES_TO_COMBINE: (input)  This is the number of output files to
{       combine to the tape file.  If jmc$maximum_output_files is specified,
{       then all output files for the specified device_name will be written to
{       the tape file.
{
{ COMBINED_FILE_COUNT: (output)  The number of output descriptors (files) in
{       the combined_file_list.
{
{ COMBINED_FILE_LIST: (output)  An array of output descriptors (files) that
{       describes the files that were written to the tape file.
{
{ ERROR_FILE_COUNT: (output)  The number of output descriptors (files) in the
{       error_file_list.
{
{ ERROR_FILE_LIST: (output)  An array of output descriptors (files) that
{       describes the files that could not be written to the tape file.
{
{ STATUS: (output)  The status of the request.
{      CONDITION:
{            ofe$sou_not_active
