Return to Mainframe Utilities Page
Module
ISREDIT MACRO ISREDIT FIND P'¬' .ZCSR .ZCSR LAST ISREDIT (LINE,COL) = CURSOR ISREDIT CURSOR = .ZCSR &EVAL(&COL+1)
Documentation
EOL - This edit macro command will take the current cursor position and move the cursor one position past the last character on the line. It works the same as the "End" key on a PC. To make this command effective, set up one of the PF keys to execute this command. To do this, go into option "0" (as in zero) from the ISPF Main Menu. Select "3" for PF Key setup. Change one of the PF key assignments to "EOL", then exit. This way if you want to add data to the end of the line without spacing, tabing, or arrowing to the end, just hit the pfkey assigned to the eol command. To use the command, place the cursor on a line and hit the PF key assigned to EOL.