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 functionality anywhere you wish.
>  
Pedro Vera kindly explained to me how to do this to extract the job ID from
an SDSF view.  Works a charm.  (But I used string context rather than cursor
position.)

-- gil

--
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 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 1, 2016 at 12:50 PM, Skip Robinson 
wrote:

> 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 Program Co-Manager
> 323-715-0595 Mobile
> jo.skip.robin...@att.net
>
>
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> > On Behalf Of Paul Gilmartin
> > Sent: Monday, February 1, 2016 09:45 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: [Bulk] 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
> >
> > 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
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
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 ...

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,  
don.le...@leacom.ca writes:

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.


--
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 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
Sent: Monday, February 01, 2016 9:54 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: 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

--
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 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 Program Co-Manager
323-715-0595 Mobile
jo.skip.robin...@att.net


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of Paul Gilmartin
> Sent: Monday, February 1, 2016 09:45 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: [Bulk] 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
> 
> 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

--
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 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

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN