{
{       The purpose of this routine is to display the applications or
{ connections associated with jobs signed on to the Remote Host Facility
{ Access Method. The information required to produce this display is obtained
{ from RFV$RHFAM_JOB_TABLE.
{ The caller of this routine uses the standard command language display
{ interface routines and has opened the display file. It will be closed by
{ the caller when this routine exits.
{
{ RFP$DISPLAY_ACTIVE_APPL_R3 (JOB_NAME_LIST, APPLICATION_NAME_LIST,
{   DISPLAY_TYPE, DISPLAY_CONTROL, STATUS)
{
{ JOB_NAME_LIST: (input) This parameter specifies a list of job names (either
{   user or system_supplied) or the keyword ALL, which is used as selection
{   criteria for the display.
{
{ APPLICATION_NAME_LIST: (input) This parameter specifies a list of application
{   names or the keyword ALL, which is used as selection criteria for the
{   display.
{
{ DISPLAY_TYPE: (input) This parameter specifies the type of display desired:
{
{     rfc$adt_connections: This option causes all connections associated with
{           the selected applications to be displayed.
{
{     rfc$adt_applications: This option causes all selected applications currently
{           signed on to the local access method to be displayed.
{
{ DISPLAY_CONTROL: (input_output) This parameter specifies all information
{   required by the command language display interface routines about the
{   display file. This data is set up by the caller of this routine when
{   the display file is opened and will be updated by this routine as display
{   information is generated.
{
{ STATUS: (output) This parameter returns the results of the request. A
{   status of normal indicates all applications specified have been displayed:
{
{   CONDITIONS: rfe$appl_not_defined
{
{   IDENTIFIER: 'RF'
{
