Management Information ID Relationship Display

You can output a list of IDs or a relationship chart for records that are registered in each type of management information by using batch processing.

Management Information ID Relationship Display Program (XRIDLST)

Program Name

XRIDLST

Execution parameters (for EXEC statement)

   a       b 
[V8-FMT][,LIST]

a. V8-FMT

This parameter is defined to display each type of the management information in an output format in which the entire string of each ID that exceeds 8 bytes can be displayed. (Optional)

Defaulting this parameter displays the IDs in the format for HULFT lower than Ver.8.

b. LIST

This parameter is defined to display IDs in a list. (Optional)

Defaulting this parameter displays a relationship chart for each type of management information.

XRSYSIN Definition Card

This card defines the System Environment Settings of HULFT system. For details on the definitions, refer to the following:

HULFT10 for zOS Administration Manual : Explanation of each field

Format of definition card

OPLSELECT=Operation Log Output Option (*1) 
HULCHARSET=HULFT Character Set

*1

:

When you use the operation log output function, you must include definitions related to operation logs. For details, refer to Definitions for operation logs.

XRCRD Definition Card

The following shows the format of the definition card for outputting a list of IDs or a relationship chart for each type of management information:

SNDID=File ID  ...............  Relationship display for Send Management Information 
RCVID=File ID  ...............  Relationship display for Receive Management Information 
JOBID=Job ID  ................  Relationship display for Job Information 
HSTID=Host Name  .............  Relationship display for Host Information 
HGRPID=Transfer Group ID   ...  Relationship display for Transfer Group Information 
FMTID=Format ID  .............  Relationship display for Format Information 
MFMTID=Multi Format ID .......  Relationship display for Multi Format Information

The program outputs a list of IDs or a relationship chart for each of the defined management information IDs.

You can define a prefix match for IDs (by using '*').

If you define only an asterisk (*) for the type of Management Information, the program outputs all relevant IDs for the Management Information. (Example: SNDID=*)

To output all records of the management information, define 'DUMMY' for the XRCRD definition card.

Example of JCL

The following shows an example of JCL for outputting IDs as a list:

//XRIDLST  JOB  CLASS=A,MSGCLASS=B                                              
//XRIDLST  EXEC PGM=XRIDLST,PARM='LIST'                                         
//STEPLIB  DD   DSN=HULFT.LOAD,DISP=SHR                                         
//XRFILE   DD   DSN=HULFT.FILE,DISP=SHR                                         
//XRHOST   DD   DSN=HULFT.HOST,DISP=SHR                                         
//XRSYSIN  DD   DSN=HULFT.PARMLIB(HULPRM),DISP=SHR                              
//XRPRINT  DD   SYSOUT=*                                                        
//SYSOUT   DD   SYSOUT=*                                                        
//XRCRD    DD   *                                                               
SNDID=FILE0001                                                                  
SNDID=FILE0002                                                                  
SNDID=FILE0003                                                                  
RCVID=FILE0001                                                                  
JOBID=JOB*                                                                      
HSTID=PC01                                                                      
HGRPID=GRP*                                                                     
FMTID=FORMAT01                                                                  
MFMTID=MULTI01                                                                  
//                                                                              

DD Name

Value

Description

STEPLIB

HULFT.LOAD

HULFT load module library

XRFILE

HULFT.FILE

Send and Receive Management File

XRHOST

HULFT.HOST

Host Information File

XRSYSIN

HULFT.PARMLIB(HULPRM)

System Environment Settings File

