{
{    The purpose of this request is to return the attributes for a given
{ application from the application table used for scheduling applications.  The
{ application must be defined in the application table.
{
{       JMP$READ_APPLICATION_RECORD (APPLICATION_NAME, APPLICATION_INDEX,
{             APPLICATION_RECORD, STATUS)
{
{ APPLICATION_NAME: (input)  This parameter specifies the name of the
{       application for the request.
{
{ APPLICATION_INDEX: (input, output)  This parameter specifies the index of the
{       application if known.  Provide zero (0) if not known.  On exit it will
{       contain the actual index.
{
{ APPLICATION_RECORD: (output)  This parameter specifies the result record for
{       the application attributes.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             jme$class_or_appl_not_defined
{
