{
{    The purpose of this request is for an application to gain access to
{ certain files in the generic queue.  Files are grouped by their
{ application_name.  An application has the exclusive right to all files with
{ the matching application_name once it has registered.
{
{       JMP$REGISTER_QFILE_APPLICATION (APPLICATION_NAME,
{             REGISTRATION_OPTIONS_P, QUEUE_FILE_PASSWORD, STATUS);
{
{ APPLICATION_NAME: (input)  This is the name by which the application is
{       known.
{
{ REGISTRATION_OPTIONS_P: (input)  These options specify how the application
{       and the generic queue file manager work together.
{
{ QUEUE_FILE_PASSWORD: (output)  This is a password that is returned by this
{       request.  It is necessary to specify this value on certain requests in
{       order to gain access to the queues.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             cle$improper_name
{             jme$application_table_is_full
{