Display example of ID list

  • When you define both 'V8-FMT' and 'LIST'

    ID information is displayed in an output format in which the entire string of each ID that exceeds 8 bytes can be displayed.

    The following shows a display example:

                                                                                                                                            
                                                                                                                                            
                                          *****   SYSTEM CONFIGURATION ID SUMMARY   *****                            2015.12.01  20:32      
                                                                                                                            PAGE :   1      
                SENDING MANAGEMENT INFORMATION                                                                                              
                          SEND ID   : FILE00018TOKYO8TO8NAGOYA                                                                              
                                                   COMMENT   : TRANSFER TOKYO TO NAGOYA                                                     
                          SEND ID   : FILE0002FORMATDATA                                                                                    
                                                   COMMENT   : TRANSFER TOKYO TO SAPPORO                                                    
                RECEIVING MANAGEMENT INFORMATION                                                                                            
                          RCV ID    : FILE00018TOKYO8TO8NAGOYA                                                                              
                                                   COMMENT   : TRANSFER TOKYO TO NAGOYA                                                     
                          RCV ID    : FILE0002FORMATDATA                                                                                    
                                                   COMMENT   :                                                                              
                JOB STARTUP INFORMATION                                                                                                     
                          JOB ID    : JOB                                                                                                   
                                                   COMMENT   :                                                                              
                DETAILED HOST INFORMATION                                                                                                   
                          HOST NAME : MAGDA                                                                                                 
                                                   COMMENT   : HULFT8 V810 NO ENCRYPTION IN ENG ENV (PDT)                                   
                          HOST NAME : WIN                                                                                                   
                                                   COMMENT   :                                                                              
                          HOST NAME : ZOS13                                                                                                 
                                                   COMMENT   : MAINFRAME TOKYO                                                              
                TRANSFER GROUP INFORMATION                                                                                                  
                          TGRP ID   : GRP001                                                                                                
                                                   COMMENT   :                                                                              
                          TGRP ID   : GRP0018TO8NAGOYA                                                                                      
                                                   COMMENT   : TRANSFER TO NAGOYA                                                           
                          TGRP ID   : GRP01                                                                                                 
                                                   COMMENT   :                                                                              
                FORMAT INFORMATION                                                                                                          
                          FORMAT ID : FMT0001                                                                                               
                                                   COMMENT   : FORMAT OF KEY01-DATA                                                         
                          FORMAT ID : FMT0002                                                                                               
                                                   COMMENT   : FORMAT OF KEY02-DATA                                                         
                          FORMAT ID : FMT0003                                                                                               
                                                   COMMENT   : FORMAT OF KEY03-DATA                                                         
                MULTI FORMAT INFORMATION                                                                                                    
                          MFMT ID   : MFMT0001                                                                                              
                                                   COMMENT   : KEY02-FMT0002 KEY03-FMT0003                                                  

  • When you define only 'LIST'

    ID information is displayed in the format for HULFT lower than Ver.8.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                         *****   SYSTEM CONFIGURATION ID SUMMARY   *****                            2015.12.01  20:51      
                                                                                                                           PAGE :   1      
               SENDING MANAGEMENT INFORMATION                                                                                              
                         SEND ID   : FILE0001     COMMENT   : TRANSFER TOKYO TO NAGOYA                                                     
                         SEND ID   : FILE0002     COMMENT   : TRANSFER TOKYO TO SAPPORO                                                    
               RECEIVING MANAGEMENT INFORMATION                                                                                            
                         RCV ID    : FILE0001     COMMENT   : TRANSFER TOKYO TO NAGOYA                                                     
                         RCV ID    : FILE0002     COMMENT   :                                                                              
               JOB STARTUP INFORMATION                                                                                                     
                         JOB ID    : JOB          COMMENT   :                                                                              
               DETAILED HOST INFORMATION                                                                                                   
                         HOST NAME : MAGDA        COMMENT   : HULFT8 V810 NO ENCRYPTION IN ENG ENV (PDT)                                   
                         HOST NAME : WIN          COMMENT   :                                                                              
                         HOST NAME : ZOS13        COMMENT   : MAINFRAME TOKYO                                                              
               TRANSFER GROUP INFORMATION                                                                                                  
                         TGRP ID   : GRP0018T     COMMENT   : TRANSFER TO NAGOYA                                                           
                         TGRP ID   : GRP01        COMMENT   :                                                                              
               FORMAT INFORMATION                                                                                                          
                         FORMAT ID : FMT0001      COMMENT   : FORMAT OF KEY01-DATA                                                         
                         FORMAT ID : FMT0002      COMMENT   : FORMAT OF KEY02-DATA                                                         
                         FORMAT ID : FMT0003      COMMENT   : FORMAT OF KEY03-DATA                                                         
               MULTI FORMAT INFORMATION                                                                                                    
                         MFMT ID   : MFMT0001     COMMENT   : KEY02-FMT0002 KEY03-FMT0003                                                  

<Explanation of Each Field>

SEND ID

