{
{    The purpose of this request is to register an application that is capable
{  of removing files from the NOS/VE output queue.  The essence of the
{  application being registered is placed in the application table in the
{  Known Output List (KOL).
{
{        QFP$REGISTER_OUTPUT_APPLICATION (APPLICATION_NAME, DESTINATION_USAGE,
{              PASSWORD, STATUS);
{
{ APPLICATION_NAME: (input) This is the name of the application requesting
{        access to the NOS/VE output queue.
{
{ DESTINATION_USAGE: (input) This is the destination_usage of the output files
{        that the application is requesting access to.  It will only have
{        access to files with this destination_usage.
{
{ PASSWORD: (input) This is a password that is required by the application when
{        it attempts to open a file in the output queue.
{
{ STATUS: (output) This is the status of the request.
{      IDENTIFIER:
{        'JM'
{      CONDITIONS:
{        jme$application_table_is_full
{        jme$destination_usage_in_use
