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