I gave that a try.  It ended badly.  Apparently opening a tape file in a 
multithreaded job is not supported.  So, trying to put a Domino compact on 
an offline server while you have it down for a brms backup can't all be 
done within a BRMS control group.  The workaround is probably to use 
single threaded job queues and leave the compacting and restarting of the 
domino server outside of job doing the brms backup.
Message ID . . . . . . :   CPF4380
Message . . . . :   Open attributes not valid in a multithreaded job.  
  
Cause . . . . . :   The open of file QSYSTAP in library QSYS device *N 
failed 
  because this job is multithreaded and one of the following attributes 
has 
  been specified.  
    - The file being opened is a type of file which is not supported in  
  multithreaded jobs.  
    - SPOOL(*NO) was specified on an Override with Printer File (OVRPRTF)  
 
  command, in the program, or on the file.  
    - A save file was opened when more than one thread exists.  
Recovery  . . . :   Correct the attributes which caused the failure and 
try 
  the request again.  
Technical description . . . . . . . . :   In a multithreaded job only 
database
  files, printer files, save files and Distributed Data Management (DDM) 
files
  of type *IP may be opened.  Printer files must be opened SPOOL(*YES). 
Save 
  files must be opened when only one thread exists.  
From program . . . . . . . . . :   Q1ACNZ 
  From library . . . . . . . . :     QBRM 
  From module  . . . . . . . . :     Q1ACNZ 
  From procedure . . . . . . . :     Q1ACNZ 
  From statement . . . . . . . :     754 
 
To program . . . . . . . . . . :   Q1AXCMD 
  To library . . . . . . . . . :     QBRM 
  To module  . . . . . . . . . :     Q1AXCMD
  To procedure . . . . . . . . :     main 
  To statement . . . . . . . . :     109 
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.