Defining FM/IMS in an ISPF command table
ISPF supports four different command tables where you can define
an ISPF command to invoke FM/IMS:
- Application command table
- User command table
- Site command table
- System command table
You can use the ISPF Command Table Utility (option 3.9) to create or change a command table that is not currently in use (the system command table, ISPCMDS, is always in use). When you add a command for FM/IMS to one of these command tables, you can invoke FM/IMS from any ISPF panel without prefixing the command with TSO.
Add the following entry to a command table to enable FM/IMS to be run from any ISPF panel by entering FI on the command line.
Verb | FI |
Action | SELECT PANEL(FMN1ST00) OPT(&ZPARM) SCRNAME(FMIMS) SUSPEND NEWAPPL(FMN1) |
Description | File Manager for z/OS® IMS™ component |
To invoke FM/IMS with LIBDEFs, see Example 2. ISPF command table with LIBDEF invocations.
For information about ISPF command tables, see z/OS ISPF Planning and Customizing and z/OS ISPF User's Guide Vol II.