{
{    The purpose of this request is to get information about the login password
{ for the current executing job.  The encrypted password is not returned by
{ this interface for security reasons.
{
{       AVP$GET_LOGIN_PASSWORD_VALUE (FIELD_NAME, RECORD_LEVEL,
{             EXPIRATION_DATE, EXPIRATION_INTERVAL,
{             MAXIMUM_EXPIRATION_INTERVAL, EXPIRATION_WARNING_INTERVAL,
{             EXPIRED_PW_CHANGE_INTERVAL, CHANGE_DATE, ATTRIBUTES,
{             NUMBER_ATTRIBUTES, STATUS)
{
{ FIELD_NAME: (input)  Specifies the name of the validation field.
{
{ RECORD_LEVEL: (input)  Specifies which validation record contains the
{       validation field.
{
{ EXPIRATION_DATE: (output)  Variable to receive the password expiration date.
{
{ EXPIRATION_INTERVAL: (output)  Variable to receive the password expiration
{       interval.
{
{ MAXIMUM_EXPIRATION_INTERVAL: (output)  Variable to receive the maximum
{       password expiration interval.
{
{ EXPIRATION_WARNING_INTERVAL: (output)  Variable to receive the password
{       expiration warning interval.
{
{ EXPIRED_PW_CHANGE_INTERVAL: (output)  Variable to receive the expiraed
{       password change interval.
{
{ CHANGE_DATE: (output)  Variable to receive the date of the most recent
{       password change.
{
{ ATTRIBUTES: (output)  An array of names to receive the list of password
{       attributes.  If the specified array is not big enough to hold all of
{       the attributes, only as many as will fit in the array are returned.
{
{ NUMBER_ATTRIBUTES: (output)  Variable to receive the acual number of password
{       attributes.  The number returned is always the actual number of
{       attributes, not the number returned in the previous attributes
{       parameter.
{
{ STATUS: (output)  This parameter specifies the request status.
{
