{   The purpose of this procedure is to force the image of a modified catalog
{ to mass storage.  Ordinarily, catalog flushing is performed automatically by
{ the system after each catalog modification (object creation, change or
{ deletion).  However, if catalog flushing is turned off by calling
{ FSP$CHANGE_CATALOG_FLUSH_OPTION, this request is recommended to ensure a
{ consistent catalog image is recorded on mass storage.
{
{       FSP$FLUSH_CATALOG (CATALOG_OBJECT, STATUS)
{
{ CATALOG_OBJECT: (input)  This parameter specifies the identity of an object
{       whose parental catalog is to be force written to mass storage.  An
{       object may be a subcatalog, file, or cycle.  The caller must have
{       CONTROL, CYCLE, or WRITE permission to the object identified in the
{       reference.  The intent is that you identify an object that you just
{       created or modified.  For example, if you turned off catalog flushing
{       prior to creating several files in a catalog, you may specify the name
{       of any of the files you created.
{
{ STATUS: (output) This parameter specifies the request status.
{
