Modifying the TSO logon procedure

If you did not add FMN.SFMNMOD1 to your LINKLIST, as described above, you can add this library to the STEPLIB DD statement or the ISPLLIB DD statement in your TSO logon procedure.

You also need to add the following File Manager libraries to your TSO logon procedure.
DDNAME ISPMLIB:  add library FMN.SFMNMENU
DDNAME ISPPLIB:  add library FMN.SFMNPENU
DDNAME ISPSLIB:  add library FMN.SFMNSLIB
DDNAME ISPTLIB:  add library FMN.SFMNTENU
DDNAME SYSEXEC:  add library FMN.SFMNEXEC
DDNAME SYSPROC:  add library FMN.SFMNCLIB
If you are installing the Japanese component, add the following File Manager libraries to your TSO logon procedure.
DDNAME ISPMLIB:  add library FMN.SFMNMJPN in front of FMN.SFMNMENU
DDNAME ISPPLIB:  add library FMN.SFMNPJPN in front of FMN.SFMNPENU
DDNAME ISPTLIB:  add library FMN.SFMNTJPN in front of FMN.SFMNTENU
If you are installing the Korean component, add the following File Manager libraries to your TSO logon procedure.
DDNAME ISPMLIB:  add library FMN.SFMNMKOR in front of FMN.SFMNMENU
DDNAME ISPPLIB:  add library FMN.SFMNPKOR in front of FMN.SFMNPENU
DDNAME ISPTLIB:  add library FMN.SFMNTKOR in front of FMN.SFMNTENU
If you are using the ISPF alternate libraries, make the following change into your concatenation.

DDNAME: ISPSALT: add library FMN.SFMNSLIB
DDNAME: ISPMALT: add library FMN.SFMNMJPN or FMN.SFMNMKOR
DDNAME: ISPPALT: add library FMN.SFMNPJPN or FMN.SFMNPKOR