![]() | ![]() | ![]() | ![]() |
For example applying a hot fix which includes SASMSG content generates the following concatenations for high-level-qualifier.hotfix-id.CLIST(CLSTESW0)
SASMSG ('''high-level-qualifier.ESW0.SASMSG'' + ''high-level-qualifier.hotfix-id.ENW0.SASMSG'' + ''high-level-qualifier.ENW0.SASMSG''')+
The concatenation does not include high-level-qualifier.hotfix-id.ESW0.SASMSG, which is installed by the hot fix, so the encoded SASMSG updates delivered in the hot fix are not picked up.
If the language-specific CLISTs are used at your site, these members should be updated to include the missing library. The SASMSG concatenation should be updated as follows
SASMSG ('''high-level-qualifier.hotfix-id.ESW0.SASMSG'' + ''high-level-qualifier.ESW0.SASMSG'' + ''high-level-qualifier.hotfix-id.ENW0.SASMSG'' + ''high-level-qualifier.ENW0.SASMSG''')+ /* SAS message library DSN */ +
For high-level-qualifier.hotfix-id.PROCLIB(PROCESW0) the following concatenations are generated
//SASMSG DD DISP=SHR, // DSN=high-level-qualifier.hotfix-id.ESW0.SASMSG // DD DISP=SHR, // DSN=high-level-qualifier.hotfix-id.ENW0.SASMSG // DD DISP=SHR, // DSN=high-level-qualifier.ENW0.SASMSG
This concatenation does not include high-level-qualifier.ESW0.SASMSG so the production encoded SASMSG members are not picked up.
If the language-specific PROCs are used at your site, these members should be updated to include the missing library. The SASMSG concatenation should be updated as follows
//SASMSG DD DISP=SHR, // DSN=high-level-qualifier.hotfix-id.ESW0.SASMSG // DD DISP=SHR, // DSN=high-level-qualifier.ESW0.SASMSG // DD DISP=SHR, // DSN=high-level-qualifier.hotfix-id.ENW0.SASMSG // DD DISP=SHR, // DSN=high-level-qualifier.ENW0.SASMSG
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
SAS System | N/A | z/OS | 9.2 TS2M3 |