An alternative (just updated to include PREFIX OFF with the appropriate 
VERIFY) to the command line approach:
'SET PF16 MACRO $TOGGLE PREFIX' 

Inside a home-grown "$TOGGLE XEDIT Y2"  (which contains lots of other 
XEDIT toggle-able settings):
...
Prefix: 
 
  'COMMAND EXTRACT /PREFIX/LRECL/LSCREEN' 
   Select 
     When prefix.1='ON' & prefix.2='LEFT' then 
       Do 
         'COMMAND SET VERIFY 1' min(lrecl.1,lscreen.6-7) 
         'COMMAND SET PREFIX ON RIGHT' 
       End 
     When prefix.1='ON' & prefix.2='RIGHT' then 
       Do 
         'COMMAND SET VERIFY 1' lscreen.6-1 
         'COMMAND SET PREFIX OFF' 
       End 
     Otherwise 
        Do 
          'COMMAND SET VERIFY 1' min(lrecl.1,lscreen.6-7) 
          'COMMAND SET PREFIX ON LEFT' 
      End 
   End /* Select */ 
Return 
...

At the press one PFkey and cycle through LEFT, RIGHT, and OFF.

Mike Walter 
Hewitt Associates 
Any opinions expressed herein are mine alone and do not necessarily 
represent the opinions or policies of Hewitt Associates.



"Kris Buelens" <[EMAIL PROTECTED]> 

Sent by: "The IBM z/VM Operating System" <IBMVM@LISTSERV.UARK.EDU>
02/20/2008 11:49 AM
Please respond to
"The IBM z/VM Operating System" <IBMVM@LISTSERV.UARK.EDU>



To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
Re: Impromptu XEDIT Survey






Sir Kris The Guide runs with Prefix on Right by default (of course).
Only when frequent deletes/moves I set it left.

As I mentioned here already: when I saw XEDIT for the very first time,
the demonstrating colleague entered > and < in XEDIT's command line.
And indeed I shamelessly copied his idea, so
  SET SYN < SET PREFIX ON LEFT
  SET SYN > SET PREFIX ON RIGHT
  SET SYN ! SET PREFIX OFF
make since ages part of my SETSYN XEDIT macro, called by my various
profile macros for all XEDIT based tools.

-- 
Kris Buelens,
IBM Belgium, VM customer support




 
The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient is strictly prohibited. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. Emails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you communicate 
with us by email. 

Reply via email to