Re: Does anyone out there have the course code for CURSORED. It an ISPF tool that extracts the datasets the cursor is on and opens an edit panel so you can see it

2016-02-01 Thread Paul Gilmartin
On 2016-02-01 15:42, Don Leahy wrote: > Many of these tools examine the ZSCREENI (screen image) and ZSCREENC > (current cursor) position in order to determine the DSN pointed to by the > cursor. ZSCREENI/C is available on any ISPF panel, not just Edit, so you > can implement this point-and-shoot

Re: Does anyone out there have the course code for CURSORED. It an ISPF tool that extracts the datasets the cursor is on and opens an edit panel so you can see it

2016-02-01 Thread Don Leahy
Many of these tools examine the ZSCREENI (screen image) and ZSCREENC (current cursor) position in order to determine the DSN pointed to by the cursor. ZSCREENI/C is available on any ISPF panel, not just Edit, so you can implement this point-and-shoot functionality anywhere you wish. On Mon, Feb

Re: Does anyone out there have the course code for CURSORED. It an ISPF tool ...

2016-02-01 Thread Ed Finnell
I think we used Zoom off of File 671 on CBT. Somewhere along the way IBM saw the light and added a Zoom for log browsing. There's a number of SHARE sessions regarding the issue.(If you go at thru a search engine). In a message dated 2/1/2016 4:43:02 P.M. Central Standard Time,

Re: Does anyone out there have the course code for CURSORED. It an ISPF tool that extracts the datasets the cursor is on and opens an edit panel so you can see it

2016-02-01 Thread Richards, Robert B.
Go to www.cbttape.org Also try: http://mzelden.com/mvsutil.html There are numerous tools that do what you are asking. Pick the one that best suits your needs. Bob -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Mike Kovach

Re: Does anyone out there have the course code for CURSORED. It an ISPF tool that extracts the datasets the cursor is on and opens an edit panel so you can see it

2016-02-01 Thread Mike Kovach
Thanks Sent from Yahoo Mail on Android -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Does anyone out there have the course code for CURSORED. It an ISPF tool that extracts the datasets the cursor is on and opens an edit panel so you can see it

2016-02-01 Thread Skip Robinson
I think it just means 'isolate', as in pulling the name from something like a JCL member. Vist3270 can easily isolate a DSN. Apparently OP wants to start a concurrent edit session on that DSN. . . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS

Re: Does anyone out there have the course code for CURSORED. It an ISPF tool that extracts the datasets the cursor is on and opens an edit panel so you can see it

2016-02-01 Thread Paul Gilmartin
On Mon, 1 Feb 2016 06:53:53 -0800, Mike Kovach wrote: >Sent from Yahoo Mail on Androidp > What does "extracts" mean? This seems to imply that the data set is embedded somewhere (perhaps an ADRDSSU archive?) and needs to be retrieved from there. -- gil