Two users were created by cloning another acid. The new users are having the below issue.
FSUM2159I No session was started. This TSO/E user ID has no defined UID.+
FSUM2160I Function = sigprocmask, return value = FFFFFFFF, return code = 0000009C, reason code = 0B0C00FC
OMVS gets an error stating the Program (or Shell) is /BIN/SH
The PROGRAM or SHELL should be lowercase /bin/sh
Release : Top Secret 16.0
Cloning/Create Using uppercased everything.
In order to not be uppercased the Program needs to be in single quotes, OMVSPGM('/bin/sh').
Remove the current OMVSPGM and then add it back:
TSS REMOVE(acid) OMVSPGM(/BIN/SH)
TSS ADD(acid) OMVSPGM('bin/sh')
TSS REFRESH(acid) JOBNAME(*)
Changed generic acid name to (acid), just in case (EKB).