This field shows the file ID and the comment of each record of the Send Management Information.

RCV ID

This field shows the file ID and the comment of each record of the Receive Management Information.

JOB ID

This field shows the job ID and the comment of each record of the Job Information.

HOST NAME

This field shows the host name and the comment of each record of the Host Information.

TGRP ID

This field shows the transfer group ID and the comment of each record of the Transfer Group Information.

FORMAT ID

This field shows the format ID and the comment of each record of the Format Information.

MFMT ID

This field shows the multi format ID and the comment of each record of the Multi Format Information.

Display example of relationship chart for Send Management Information

  • When you define only 'V8-FMT'

    Relationship information is displayed in an output format in which the entire string of each ID that exceeds 8 bytes can be displayed.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:40      
                                                                                                                           PAGE :   1      
                                              << SENDING MANAGEMENT INFORMATION SUMMARY >>                                                 
                  SEND ID : FILE00018TOKYO8TO8NAGOYA                                                                                       
                        TGRP ID   : GRP0018TO8NAGOYA                                                                                       
                        JOB ID    : JOB                                                                                                    
                        ERRJOB ID :                                                                                                        
                        PREJOB ID :                                                                                                        
                        FMT ID    :                                                                                                        
                        MFMT ID   :                                                                                                        
                  SEND ID : FILE0002FORMATDATA                                                                                             
                        TGRP ID   : GRP0018TO8NAGOYA                                                                                       
                        JOB ID    : JOB                                                                                                    
                        ERRJOB ID :                                                                                                        
                        PREJOB ID :                                                                                                        
                        FMT ID    : FMT0001                                                                                                
                        MFMT ID   :                                                                                                        
                                              << RECEIVING MANAGEMENT INFORMATION SUMMARY >>                                               
                  RCV ID : FILE00018TOKYO8TO8NAGOYA                                                                                        
                        TGRP ID   : GRP0018TO8NAGOYA                                                                                       
                        JOB ID    : JOB                                                                                                    
                        ERRJOB ID :                                                                                                        
                  RCV ID : FILE0002FORMATDATA                                                                                              
                        TGRP ID   :                                                                                                        
                        JOB ID    : JOB                                                                                                    
                        ERRJOB ID :                                                                                                        
                                              << JOB STARTUP INFORMATION SUMMARY >>                                                        
              JOB ID : JOB                                                                                                                 
                     SEND ID : FILE00018TOKYO8TO8NAGOYA                                                                                    
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     SEND ID : GLOBALTEST                                                                                                  
                     SEND ID : LOOP                                                                                                        
                     RCV ID  : FILE00018TOKYO8TO8NAGOYA                                                                                    
                     RCV ID  : FILE0002FORMATDATA                                                                                          
                     RCV ID  : GLOBAL                                                                                                      
                     RCV ID  : LOOP                                                                                                        
                                              << DETAILED HOST INFORMATION SUMMARY >>                                                      
              HOST ID : MAGDA                                                                                                              
                     TGRP ID : GLOBAL                                                                                                      
              HOST ID : WIN                                                                                                                
                               *** NOTHING ***                                                                                             
              HOST ID : ZOS13                                                                                                              
                     TGRP ID : GRP0018TO8NAGOYA                                                                                            
                     TGRP ID : GRP01                                                                                                       
                                              << TRANSFER GROUP INFORMATION SUMMARY >>                                                     
              TGRP ID : GRP001                                                                                                             
                     HOST ID : ZOS13                                                                                                       
              TGRP ID : GRP0018TO8NAGOYA                                                                                                   
                     SEND ID : FILE00018TOKYO8TO8NAGOYA                                                                                    
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     RCV ID  : FILE00018TOKYO8TO8NAGOYA                                                                                    
                     HOST ID : ZOS13                                                                                                       
              TGRP ID : GRP01                                                                                                              
                     HOST ID : ZOS13                                                                                                       
                                              << FORMAT INFORMATION SUMMARY >>                                                             
              FMT ID : FMT0001                                                                                                             
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     MFMT ID : MFMT0001                                                                                                    
              FMT ID : FMT0002                                                                                                             
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     MFMT ID : MFMT0001                                                                                                    
              FMT ID : FMT0003                                                                                                             
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     MFMT ID : MFMT0001                                                                                                    
                                              << MULTI FORMAT INFORMATION SUMMARY >>                                                       
              MFMT ID : MFMT0001                                                                                                           
                     FMT ID  : FMT0001                                                                                                     
                     FMT ID  : FMT0002                                                                                                     
                     FMT ID  : FMT0003                                                                                                     

    The IDs with an asterisk (*) are not registered in the management information.

  • When you default both 'V8-FMT' and 'LIST'

    Relationship information is displayed in the format for HULFT lower than Ver.8.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:57      
                                                                                                                           PAGE :   1      
                                              << SENDING MANAGEMENT INFORMATION SUMMARY >>                                                 
                    <SEND ID>    <TGRP ID>    <JOB ID>     <ERRJOB ID>    <PREJOB ID>    <FMT ID>     <MFMT ID>                            
                     FILE0001     GRP0018T     JOB                                                                                         
                     FILE0002     GRP0018T     JOB                                        FMT0001                                          
                                              << RECEIVING MANAGEMENT INFORMATION SUMMARY >>                                               
                    <RCV ID>     <TGRP ID>    <JOB ID>     <ERRJOB ID>                                                                     
                     FILE0001     GRP0018T     JOB                                                                                         
                     FILE0002                  JOB                                                                                         
                                              << JOB STARTUP INFORMATION SUMMARY >>                                                        
                     JOB ID  : JOB                                                                                                         
                               SEND ID : FILE0001     COMMENT : TRANSFER TOKYO TO NAGOYA                                                   
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               SEND ID : GLOBALTE     COMMENT :                                                                            
                               SEND ID : LOOP         COMMENT :                                                                            
                               RCV ID  : FILE0001     COMMENT : TRANSFER TOKYO TO NAGOYA                                                   
                               RCV ID  : FILE0002     COMMENT :                                                                            
                               RCV ID  : GLOBAL       COMMENT : TRANSFER TO/FROM ENG ENV                                                   
                               RCV ID  : LOOP         COMMENT :                                                                            
                                              << DETAILED HOST INFORMATION SUMMARY >>                                                      
                     HOST ID : MAGDA                                                                                                       
                               TGRP ID : GLOBAL       COMMENT :                                                                            
                     HOST ID : WIN                                                                                                         
                               *** NOTHING ***                                                                                             
                     HOST ID : ZOS13                                                                                                       
                               TGRP ID : GRP001       COMMENT :                                                                            
                               TGRP ID : GRP0018T     COMMENT : TRANSFER TO NAGOYA                                                         
                               TGRP ID : GRP01        COMMENT :                                                                            
                               TGRP ID : LOOP         COMMENT : TRANSFER                                                                   
                                              << TRANSFER GROUP INFORMATION SUMMARY >>                                                     
                     TGRP ID : GRP001                                                                                                      
                               HOST ID : ZOS13                                                                                             
                     TGRP ID : GRP0018T                                                                                                    
                               SEND ID : FILE0001     COMMENT : TRANSFER TOKYO TO NAGOYA                                                   
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               RCV ID  : FILE0001     COMMENT : TRANSFER TOKYO TO NAGOYA                                                   
                               HOST ID : ZOS13                                                                                             
                     TGRP ID : GRP01                                                                                                       
                               HOST ID : ZOS13                                                                                             
                                              << FORMAT INFORMATION SUMMARY >>                                                             
                     FMT ID  : FMT0001                                                                                                     
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               MFMT ID : MFMT0001     COMMENT : KEY02-FMT0002 KEY03-FMT0003                                                
                     FMT ID  : FMT0002                                                                                                     
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               MFMT ID : MFMT0001     COMMENT : KEY02-FMT0002 KEY03-FMT0003                                                
                     FMT ID  : FMT0003                                                                                                     
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               MFMT ID : MFMT0001     COMMENT : KEY02-FMT0002 KEY03-FMT0003                                                
                                              << MULTI FORMAT INFORMATION SUMMARY >>                                                       
                     MFMT ID : MFMT0001                                                                                                    
                               FMT ID  : FMT0001      COMMENT : FORMAT OF KEY01-DATA                                                       
                               FMT ID  : FMT0002      COMMENT : FORMAT OF KEY02-DATA                                                       
                               FMT ID  : FMT0003      COMMENT : FORMAT OF KEY02-DATA                                                       

    The IDs with an asterisk (*) are not registered in the management information.

