George.William wrote:
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.
*
Very clever. It looks like ISPF is catching up with you,
though. The idea behind your CP command is implemented
with AK, BK, OK (copy or move after and Keep the value
for another copy or move), and HX is now an official
command (z/OS 1.11). TJ is the same as TF, I would imagine.
Still, good show.
--
Kind regards,
-Steve Comstock
The Trainer's Friend, Inc.
303-393-8716
http://www.trainersfriend.com
z/OS Application development made easier
* Our classes include
+ How things work
+ Programming examples with realistic applications
+ Starter / skeleton code
+ Complete working programs
+ Useful utilities and subroutines
+ Tips and techniques
==> Ask about being added to our opt-in list: <==
==> * Early announcement of new courses <==
==> * Early announcement of new techincal papers <==
==> * Early announcement of new promotions <==
----------------------------------------------------------------------
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