An ISPD210 error is seen with Seasoft TRMS panels accessed via ISPF and these panels are unable to be accessed.
This error started occurring after the following SAFDEF was inserted per vendor request:
**** / SAFDEF.TRMS LAST CHANGED BY xxxxxxxx ON 04/20/22-10:46
FUNCRET(4) FUNCRSN(0) ID() MODE(GLOBAL) NOAPFCHK
PROGRAM(ISPTRMS)
RACROUTE(REQUEST=AUTH CLASS=DATASET STATUS=ACCESS)
RB(ISPTRMS) RETCODE(4)
Why is this issue occurring?
Release : 16.0
Component : ACF2 for z/OS
The SAFDEF should not specify CLASS=DATASET. Removing this field from the RACROUTE parameters resolved TRMS ISPF panel issue. Users then need to be granted ADD DELETE UPDATE READ Access for resource names in the #TRMS class. A CLASMAP record for #TRMS is optional, but will effect the type code used for rule writing. The default type code will be the first 3 characters of the resource class (#TR).