{
{    The purpose of this request is for an application to gain access to
{ certain jobs in the input queue.  Jobs are grouped by their
{ job_destination_usage.  An application has the exclusive right to all jobs of
{ a particular job_destination_usage once it has registered.
{
{       JMP$REGISTER_INPUT_APPLICATION (APPLICATION_NAME,
{             JOB_DESTINATION_USAGE, QUEUE_FILE_PASSWORD, STATUS);
{
{ APPLICATION_NAME: (input)  This is the name by which the application is
{       known.
{
{ JOB_DESTINATION_USAGE: (input)  This indicates which set of jobs the
{       application is requesting access to.
{
{ 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
{             jme$destination_usage_in_use
{
