上一主题: JES 配置名称表的工作原理下一主题: 汇编并链接 JES 配置模块 (INST0020)


JES 配置模块的命名约定

以下建议命名约定基于 JES 版本或 z/OS SMF ID:

示例:在 JES 配置名称表中添加条目。

下面的示例使用 JES 版本命名约定。

*....+....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