Re: Cursor on IPCS sysout stream

2009-03-27 Thread Miklos Szigetvari

Hi Todd

Thank you for your answer
The REPORT VIEW/BROWSE  would be o.k, but for the LEDATA report I get 
only a part of  the list.

What do you maen about point and shoot ?
I have modified the BLSPNTRC panel, and now I'm getting more or less , I 
wanted to have.



Todd Burch wrote:


If you mean programmatically through an IPCS facility, there is no interface
that I am aware of.  You can always issue REPORT VEIW and then run an edit
macro to act upon it though.  Or, use ISPF dialogs and then code up a point
and shoot field.

Todd

 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Miklos Szigetvari
Sent: Tuesday, March 24, 2009 10:41 AM
To: IBM-MAIN@bama.ua.edu
Subject: Cursor on IPCS sysout stream

Hi

Can I refrer to a storage address under the cursor in IPCS sysout stream ?

--
Miklos Szigetvari

   



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

 



--
Miklos Szigetvari

Development Team
ISIS Information Systems Gmbh 
tel: (+43) 2236 27551 570
Fax: (+43) 2236 21081 

E-mail: miklos.szigetv...@isis-papyrus.com 

Info: i...@isis-papyrus.com 
Hotline: +43-2236-27551-111 

Visit our Website: http://www.isis-papyrus.com 
---

This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS accepts
no responsibility for malicious or inappropriate content.
--- 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Cursor on IPCS sysout stream

2009-03-27 Thread Todd Burch
Hi Miklos.   

For REPORT to work like you want it to, you have to first MAX to the bottom
in the IPCS output stream.   IPCS is pretty smart when formatting dump data,
and only formats a little over a screen worth of data at a time.  Entering
REPORT will only pass over to BROWSE or VIEW what is already formatted.  

For Point and Shoot, that is an ISPF term.  In an ISPF panel definition,
when you use the Dialog Tag Language, you can define a field as point and
shoot.  Placing your cursor on the field and pressing enter allows you to
act upon that field to do some other action.  It's a nice facility, but, you
would first have to get your data on to your ISPF panel, then you could
point and shoot.  (Essentially, hiperlinking for 3270) 

Todd

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Miklos Szigetvari
 Sent: Friday, March 27, 2009 6:05 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Cursor on IPCS sysout stream
 
 Hi Todd
 
 Thank you for your answer
 The REPORT VIEW/BROWSE  would be o.k, but for the LEDATA report I get
 only a part of  the list.
 What do you maen about point and shoot ?
 I have modified the BLSPNTRC panel, and now I'm getting more or less , I
 wanted to have.
 
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Cursor on IPCS sysout stream

2009-03-27 Thread Dave Salt
 From: pro...@burchwoodusa.com
 For Point and Shoot, that is an ISPF term. In an ISPF panel definition,
 when you use the Dialog Tag Language, you can define a field as point and
 shoot. Placing your cursor on the field and pressing enter allows you to
 act upon that field to do some other action.

FYI: Point-and-shoot has nothing to do with Dialog Tag Language. As an example, 
SimpList is a commercial product that makes extensive use of the ability to 
point-and-shoot. This can be accomplished by pointing at fields with a cursor 
or by clicking them with a mouse. There are more than 300 ISPF panels, and 
every one of them supports point-and-shoot (hence the ability to surf the 
mainframe). None of the panels were written using Dialog Tag Language.

Dave Salt

SimpList(tm) - try it; you'll get it!
http://www.mackinney.com/products/SIM/simplist.htm
_
Experience all of the new features, and Reconnect with your life.
http://go.microsoft.com/?linkid=9650730

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Point-and-shoot (was: Cursor on IPCS sysout stream)

2009-03-27 Thread Dave Salt
 From: pro...@burchwoodusa.com
 For Point and Shoot, that is an ISPF term. In an ISPF panel definition,
 when you use the Dialog Tag Language, you can define a field as point and
 shoot. Placing your cursor on the field and pressing enter allows you to
 act upon that field to do some other action.

FYI: Point-and-shoot has nothing to do with Dialog Tag Language. As an example, 
SimpList is a commercial product that makes extensive use of the ability to 
point-and-shoot. This can be accomplished by pointing at fields with a cursor 
or by clicking them with a mouse. There are more than 300 ISPF panels, and 
every one of them supports point-and-shoot (hence the ability to surf the 
mainframe). None of the panels were written using Dialog Tag Language.

Dave Salt
SimpList(tm) - try it; you'll get it!
http://www.mackinney.com/products/SIM/simplist.htm
_
Chat with the whole group, and bring everyone together.
http://go.microsoft.com/?linkid=9650735

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Point-and-shoot (was: Cursor on IPCS sysout stream)

2009-03-27 Thread Todd Burch
Dave said
FYI: Point-and-shoot has nothing to do with Dialog Tag Language. 

Nothing, of course, other than being an exact term and concept used by IBM
for describing a facility of the ISPF Dialog Tag Language? 

