{
{       This subcommand deactivates an RHFAM server application. No new
{ connections may be made to this server, and established connections may
{ optionally be terminated.
{
{       The caller must have NETWORK_APPLICATION_MANAGEMENT capability specified
{ in the validation file, or be the system job in order to use this command.
{
{
{ DEACTIVATE_RHFAM_SERVER, DEARS(
{     server, c : NAME 1..7 = $REQUIRED
{     terminate_active_connections, tac : BOOLEAN = FALSE
{     status)
{
{ server: This parameter specifies the name of the server application to
{   be deactivated.
{
{ terminate_active_connections: If TRUE, currently active connections are
{   terminated immediately. If FALSE, processing of currently established
{   connections is allowed to continue until normal termination occurs.
{
{ status: This parameter returns the results of this request. A normal status
{   means that the requested server was deactivated.
{
