Symptoms:
z/OS 1.10 was brought up for the first time and these error messages appeared in the SYSLOG.
TSS9079E INVALID DATA
TSS9076I CURRENT OPTION IS <z/OS 1>
TSS9076I CURRENT OPTION IS <NOVERI>
TSS9020W INVALID PARAMETER FILE OPTION
TSS9112E UNABLE TO DETERMINE JES LEVEL
TSS9401E ETRUST CA-TOP SECRET CONTROL OPTION 'JCT' IS INCORRECTLY SET
Here it is how LEVEL statement was set:
JES(SSID=JES2,TYPE=JES2,LEVEL=z/OS 1.10,NOVERIFY)
Change JES Control Option to:
JES(SSID=JES2,TYPE=JES2,RELEASE=z/OS1.10,NOVERIFY)
The space between z/OS and 1.10 has to be removed.
The LEVEL operand can be a maximum of 8 characters.
If you are running z/OS 1.n do not include a space in the LEVEL= operand.
If you are running z/OS 2.n, include a space before the release number in the LEVEL= operand,
For Example:
JES(SSID=JES2,TYPE=JES2,RELEASE=z/OS 2.5,NOVERIFY)