Common Errors In The TSSPARM0
search cancel

Common Errors In The TSSPARM0

book

Article ID: 46730

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

-When modifying the Top secret parameters in the TSSPARM0 member, there are some very common errors that can occur.
-The Top secret messages displayed during the start of Top secret are:

1)
TSS9076I CURRENT OPTION IS <DEFACI> 
TSS9020W INVALID PARAMETER FILE OPTION 
TSS9079E INVALID DATA 
 
2)
TSS9076I CURRENT OPTION IS <005) > 
TSS9020W INVALID PARAMETER FILE OPTION 
TSS9079E INVALID DATA 
 
3)
TSS9112E UNABLE TO DETERMINE JES LEVEL 

Environment

Release: TOPSEC00200-15-Top Secret-Security
Component:

Resolution

1) The TSSPARM0 likely has:

FACILITY(facility_name=DEFACID=*NONE*)

This statement has to be replaced by FACILITY(facility_name=DEFACID(*NONE*)) 

Please note: To remove a DEFACID value, the keyword is *NONE*. To specify or change a DEFACID, it must be enclosed by parenthesis.  

2) The TSSPARM0 likely has:

FACILITY(facility_name=PGM=DFS,ID=xx,TYPE=005)

This statement has to be replaced by FACILITY(facility_name=PGM=DFS,ID=xx,TYPE=IMS) 

Please note: when you specify a facility type for a CICS or IMS facility the facility TYPE must be TYPE=CICS and TYPE=IMS respectively.

3) The TSSPARM0 likely shows:

JES(SSID=JES2,TYPE=JES2,LEVEL=z/OS2.1,VERIFY) 

This statement has to be replaced by JES(SSID=JES2,TYPE=JES2,LEVEL=z/OS 2.1,VERIFY) 

Please note there is space between the word "z/OS and word "2.1".

Additional Information

You don't need to re-IPL your system to pick up changes in the Top Secret parameter file. P TSS in temporary and S TSSproc,,,REINIT 
If you want your TSSproc to start under the MSTR, you can issue S TSSproc,,,REINIT,SUB=MSTR .