Re: re-locating the cursor into the primary command line within an ispf edit macro

2010-09-07 Thread Tidy, David (D)
-locating the cursor into the primary command line within an ispf edit macro hi all, if you apply ISREDIT FIND ... ISREDIT CHANGE ... or similar ispf edit macro commands, the cursor is placed in the corresponding text line. when the macro terminates, and the edit panel appears, the cursor always

re-locating the cursor into the primary command line within an ispf edit macro

2010-09-07 Thread Dr. Stephen Fedtke
hi all, if you apply ISREDIT FIND ... ISREDIT CHANGE ... or similar ispf edit macro commands, the cursor is placed in the corresponding text line. when the macro terminates, and the edit panel appears, the cursor always resides in any of these lines. we did not find any way to relocate the

Re: ISPF Edit Macro

2009-01-20 Thread Mark Zelden
On Tue, 20 Jan 2009 16:39:32 -0500, Thompson, Steve wrote: > >Done found it, and fixed it. The "macro" was RES for RESET which is what >I type at the top of edit/view sessions when there are junk messages at >the top that I don't care about... (among other times). Some how I >managed to get it p

Re: ISPF Edit Macro

2009-01-20 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mark Zelden Sent: Tuesday, January 20, 2009 3:29 PM To: IBM-MAIN@bama.ua.edu Subject: Re: ISPF Edit Macro Put this exec in a library and execute it: /* rexx */ Address ISPEXEC /* "V

Re: ISPF Edit Macro

2009-01-20 Thread Mark Zelden
On Tue, 20 Jan 2009 15:19:50 -0500, Thompson, Steve wrote: >I am still scratching my head as to how that got picked up as an initial >macro. But, it is no more. > In my experience... type ahead with your emulator. The initial panel pops up for a flat file edit and you never see or notice it bec

Re: ISPF Edit Macro

2009-01-20 Thread Mark Zelden
On Tue, 20 Jan 2009 15:05:08 -0500, Thompson, Steve wrote: >-Original Message- >From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On >Behalf Of Betsy Jeffery >Sent: Tuesday, January 20, 2009 9:36 AM >To: IBM-MAIN@bama.ua.edu >Subject: ISPF Edit Ma

Re: ISPF Edit Macro

2009-01-20 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Tom Marchant Sent: Tuesday, January 20, 2009 2:47 PM To: IBM-MAIN@bama.ua.edu Subject: Re: ISPF Edit Macro Whenever you get a short message that you don't understand, you should pres

Re: ISPF Edit Macro

2009-01-20 Thread Tom Marchant
On Tue, 20 Jan 2009 15:05:08 -0500, Thompson, Steve wrote: > >It happens with PDS before I even select a member (ISRUDSM panel says >"Initial edit macro set"). I haven't tried a DSORG=PS file yet. > >And it is always from 3.4 or DSLIST panels, not EDIT (=2) or View (=1). Whenever you get a short m

Re: ISPF Edit Macro

2009-01-20 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Field, Alan C. Sent: Tuesday, January 20, 2009 2:13 PM To: IBM-MAIN@bama.ua.edu Subject: Re: ISPF Edit Macro I've captured the wisdom of this list over the years on this problem. Here

Re: ISPF Edit Macro

2009-01-20 Thread Field, Alan C.
the a panel. See if the first line in the panel has RE in it. If it does erase it. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Thompson, Steve Sent: Tuesday, January 20, 2009 14:05 To: IBM-MAIN@bama.ua.edu Subject: Re: ISPF Edit Macro --

Re: ISPF Edit Macro

2009-01-20 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Betsy Jeffery Sent: Tuesday, January 20, 2009 9:36 AM To: IBM-MAIN@bama.ua.edu Subject: ISPF Edit Macro I found the culprit. Well, I have been following this with some interest, because

Re: ISPF Edit Macro

2009-01-20 Thread Mark Zelden
On Tue, 20 Jan 2009 09:21:50 -0600, Betsy Jeffery wrote: >Thanks for the posts. Unfortunatley, the suggestions have not worked yet. >My profile shows IMACRO NONE and EDSET shows no inital macro. The >problem persists but not in all files. >Betsy > Is it only happening for flat file (dsorg=ps)

ISPF Edit Macro

2009-01-20 Thread Betsy Jeffery
I found the culprit. The 'ISRUEDIT DSLIST' panel had an errant character in the inital macro screen. Clearing it fixed the problem for PDS/PDSE/sequential files. Don't you hate it when the answer is right in front of you but you can't see it! Thanks to all. -

Re: ISPF Edit Macro

2009-01-20 Thread Steve Comstock
Betsy Jeffery wrote: Thanks for the posts. Unfortunatley, the suggestions have not worked yet. My profile shows IMACRO NONE and EDSET shows no inital macro. The problem persists but not in all files. Betsy But in your initial post you wrote: "Some how I have managed to create something t

Re: ISPF Edit Macro

2009-01-20 Thread Betsy Jeffery
Thanks for the posts. Unfortunatley, the suggestions have not worked yet. My profile shows IMACRO NONE and EDSET shows no inital macro. The problem persists but not in all files. Betsy -- For IBM-MAIN subscribe / signoff /

Re: ISPF Edit Macro

2009-01-20 Thread John P Kalinich
And check your Edit settings with the Edit_Settings pull-down or the EDSET command. Regards, John K Wayne B of the IBM Mainframe Discussion List wrote on 01/19/2009 09:04:04 PM: > Make sure you didn't accidentally set up an initial macro on your ISPF EDIT > panel. > > In option 2) look below th

Re: ISPF Edit Macro

2009-01-19 Thread Wayne Bickerdike
Make sure you didn't accidentally set up an initial macro on your ISPF EDIT panel. In option 2) look below the Workstation File line and make sure nothing is in the initial macro field. I've done this by accident a few times. The macro setting will stay in your ISPF profile until you remove it.

Re: ISPF Edit Macro

2009-01-19 Thread Field, Alan C.
ibm-m...@bama.ua.edu] On Behalf Of Betsy Jeffery Sent: Monday, January 19, 2009 10:05 To: IBM-MAIN@bama.ua.edu Subject: ISPF Edit Macro Some how I have managed to create something that ISPF thinks is an edit macro. Opening any file/member tries to execute the macro (which is junk and therefore in

Re: ISPF Edit Macro

2009-01-19 Thread John P Kalinich
Betsy Jeffery of the IBM Mainframe Discussion List wrote on 01/19/2009 10:05:17 AM: > Some how I have managed to create something that ISPF thinks is an edit > macro. Opening any file/member tries to execute the macro (which isjunk and > therefore invalid). Simple question for simple mind: How

ISPF Edit Macro

2009-01-19 Thread Betsy Jeffery
Some how I have managed to create something that ISPF thinks is an edit macro. Opening any file/member tries to execute the macro (which is junk and therefore invalid). Simple question for simple mind: How do I get rid of it? I have searched high and low and cannot find the reference. TSO/