
{
{   The purpose of this request is to change the current password of the
{ caller.  If the current password does not equal the old_password specified
{ in the request, then an error condition is returned and the password is
{ not changed.  Otherwise, the current password is changed to the new_password
{ specified in the request.
{
{        AVP$CHANGE_PASSWORD (OLD_PASSWORD, NEW_PASSWORD,
{              UPDATE_BATCH_JOB_PASSWORDS, STATUS)
{
{ OLD_PASSWORD: (input) This parameter specifies what the caller believes
{        is the current password for the user name under which the caller is
{        executing.
{
{ NEW_PASSWORD: (input) This parameter specifies the new password to be
{        associated with the user name under which the caller is executing.
{
{ UPDATE_BATCH_JOB_PASSWORDS: (input) This parameter specifies whether to
{        change the password in queued batch jobs belonging to the user.
{
{ STATUS: (output) This parameter specifies the request status.
{      CONDITION: ave$old_password_incorrect
{      IDENTIFIER: avc$validation_id
{
