Implementing File Manager edit models in ISPF Edit

Configure your ISPF environment to enable access to File Manager edit models from an ISPF Edit session.

To implement the File Manager ISPF edit models, perform the following steps:
  • Ensure that FMN.SFMNPENU is concatenated to ISPPLIB.
  • Ensure that FMN.SFMNSLIB is concatenated to ISPSLIB.
  • Modify the ISPF panel ISREMCLS to include a new model class named JCL.

    A sample of the updates required can be found in FMN.SFMNSAM1(FMNEMCLS).

  • Modify the ISPF panels ISREMEXC and ISREMRXC to include an option for processing File Manager external REXX functions from the EXEC and REXX model panels.

    A sample of the updates required for ISPEMEXC can be found in FMN.SFMNSAM1(FMNEMEXC) and the updates required for ISPEMRXC can be found in FMN.SFMNSAM1(FMNEMRXC).