<Explanation of Each Field>

SEND ID

This field shows the file ID that you define for the Send Management Information using the relevant definition card.

TGRP ID

This field shows the transfer group ID that is registered for the relevant file ID.

JOB ID

This field shows the successful job ID that is registered for the relevant file ID.

ERRJOB ID

This field shows the unsuccessful job ID that is registered for the relevant file ID.

PREJOB ID

This field shows the Pre-send Job ID that is registered for the relevant file ID.

FMT ID

This field shows the format ID that is registered for the relevant file ID.

MFMT ID

This field shows the multi format ID that is registered for the relevant file ID.

Display example of relationship chart for Receive Management Information

  • When you define only 'V8-FMT'

    Relationship information is displayed in an output format in which the entire string of each ID that exceeds 8 bytes can be displayed.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:40      
                                                                                                                           PAGE :   1      
                                              << RECEIVING MANAGEMENT INFORMATION SUMMARY >>                                               
                  RCV ID : FILE0001-TOKYO-TO-NAGOYA                                                                                        
                        TGRP ID   :                                                                                                        
                        JOB ID    : JOB                                                                                                    
                        ERRJOB ID :                                                                                                        
                  RCV ID : FILE00018TOKYO8TO8NAGOYA                                                                                        
                        TGRP ID   : GRP0018TO8NAGOYA                                                                                       
                        JOB ID    : JOB                                                                                                    
                        ERRJOB ID :                                                                                                        
                  RCV ID : FILE0002FORMATDATA                                                                                              
                        TGRP ID   :                                                                                                        
                        JOB ID    : JOB                                                                                                    
                        ERRJOB ID :                                                                                                        

    The IDs with an asterisk (*) are not registered in the management information.

  • When you default both 'V8-FMT' and 'LIST'

    Relationship information is displayed in the format for HULFT lower than Ver.8.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:57      
                                                                                                                           PAGE :   1      
                                              << RECEIVING MANAGEMENT INFORMATION SUMMARY >>                                               
                    <RCV ID>     <TGRP ID>    <JOB ID>     <ERRJOB ID>                                                                     
                     FILE0001     GRP0018T     JOB                                                                                         
                     FILE0002                  JOB                                                                                         

    The IDs with an asterisk (*) are not registered in the management information.

