{    The purpose of this request is to translate a user and family name into a
{ list of system job names and mainframe identifiers on which those job's are
{ executing.
{
{       JMP$GET_JOB_NAMES_BY_USER (USER, FAMILY, JOB_NAME_LIST_P,
{             NUMBER_OF_JOBS_FOUND, STATUS);
{
{ USER: (input)  This is the name of the user.
{
{ FAMILY: (input)  This is the name of the family.
{
{ JOB_NAME_LIST_P: (output)  This is a pointer to an array that will contain
{       the resulting system job names and mainframe identifiers.  The status
{       condition jme$result_array_too_small will be returned if this array is
{       not large enough.
{
{ NUMBER_OF_JOBS_FOUND: (output)  This is the number of jobs that were
{       executing for the user/family supplied.  If the status condition
{       jme$result_array_too_small is returned, this number represents the
{       actual number of jobs that were found.
{
{ STATUS: (output)  This is the result of the request.
{      CONDITIONS:
{            jme$no_jobs_were_found
{            jme$result_array_too_small
