{    The purpose of this request is to verify that a paired connection request
{ is valid.  This request is used in a cluster environment when a job executing
{ on one mainframe does an attach job of a job that is executing on a different
{ mainframe in the cluster.
{
{       JMP$VALIDATE_PAIRED_CONNECTION (UNVALIDATED_CONNECTION_DATA_P,
{             LOGIN_FAMILY, LOGIN_USER, SYSTEM_JOB_NAME, STATUS);
{
{ UNVALIDATED_CONNECTION_DATA_P: (input)  This is the data that defines the
{       target and validation information for the paired connection.
{
{ LOGIN_FAMILY: (output)  This is the login family of the target job of the
{       paired connection request.
{
{ LOGIN_USER: (output)  This is the login user of the target job of the paired
{       connection request.
{
{ SYSTEM_JOB_NAME: (output)  This is the system job name of the target job of
{       the paired connection request.
{
{ STATUS: (output)  This is the status of the request.  If this request returns
{        abnormal status, the caller must NOT offer the connection to the target
{        job.
{      CONDITIONS:
{            jme$invalid_paired_connection