<Explanation of Each Field>

RCV ID

This field shows the file ID that you define for the Receive Management Information using the relevant definition card.

TGRP ID

This field shows the transfer group ID that is registered for the relevant file ID.

JOB ID

This field shows the successful job ID that is registered for the relevant file ID.

ERRJOB ID

This field shows the unsuccessful job ID that is registered for the relevant file ID.

Display example of relationship chart for Job Information

  • When you define only 'V8-FMT'

    Relationship information is displayed in an output format in which the entire string of each ID that exceeds 8 bytes can be displayed.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:40      
                                                                                                                           PAGE :   1      
                                              << JOB STARTUP INFORMATION SUMMARY >>                                                        
              JOB ID : JOB                                                                                                                 
                     SEND ID : FILE00018TOKYO8TO8NAGOYA                                                                                    
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     SEND ID : GLOBALTEST                                                                                                  
                     SEND ID : LOOP                                                                                                        
                     RCV ID  : FILE00018TOKYO8TO8NAGOYA                                                                                    
                     RCV ID  : FILE0002FORMATDATA                                                                                          
                     RCV ID  : GLOBAL                                                                                                      
                     RCV ID  : LOOP                                                                                                        

    The IDs for which ''*** NOTHING ***' is displayed are not registered in the management information.

  • When you default both 'V8-FMT' and 'LIST'

    Relationship information is displayed in the format for HULFT lower than Ver.8.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:57      
                                                                                                                           PAGE :   1      
                                              << JOB STARTUP INFORMATION SUMMARY >>                                                        
                     JOB ID  : JOB                                                                                                         
                               SEND ID : FILE0001     COMMENT : TRANSFER TOKYO TO NAGOYA                                                   
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               SEND ID : GLOBALTE     COMMENT :                                                                            
                               SEND ID : LOOP         COMMENT :                                                                            
                               RCV ID  : FILE0001     COMMENT : TRANSFER TOKYO TO NAGOYA                                                   
                               RCV ID  : FILE0002     COMMENT :                                                                            
                               RCV ID  : GLOBAL       COMMENT : TRANSFER TO/FROM ENG ENV                                                   
                               RCV ID  : LOOP         COMMENT :                                                                            

    The IDs for which ''*** NOTHING ***' is displayed are not registered in the management information.

