Previous Topic: How the JES Configuration Names Table WorksNext Topic: Assemble and Link the JES Configuration Modules (INST0020)


Naming Conventions for JES Configuration Modules

The following recommended naming conventions are based on either the JES version or the z/OS SMF ID:

Example: Add Entries to the JES Configuration Names Table.

The following examples use the JES version naming convention.

*....+....1....+....2....+....3....+....4....+....5....+....6....+....7
*=====================================================================*
*  System name SY01 is running JES2.                                  *
*  The associated JES Configuration module is JES2111.                *
*  The DSECT maps for JES2 have been assembled into member MAP2111.   *
*=====================================================================*
*SysName JES      Module   Maps                                       
*------- -------- -------- --------                                   
SY01     JES2     JES2111  MAP2111                                    
                                                                       
*=====================================================================*
*  System name SY02 is running JES3.                                  *
*  The associated JES Configuration module is JES3111.                *
*  The DSECT maps for JES3 have been assembled into member MAP3111.   *
*=====================================================================*
*SysName JES      Module   Maps                                       
*------- -------- -------- --------                                   
SY02     JES3     JES3111  MAP3111                                    
                                                                       
*=====================================================================*
*  This is a "Catch-All" entry that will match all system names       *
*  running JES2.                                                      *
*  The associated JES Configuration module is JES2109.                *
*  The DSECT maps for JES2 have been assembled into member MAP2109.   *
*=====================================================================*
*SysName JES      Module   Maps                                       
*------- -------- -------- --------                                   
ANY      JES2     JES2109  MAP2109                                    
                                                                       
*=====================================================================*
*  This is a "Catch-All" entry that will match all system names       *
*  running JES3.                                                      *
*  The associated JES Configuration module is JES3110.                *
*  The DSECT maps for JES3 have been assembled into member MAP3110.   *
*=====================================================================*
*SysName JES      Module   Maps                                       
*------- -------- -------- --------                                   
ANY      JES3     JES3110  MAP3110