For some command idea, here are some I've added;
If anyone else has some additional ones I'd love to hear about them.

*     CL - Change to case of the word under the cursor to Lower case.  
*     CU - Change to case of the word under the cursor to Upper case.  
*     CP - Copy line(s) to multiple target labels. The data to copy is 
*          the CP line or the block of lines within CPP block cmds.    
*          The targets to receive the copies are set via labels.       
*          Use labels .AA thru .AZ to copy AFTER the labeled lines.    
*          Use labels .BA thru .BZ to copy BEFORE the labeled lines.   
*          Adopted from the CM (Copy to Multiple lines) macro.         
*     CPC- Same as CP only it uses the ISPF default clipboard item     
*          as the data to copy to the target labels. CPC may be entered
*          on ANY line as it has no significance in the copy process.  
*          Just set the target labels, enter CPC someplace and ENTER.  
*     FA - Find All occurrences of a word.                             
*          If the cursor is on a word, it processes it,                
*          If cursor is in the line cmd, the 1st word on the line is
used. 
*          Same as the XF command except XF excludes non found lines.  
*     HX - Create Hex for the character line, (non editable)           
*          Translates the line to HEX and adds the two line HEX data   
*          as note line in the member.  RESet removes the HEX data.    
*     HD - Create Hex Data for the character line, (editable).         
*          Translates the line to HEX and adds the two line HEX data   
*          as editable data in the member.                             
*          SEE USAGE NOTES                                             
*     HC - Hex to Character string. Works in conjunction with HD.      
*          Changes a two line Hex representation of a character string 
*          back to the one line character string.                      
*          SEE USAGE NOTES                                             
*     HELP-Displays the commands available with LINEMAC.               
*     RX - Add a blank REXX formatted comment to the End of the line.  
*     CM - Add a blank formatted comment 'flower box' appropriate for  
*          the type of member being updated.                           
*     CMT  Call the more robust CMT edit macro to create a comment box 
*     CMO- Comment out a line.                                         
*     TJ - Text join.                                                  
*     T? - Insert a REXX Trace command. i.e. TI inserts Trace I        
*                                            TN inserts Trace N        
*     UNC- Uncomment a line.(For REXX, delimiters must be on same line)
*     XFA- Exclude all and Find all occurrences of a word.             
*     XF   If the cursor is on a word, it processes it,                
*          If cursor is in the line cmd, 1st word on the line is used. 
*          Same as the FA command except this excludes non found lines.
*     VER- display LINEMAC version number.                             
*     MOD- display LINEMAC modification log.                           
*
*     If the command is not one of the above, it is entered as a primary

*     command.  If it is not a valid command then an appropriate       
*     error message is displayed.                                      
*                                                                      

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On
Behalf Of Michael Knigge
Sent: Thursday, September 10, 2009 10:29 AM
To: [email protected]
Subject: Re: User-written ISPF-Editor line commands

Thank you guys! That's exactly what I'm looking for!


Bye,
Michael

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

______________________________________________________________________
CONFIDENTIALITY NOTICE: This email from the State of California is for the sole 
use of the intended recipient and may contain confidential and privileged 
information. Any unauthorized review or use, including disclosure or 
distribution, is prohibited. If you are not the intended recipient, please 
contact the sender and destroy all copies of this email.

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

Reply via email to