{
{    The purpose of this request is to get the value of a job class type
{ validation field for the current executing job.
{
{       AVP$GET_JOB_CLASS_VALUE (FIELD_NAME, RECORD_LEVEL, JOB_CLASSES,
{             NUMBER_OF_JOB_CLASSES, BATCH_JOB_CLASS_DEFAULT,
{             INTERACTIVE_JOB_CLASS_DEFAULT, STATUS)
{
{ FIELD_NAME: (input)  Specifies the name of the validation field.
{
{ RECORD_LEVEL: (input)  Specifies which validation record contains the
{       validation field.
{
{ JOB_CLASSES: (output)  An array of names to receive the list of job classes.
{       If the specified array is not large enough to hold all of the job
{       classes only as many as will fit are returned.
{
{ NUMBER_OF_JOB_CLASSES: (output)  Variable to receive the actual number of job
{       classes.  The number returned is always the actual number of job
{       classes for the field NOT the number returned in the previous job
{       classes parameter.
{
{ BATCH_JOB_CLASS_DEFAULT: (output)  Variable to receive the default batch job
{       class.
{
{ INTERACTIVE_JOB_CLASS_DEFAULT: (output)  Variable to receive the default
{       interactive job class.
{
{ STATUS: (output)  This parameter specifies the request status.
{
