Description:
Users logon successfully with an existing TSO logon proc, PROCA and they would like to be able to logon with another proc, PROCB, but when this proc is used, the following error is received:
IKJ56482I THE PROCEDURE NAME PROCB HAS NOT BEEN DEFINED
Solution:
The additional TSO logon procs have to be defined to CA Top Secret and permitted to the user. For example:
TSS ADD(dept) TSOPROC(PROCB)
TSS PER(acid) TSOPROC(PROCB)
where 'acid' is the user acid, an attached profile, or the ALL record if all users should be allowed to use this TSO logon proc.
The user can only have 1 default TSO proc (TSOLPROC(xxx) ), however, he can be permitted to any number of TSOPROCs.