{
{    The purpose of this request is to notify the generic queue file manager
{ that the processing of a queue file has commenced (or is about to).  This
{ request prevents any attribute changes from taking place in the queue file
{ until processing has completed.
{
{       JMP$SET_QFILE_INITIATED (APPLICATION_NAME, SYSTEM_FILE_NAME, STATUS);
{
{ APPLICATION_NAME: (input)  This is the application_name of the queue file
{       that is being disposed of.
{
{ SYSTEM_FILE_NAME: (input)  This is the name that NOS/VE assigned to the file
{       when it was queued.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$application_name_incorrect
{             jme$name_not_found
{             jme$qfile_appl_not_permitted
{             jme$qfile_cannot_initiate
{
