{    The purpose of this request is to validate particular attributes about the
{ given user.  In order to use this request, you must be executing in a job
{ with the login family of $SYSTEM and the login user of $SYSTEM.
{
{       JMP$VALIDATE_USER (LOGIN_FAMILY, LOGIN_USER, USER_VALIDATION_OPTIONS_P,
{             STATUS);
{
{ LOGIN_FAMILY: (input)  This is the family name of the user to be validated.
{
{ LOGIN_USER: (input)  This is the user name of the user to be validated.
{
{ USER_VALIDATION_OPTIONS_P: (input)  This is an array of variants that
{       contains the specific items to be validated for the supplied user.
{
{ STATUS: (output)  This is the status of the request.
{      CONDITIONS:
{            ave$bad_user_validation_info
{            cle$improper_name
{            jme$invalid_parameter
