{
{   The purpose of this request is to close the system profile.  Since the file
{ was opened in ring 3 by JMP$OPEN_SYSTEM_PROFILE, it must also be closed at
{ ring 3.
{
{       JMP$CLOSE_SYSTEM_PROFILE (ACCESS_ID, DETACH_FILE, FILE_IDENTIFIER,
{            STATUS)
{
{ ACCESS_ID: (input)  This parameter specifies the access id assigned to the
{       caller when the utility active condition was set.
{
{ DETACH_FILE: (input) This specifies that the file should be detached after
{       it is closed.  This is only done after writing the file $system.
{       scheduling.osf$system_profile.1.
{
{ FILE_IDENTIFIER: (input) This specifies the file identifier of the opened
{       file.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS:
{             jme$access_id_mismatch
{             jme$no_utility_is_active
