Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Trace mouse movement

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
awyn

New User


Joined: 11 Feb 2008
Posts: 49
Location: chennai

PostPosted: Wed Aug 06, 2008 11:24 am    Post subject: Trace mouse movement
Reply with quote

Hi,
Can you tell me how to trace the mouse movement in the rexx language?
Back to top
View user's profile Send private message
References
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8643
Location: 221 B Baker St

PostPosted: Wed Aug 06, 2008 11:35 am    Post subject:
Reply with quote

Hello,

Are you asking about mainframe rexx or rexx on a pc or ?

The mainframe does not know there is a mouse. . .

The version of rexx we had on pc's long ago was also text based and did not use the mouse. It ran in windows, but was text based for compatability with the mainframe and other character-based environments.
Back to top
View user's profile Send private message
awyn

New User


Joined: 11 Feb 2008
Posts: 49
Location: chennai

PostPosted: Wed Aug 06, 2008 11:40 am    Post subject:
Reply with quote

Then how the mainframe recognize the mouse actions for the copy and cut options.
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8643
Location: 221 B Baker St

PostPosted: Wed Aug 06, 2008 11:46 am    Post subject:
Reply with quote

Hello,

The mainframe does not recognize the mouse for copy/paste operations. . . These are functions done on the desktop by the Windows environment and the code running in windows. It just happens that the windows application is the 3270 terminal emulator that happens to be connected to the mainframe. The mainframe does not participate in the desktop copy/paste.
Back to top
View user's profile Send private message
awyn

New User


Joined: 11 Feb 2008
Posts: 49
Location: chennai

PostPosted: Wed Aug 06, 2008 11:51 am    Post subject:
Reply with quote

Ok thanks for ur reply
Back to top
View user's profile Send private message
awyn

New User


Joined: 11 Feb 2008
Posts: 49
Location: chennai

PostPosted: Wed Aug 06, 2008 11:54 am    Post subject:
Reply with quote

can you please tell me how to give user coded command in the line number like the DD for delete , cc for copy given in the line number.
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8643
Location: 221 B Baker St

PostPosted: Wed Aug 06, 2008 11:56 am    Post subject:
Reply with quote

Hello,

Please post an example of what you are asking about.

I'm not sure i understand the question.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Senior Member


Joined: 20 Oct 2006
Posts: 1618
Location: germany

PostPosted: Wed Aug 06, 2008 11:59 am    Post subject:
Reply with quote

awyn,

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/library

search for ISPF EDIT and EDIT MACROS.

the format/syntax for executing ISPF commands in REXX is fully explained.
Back to top
View user's profile Send private message
awyn

New User


Joined: 11 Feb 2008
Posts: 49
Location: chennai

PostPosted: Wed Aug 06, 2008 12:07 pm    Post subject:
Reply with quote

to delete a block of command we use to give dd at the begining of the line and end with dd at the end of line .
How to code a command to give it in the line number , in rexx to make it to do the user requested operation.

Eg.
****** *****************************
00dd01 /**REXX**/
000002 ADDRESS ISREDIT
000003 "MACRO NOPROCESS (LANG,OPT1)"
000004 /*"MACRO"*/
000005 "(DATASET) =DATASET"
000dd6 "(MEMNAME) =MEMBER"
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8643
Location: 221 B Baker St

PostPosted: Wed Aug 06, 2008 12:16 pm    Post subject:
Reply with quote

Hello,

You need to do what DBZ suggested.

You will probably use those features to meet your requirement.
Back to top
View user's profile Send private message
awyn

New User


Joined: 11 Feb 2008
Posts: 49
Location: chennai

PostPosted: Wed Aug 06, 2008 12:21 pm    Post subject:
Reply with quote

ya ok thanks
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8643
Location: 221 B Baker St

PostPosted: Wed Aug 06, 2008 12:26 pm    Post subject: Reply to: Trace mouse movement
Reply with quote

You're welcome - good luck icon_smile.gif

When you are working on your code, post problems with the code here and someone should be able to help.

d
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1