How To
Summary
The ISPF Command Table Utility can be used to update a command table, unless the command table is in use. If the command table is in use:
1. Copy the command table into a different library
2. Change the copied member
3. Replace the member in the original library.
Steps
- Locate USERCMDS in the ISPTLIB concatenation. On an ISPF command line, enter
DDLIST
On the Current Data Set Allocations panel, enter
MEMBER USERCMDS ISPTLIB
to search the ISPTLIB concatenation for member USERCMDS.
- Use the M command to show USERCMDS in a member list. Use the C line command to copy the member to your newly created 'MYDATA.TEST.TABLES' library. Use new member name XXXXCMDS.
2. Change the copied member
- Create and then run the following exec:
/* rexx */
address ispexec
"libdef isptlib dataset id('mydata.test.tables')"
"libdef isptabl dataset id('mydata.test.tables')"
"select panel(ispucma) addpop scrname(cmdtable)"
"libdef isptlib"
"libdef isptabl"
Document Location
Worldwide
Was this topic helpful?
Document Information
More support for:
ISPF for z/OS
Software version:
All Version(s)
Document number:
6408708
Modified date:
27 April 2021
UID
ibm16408708