<Explanation of Each Field>

JOB ID

This field shows the job ID that you define for the Job Information using the relevant definition card.

SEND ID

This field shows the file ID and the comment for the record of the Send Management Information in which the relevant job ID is registered.

RCV ID

This field shows the file ID and the comment for the record of the Receive Management Information in which the relevant job ID is registered.

Display example of relationship chart for Host Information

  • When you define only 'V8-FMT'

    Relationship information is displayed in an output format in which the entire string of each ID that exceeds 8 bytes can be displayed.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:40      
                                                                                                                           PAGE :   1      
                                              << DETAILED HOST INFORMATION SUMMARY >>                                                      
              HOST ID : MAGDA                                                                                                              
                     TGRP ID : GLOBAL                                                                                                      
              HOST ID : WIN                                                                                                                
                               *** NOTHING ***                                                                                             
              HOST ID : ZOS13                                                                                                              
                     TGRP ID : GRP0018TO8NAGOYA                                                                                            
                     TGRP ID : GRP01                                                                                                       

  • When you default both 'V8-FMT' and 'LIST'

    Relationship information is displayed in the format for HULFT lower than Ver.8.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:57      
                                                                                                                           PAGE :   1      
                                              << DETAILED HOST INFORMATION SUMMARY >>                                                      
                     HOST ID : MAGDA                                                                                                       
                               TGRP ID : GLOBAL       COMMENT :                                                                            
                     HOST ID : WIN                                                                                                         
                               *** NOTHING ***                                                                                             
                     HOST ID : ZOS13                                                                                                       
                               TGRP ID : GRP001       COMMENT :                                                                            
                               TGRP ID : GRP0018T     COMMENT : TRANSFER TO NAGOYA                                                         
                               TGRP ID : GRP01        COMMENT :                                                                            
                               TGRP ID : LOOP         COMMENT : TRANSFER                                                                   

<Explanation of Each Field>

HOST ID

This field shows the host name that you define for the Host Information using the relevant definition card.

TGRP ID

This field shows the transfer group ID and the comment for the information record in which the relevant host name is registered.

Display example of relationship chart for Transfer Group Information

  • When you define only 'V8-FMT'

    Relationship information is displayed in an output format in which the entire string of each ID that exceeds 8 bytes can be displayed.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:40      
                                                                                                                           PAGE :   1      
                                              << TRANSFER GROUP INFORMATION SUMMARY >>                                                     
              TGRP ID : GRP001                                                                                                             
                     HOST ID : ZOS13                                                                                                       
              TGRP ID : GRP0018TO8NAGOYA                                                                                                   
                     SEND ID : FILE00018TOKYO8TO8NAGOYA                                                                                    
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     RCV ID  : FILE00018TOKYO8TO8NAGOYA                                                                                    
                     HOST ID : ZOS13                                                                                                       
              TGRP ID : GRP01                                                                                                              
                     HOST ID : ZOS13                                                                                                       

    The IDs with an asterisk (*) are not registered in the management information.

  • When you default both 'V8-FMT' and 'LIST'

    Relationship information is displayed in the format for HULFT lower than Ver.8.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:57      
                                                                                                                           PAGE :   1      
                                              << TRANSFER GROUP INFORMATION SUMMARY >>                                                     
                     TGRP ID : GRP001                                                                                                      
                               HOST ID : ZOS13                                                                                             
                     TGRP ID : GRP0018T                                                                                                    
                               SEND ID : FILE0001     COMMENT : TRANSFER TOKYO TO NAGOYA                                                   
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               RCV ID  : FILE0001     COMMENT : TRANSFER TOKYO TO NAGOYA                                                   
                               HOST ID : ZOS13                                                                                             
                     TGRP ID : GRP01                                                                                                       
                               HOST ID : ZOS13                                                                                             

    The IDs with an asterisk (*) are not registered in the management information.

