{
{   The purpose of this request is to delete a cycle of the system scheduling
{ profile - $system.scheduling.osf$system_profile.  This request can only be
{ made from the utility manage_active_scheduling.  The scheduling profile
{ normally is on cycle 2 of the file.  When installing a new profile, cycle 1
{ is written first, then the profile is installed into the system tables.  If
{ the install is successful, cycle 2 is deleted and cycle 1 is changed to cycle
{ 2.  If the install fails, cycle 1 is deleted.
{
{       JMP$DELETE_PROFILE_CYCLE (ACCESS_ID, CYCLE_NUMBER, STATUS)
{
{ ACCESS_ID: (input)  This parameter specifies the access id assigned to the
{       caller when the utility active condition was set.
{
{ CYCLE_NUMBER: (input) This parameter specifies the specific cycle number of
{       the system scheduling profile to delete.  It can only be 1 or 2.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS:
{             jme$access_id_mismatch
{             jme$no_utility_is_active
{             pfe$name_not_permanent_file
{             pfe$pf_system_error
{             pfe$unknown_permanent_file
{             pfe$usage_not_permitted
