{
{    The purpose of this request is to set the client access entries for
{ a particular family entry in the set/family table.
{
{       OSP$SET_CLIENT_ACCESS (FAMILY, FAMILY_ACCESS, ALL_CLIENTS,
{             P_BINARY_CLIENT_LIST, NUMBER_OF_CLIENTS, STATUS)
{
{ FAMILY: (input) This parameter specifies the name of the family of interest.
{
{ FAMILY_ACCESS: (input) This parameter specifies the family access to be
{       granted to the specified client mainframes.
{
{ ALL_CLIENTS: (input) This parameter specifies whether all clients are to
{       be granted the family access. If so, then the p_binary_client_list
{       is undefined.
{
{ P_BINARY_CLIENT_LIST: (input) This parameter specifies the binay IDs of the
{       clients to be granted the family access.
{
{ NUMBER_OF_CLIENTS: (input) This parameter specifies the number of valid
{       entries in P_BINARY_CLIENT_LIST. The value of this parameter is
{       undefined if ALL_CLIENTS = TRUE.
{
{ STATUS: (output) This parameter returns the request status.
{           CONDITION: pfe$unknown_family
{
