For the older releases, my extra! macro still works, and a little vbs script
like this will get there for z/OS 1.12. I suspect I will continue to look at
the back-level messages as long as I can
Option Explicit
Dim Result
result = InputBox("Message id", "", "")
Dim IE
Set IE = createobject("InternetExplorer.Application")
IE.Visible = True
IE.Navigate
"http://publibz.boulder.ibm.com/cgi-bin/os390/lookat?required=msgid&missing_fields_redirect=%2Fsystems%2Fz%2Fos%2Fzos%2Fbkserv%2Flookat%2Flookatidmiss.html&msgid="
& result & "&release=ZOS%2FV1R12&submit.x=13&submit.y=11"
Best regards,
David Tidy Tel:(31)115-67-1745
IS Technical Management/SAP-Mf
Dow Benelux B.V.
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Mark Pace
Sent: 10 December 2013 22:48
To: [email protected]
Subject: Re: Lookat
I'll be going back to downloading PDF files and manually searching through
messages & codes manuals.
...
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN