On Thu, 8 Mar 2007 09:50:08 -0600, David Gosse <[EMAIL PROTECTED]> wrote:
>Hello, >I have pulled the latest TSSO version from the Updates section of the CBT >site. I am trying to assemble it using z/OS 1.8 macros. The assembly of >TSSO fails with an undefined symbol UCMMCENT. The assembly of TSSOSS09 >fails with an undefined symbol WQEUCMID. > The basic problem is that TSSO has not been updated for changes caused by the z/OS Console Restructure. Specifically, in z/OS R8 the Master Console function was removed. As a result, the symbol UCMMCENT no longer exists. The TSSO logic needs to be reworked so that it no longer depends on the presence of the Master Console. As I recall, the WQEUCMID field was a 1- byte console ID field. That too has gone away. TSSO needs to be updated to use 4-byte console IDs exclusively. W. Kevin Kelley IBM POK Lab -- z/OS Core Technical Development ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