<Explanation of Each Field>

TGRP ID

This field shows the transfer group ID that you define for the Transfer Group Information using the relevant definition card.

SEND ID

This field shows the file ID and the comment for the record of the Send Management Information in which the relevant transfer group ID is registered.

RCV ID

This field shows the file ID and the comment for the record of the Receive Management Information in which the relevant transfer group ID is registered.

HOST ID

This field shows the host name that is registered for the relevant transfer group ID.

Display example of relationship chart for Format Information

  • When you define only 'V8-FMT'

    Relationship information is displayed in an output format in which the entire string of each ID that exceeds 8 bytes can be displayed.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:40      
                                                                                                                           PAGE :   1      
                                              << FORMAT INFORMATION SUMMARY >>                                                             
              FMT ID : FMT0001                                                                                                             
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     MFMT ID : MFMT0001                                                                                                    
              FMT ID : FMT0002                                                                                                             
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     MFMT ID : MFMT0001                                                                                                    
              FMT ID : FMT0003                                                                                                             
                     SEND ID : FILE0002FORMATDATA                                                                                          
                     MFMT ID : MFMT0001                                                                                                    

  • When you default both 'V8-FMT' and 'LIST'

    Relationship information is displayed in the format for HULFT lower than Ver.8.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:57      
                                                                                                                           PAGE :   1      
                                              << FORMAT INFORMATION SUMMARY >>                                                             
                     FMT ID  : FMT0001                                                                                                     
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               MFMT ID : MFMT0001     COMMENT : KEY02-FMT0002 KEY03-FMT0003                                                
                     FMT ID  : FMT0002                                                                                                     
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               MFMT ID : MFMT0001     COMMENT : KEY02-FMT0002 KEY03-FMT0003                                                
                     FMT ID  : FMT0003                                                                                                     
                               SEND ID : FILE0002     COMMENT : TRANSFER TOKYO TO SAPPORO                                                  
                               MFMT ID : MFMT0001     COMMENT : KEY02-FMT0002 KEY03-FMT0003                                                

<Explanation of Each Field>

FMT ID

This field shows the format ID that you define for the Format Information using the relevant definition card.

SEND ID

This field shows the file ID and the comment for the record of the Send Management Information in which the relevant format ID is registered.

MFMT ID

This field shows the multi format ID for the record of the Multi Format Information in which the relevant format ID is registered.

Display example of relationship chart for Multi Format Information

  • When you define only 'V8-FMT'

    Relationship information is displayed in an output format in which the entire string of each ID that exceeds 8 bytes can be displayed.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:40      
                                                                                                                           PAGE :   1      
                                              << MULTI FORMAT INFORMATION SUMMARY >>                                                       
              MFMT ID : MFMT0001                                                                                                           
                     FMT ID  : FMT0001                                                                                                     
                     FMT ID  : FMT0002                                                                                                     
                     FMT ID  : FMT0003                                                                                                     

    The IDs with an asterisk (*) are not registered in the management information.

  • When you default both 'V8-FMT' and 'LIST'

    Relationship information is displayed in the format for HULFT lower than Ver.8.

    The following shows a display example:

                                                                                                                                           
                                                                                                                                           
                                              *****   SYSTEM CONFIGURATION SUMMARY   *****                          2015.12.01  20:57      
                                                                                                                           PAGE :   1      
                                              << MULTI FORMAT INFORMATION SUMMARY >>                                                       
                     MFMT ID : MFMT0001                                                                                                    
                               FMT ID  : FMT0001      COMMENT : FORMAT OF KEY01-DATA                                                       
                               FMT ID  : FMT0002      COMMENT : FORMAT OF KEY02-DATA                                                       
                               FMT ID  : FMT0003      COMMENT : FORMAT OF KEY02-DATA                                                       

    The IDs with an asterisk (*) are not registered in the management information.

<Explanation of Each Field>

MFMT ID

This field shows the multi format ID that you define for the Multi Format Information using the relevant definition card.

SEND ID

This field shows the file ID and the comment for the record of the Send Management Information in which the relevant multi format ID is registered.

FMT ID

This field shows the format ID that is registered for the relevant multi format ID.