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

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

?? PUSH (LISTEXT := ON) ??

  CONST
    jmc$qro_recover_all_files = 0,
    jmc$qro_recover_no_files = 1;

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