On Wed, 18 Sep 2013 07:00:42 -0500, Elardus Engelbrecht wrote:
>
>I see no 2.1, only up to 1.13. How did you entered at 2.1 (yes, I can type in 
>that &releas=ZOS... in to see where it jumps, but...)?
> 
It's magic!:

#! /bin/sh

zOSver="release=ZOS%2F${REL-V1R13}"  # Hammer and file to fit.
URL="http://publibz.boulder.ibm.com/cgi-bin/os390/lookat?msgid=$1&$zOSver";
case "`uname -s`" in
      *Darwin*) "${lookapp=open}"       "$URL";;
      *CYGWIN*) "${lookapp=cygstart}"   "$URL";;
       *Linux*) "${lookapp=xdg-open}"   "$URL";;
       *SunOS*) "${lookapp=gnome-open}" "$URL";;
esac

>>I miss Bookie.
>
>Me too. *LookAtMe!* 
>
Somewhere, IBM touts the advantage of InfoCenter in that it
is indexed by Google (Isn't Publibz/Bookie likewise, or does it
block robots?)  But I see no way to limit the search to a specific
release (such as 2.1, 1.13, ...) or to a specific shelf (such as
TSO, SMP/E, z/OS Unix, ...).

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to