On Fri, 19 Sep 2008 11:45:20 -0500, Stephen Wolf <[EMAIL PROTECTED]> wrote: -- snip -- >We discovered our >Netview version (3.1 - 5655-007) can no longer issue system commands >(message CNZ005I). I believe this is due to the console restructure part 2 >contained in z/OS 1.8. -- snip --
You do not indicate the reason for the CNZ005I message. That makes it difficult to answer with any certainty. My best guess is that Netview is issuing the command with a one-byte console id, which is no longer supported with z/OS 1.8. -- snip -- >I discovered some new parameters in the CONSOLxx parmlib member that I >thought would "save" us from upgrading Netview. I added INTIDS(Y) UNKNIDS >(Y) to two of our existing operator console definitions. After an IPL the >problem did not disappear. -- snip -- These parameters are to help you display messages (WTOs): - INTIDS issued with console id 0 (zero) - UNKNIDS - issued with an invalid console id (unknown id) rather than having them go to the bit bucket. -- snip -- >Netview is our main system automation tool and replacing this function with >other system exits is also undesirable.Does anyone have any ideas, zaps or >other parameters that would allow us the continue using the old Netview? -- snip -- I'd have to guess that this crufty old version of Netview uses MGCR to issue commands. You might have to intercept the SVC 34 calls and turn them into MGCREs. Maybe somebody else has a better idea. Scott Fagen Enterprise Systems Management ---------------------------------------------------------------------- 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

