{       FSP$CHANGE_CYCLE_DAMAGE
{
{   The purpose of this procedure is to change the damage symptoms for an
{ existing file cycle.
{
{   Any change to or from a set which does not contain one of the following
{ damage symptoms, (fsc$catalog_path_missing, fsc$file_label_damaged,
{ fsc$media_missing, fsc$respf_modification_mismatch), is allowed, including
{ the NULL set.  The requestor must have control permission to the file.
{
{       FSP$CHANGE_CYCLE_DAMAGE (FILE, PASSWORD, NEW_DAMAGE_SYMPTOMS, STATUS)
{
{ FILE: (input) This parameter specifies the name of the file cycle whose
{       damage symptoms are to be modified.  The cycle reference must be
{       capable of being resolved to an existing cycle or an abnormal status
{       will be returned; therefore, this parameter may not specify a $NEXT
{       cycle reference.
{
{ PASSWORD: (input) This parameter specifies the password of the file.  If the
{       file is not password protected, then osc$null_name must be specified.
{
{ NEW_DAMAGE_SYMPTOMS: (input) This parameter specifies the new damage
{       symptoms for the file cycle specified by the file parameter.
{
{ STATUS: (output) This parameter returns the request status.
{
