{ Defines the recovery options for output files.  The options are:
{  0 - Recover all output files (the default).
{  1 - Don't recover any output files.

  VAR
    jmv$output_file_recovery_option: [XREF, oss$mainframe_pageable] ost$byte;

?? PUSH (LISTEXT := ON) ??
  CONST
    jmc$ofro_recover_all_files = 0,
    jmc$ofro_recover_no_files = 1;

*copyc oss$mainframe_pageable
*copyc ost$byte
?? POP ??
