{
{    The purpose of this request is to register an application that is capable
{ of removing files from the NOS/VE generic queue.  The essence of the
{ application being registered is placed in the application table in the Known
{ Qfile List (KQL).
{
{       QFP$REGISTER_QFILE_APPLICATION (APPLICATION_NAME,
{             REGISTRATION_OPTIONS_P, PASSWORD, STATUS);
{
{ APPLICATION_NAME: (input)  This is the name of the application requesting
{       access to the NOS/VE generic queue.
{
{ REGISTRATION_OPTIONS_P: (input)  These options specify how the application
{       and the generic queue file manager work together.
{
{ PASSWORD: (input)  This is a password that is required by the application
{       when it attempts to open a file in the generic queue.
{
{ STATUS: (output) This is the status of the request.
{      CONDITIONS:
{        jme$application_table_is_full
{        jme$application_name_in_use