http://publib.boulder.ibm.com/infocenter/zos/v1r10/topic/com.ibm.zos.r10.f54
dt00/hps.htm?resultof=%22%70%6f%69%6e%74%22%20%22%73%68%6f%6f%74%22%20

Perhaps you meant to say PS capability is not unique to ISPF?  Or, that
there were other ways to implement PS than the DTL?  I would agree 100%
with you on this clarification.
 
Todd


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Dave Salt
 Sent: Friday, March 27, 2009 8:22 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Point-and-shoot (was: Cursor on IPCS sysout stream)
 
  From: pro...@burchwoodusa.com
  For Point and Shoot, that is an ISPF term. In an ISPF panel
 definition,
  when you use the Dialog Tag Language, you can define a field as point
 and
  shoot. Placing your cursor on the field and pressing enter allows you
 to
  act upon that field to do some other action.
 
 FYI: Point-and-shoot has nothing to do with Dialog Tag Language. As an
 example, SimpList is a commercial product that makes extensive use of the
 ability to point-and-shoot. This can be accomplished by pointing at fields
 with a cursor or by clicking them with a mouse. There are more than 300
 ISPF panels, and every one of them supports point-and-shoot (hence the
 ability to surf the mainframe). None of the panels were written using
 Dialog Tag Language.
 
 Dave Salt

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Point-and-shoot (was: Cursor on IPCS sysout stream)

2009-03-27 Thread Dave Salt
Todd,
 
It would be true to say that Red cars can be used for traveling. However, it 
would be misleading to say that because the color of the car has nothing to do 
with it.
 
In the same way, it is true to say When you use the Dialog Tag Language, you 
can define a field as point and shoot. But again, it's misleading because the 
language of the panel has nothing to do with it. I hope that clarifies the 
point I was trying to make.
  
Dave Salt

SimpList(tm) - try it; you'll get it!
http://www.mackinney.com/products/SIM/simplist.htm







 Date: Fri, 27 Mar 2009 22:09:22 -0600
 From: pro...@burchwoodusa.com
 Subject: Re: Point-and-shoot (was: Cursor on IPCS sysout stream)
 To: IBM-MAIN@bama.ua.edu

 Dave said
 FYI: Point-and-shoot has nothing to do with Dialog Tag Language.

 Nothing, of course, other than being an exact term and concept used by IBM
 for describing a facility of the ISPF Dialog Tag Language?

 http://publib.boulder.ibm.com/infocenter/zos/v1r10/topic/com.ibm.zos.r10.f54
 dt00/hps.htm?resultof=%22%70%6f%69%6e%74%22%20%22%73%68%6f%6f%74%22%20

 Perhaps you meant to say PS capability is not unique to ISPF? Or, that
 there were other ways to implement PS than the DTL? I would agree 100%
 with you on this clarification.

 Todd


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Dave Salt
 Sent: Friday, March 27, 2009 8:22 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Point-and-shoot (was: Cursor on IPCS sysout stream)

 From: pro...@burchwoodusa.com
 For Point and Shoot, that is an ISPF term. In an ISPF panel
 definition,
 when you use the Dialog Tag Language, you can define a field as point
 and
 shoot. Placing your cursor on the field and pressing enter allows you
 to
 act upon that field to do some other action.

 FYI: Point-and-shoot has nothing to do with Dialog Tag Language. As an
 example, SimpList is a commercial product that makes extensive use of the
 ability to point-and-shoot. This can be accomplished by pointing at fields
 with a cursor or by clicking them with a mouse. There are more than 300
 ISPF panels, and every one of them supports point-and-shoot (hence the
 ability to surf the mainframe). None of the panels were written using
 Dialog Tag Language.

 Dave Salt

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
_
Experience all of the new features, and Reconnect with your life.
http://go.microsoft.com/?linkid=9650730

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Cursor on IPCS sysout stream

2009-03-26 Thread Todd Burch
If you mean programmatically through an IPCS facility, there is no interface
that I am aware of.  You can always issue REPORT VEIW and then run an edit
macro to act upon it though.  Or, use ISPF dialogs and then code up a point
and shoot field.

Todd

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Miklos Szigetvari
 Sent: Tuesday, March 24, 2009 10:41 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Cursor on IPCS sysout stream
 
 Hi
 
 Can I refrer to a storage address under the cursor in IPCS sysout stream ?
 
 --
 Miklos Szigetvari
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Cursor on IPCS sysout stream

2009-03-24 Thread Miklos Szigetvari

Hi

Can I refrer to a storage address under the cursor in IPCS sysout stream ?

--
Miklos Szigetvari

Development Team
ISIS Information Systems Gmbh 
tel: (+43) 2236 27551 570
Fax: (+43) 2236 21081 

E-mail: miklos.szigetv...@isis-papyrus.com 

Info: i...@isis-papyrus.com 
Hotline: +43-2236-27551-111 

Visit our Website: http://www.isis-papyrus.com 
---

This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS accepts
no responsibility for malicious or inappropriate content.
--- 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html