)F ISPCTE Dialog to update ISPF command tables Program ISPCTE is an ISPF dialog to update and activate the ISPF stored command tables. Primary use is for the site- and user command tables, but any ISPF command table can be edited. Parameters libname(mbrname) Library- and membername for the table you wish to edit. libname mbrname Alternate to above. mbrname ISPF profile ds will be used as libname SITE Edit the site table, name must be set in the program prolog. USER Edit the user table, name must be set in the program prolog. Primary commands All Show all lines, including hidden. ACTivate Activate table dynamically. CANcel Cancel dialog without saving. Find text Find next occurance of text. NEW Start subdialog for creating a new entry. Only text Show only lines with text. SAVE Save table and continue dialog. X text Exclude all lines with text. Line commands D Delete entry (confimation screen is shown). E Edit entry. I Start subdialog for inserting a new entry. R Repeat entry, edit copy. T Test - execute the action. Installation ISPCTE is distributed as a TSO XMIT dataset. - RECEIVE the dataset to a library. - Copy members ISPCTE and XISPTBL to your REXX lib. - Copy members ISPCTED ISPCTEL ISPCTELH ISPCTEP and ISPCTES to your ISPF panel lib. - Change REXX member ISPCTE as follows: usertable1 Change value to the name of your user command table and the libraryname it is in. The default is that the program will try to locate the USERCMDS member in your ISPF profile library. sitetable1 Change value to the name of your site command table and the libraryname it is in. The default is that the program will try to locate the SITECMDS member in your ISPTLIB concatenation. ISPCTE requires the external REXX pgm XISPTBL for its table dialog. Author Willy Jensen mail: willy@harders-jensen.com web : http://harders-jensen.com )X )O