Alan Schwartz wrote on 2007-06-26 17:59:53: > I'm scratching at some dead brain cells. I'm thinking there was some > utility, IBM or ISV, I had at some point that I could supply a TTR address > for some volume and print what was at that address. Does this ring a bell > with anyone?
If your search argument is truly a TTR value, try using IPCS. AMASPZAP definitely doesn't do TTR arguments relative to the origin of a data set, and my recollection is that ADRDSSU doesn't either. IPCS supports TTR arguments against conventional data sets when it is convinced that the record lengths may vary. If you data set is truly RECFM=F or RECFM=FBS, you'll need to use a ddname and override the RECFM with one that qualifies. IPCS reads and maps the entire data set before honoring your LIST request, so you may want to avoid using it to show just one record in a huge data set. Bob Wright - MVS Service Aids ---------------------------------------------------------------------- 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

