home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / ibmmain / 1990 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.8 KB

  1. Path: sparky!uunet!uvaarpa!darwin.sura.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!usc!snorkelwacker.mit.edu!hri.com!noc.near.net!ns.draper.com!news.draper.com!MVS.draper.com!SEB1525
  2. From: SEB1525@MVS.draper.com (Steve Bacher)
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: Re: ispf program lib search order?
  5. Message-ID: <19920819080535SEB1525@MVS.draper.com>
  6. Date: 19 Aug 92 13:05:00 GMT
  7. References: <IBM-MAIN%92081808453852@RICEVM1.RICE.EDU>
  8. Sender: MVS NNTP News Reader <NNMVS@MVS.draper.com>
  9. Organization: Draper Laboratory
  10. Lines: 26
  11. Nntp-Posting-Host: mvs.draper.com
  12.  
  13. In article <IBM-MAIN%92081808453852@RICEVM1.RICE.EDU>,
  14. "BJ VanDewater" <bjvande@VNET.IBM.COM> writes:
  15.  
  16. >      If you are using ISPF services, such as SELECT PGM(xxxx), ISPLLIB
  17. >will be searched before STEPLIB.  If you are using MVS services, such
  18. >as LINK, I believe that ISPLLIB is ignored.
  19.  
  20. Not quite.  Anything run under ISPF gets ISPLLIB (if it is allocated)
  21. as a task library.  This means that MVS program fetch (LINK, LOAD,
  22. XCTL, ATTACH) will find stuff that's in ISPLLIB.
  23.  
  24. HOWEVER... if the LIBDEF service is used to hook up an additional
  25. load library, this is seen only by ISPF services and is invisible
  26. to MVS program fetch.  SHARE has pestered IBM to do something to
  27. get around this, and I think they've been doing something in this
  28. area, though I don't know any details.
  29.  
  30. Also, the LPA is normally searched as part of the normal MVS search
  31. sequence - after tasklib/STEPLIB but before linklist - but in some of
  32. the environments mentioned above, this might not be done or might be
  33. done in a different order from how MVS program fetch does it.  That
  34. could vary depending on your maintenance level of REXX or ISPF.
  35.  
  36. --
  37. Steve Bacher (Batchman)                 Draper Laboratory
  38. Internet: seb@draper.com                Cambridge, MA, USA
  39.