During IPL, the background partition BG receives a:
TSS7100E 003 J=jobname A=*MISSING T=INTRDR F=BATCH - Acid Missing
TSS7144E Accessor ID Missing
The reason for this error to occur is that no default acid is defined for the BATCH FACILITY.
To resolve, create a default acid if it has not already been created with the following commands:
TSS CREATE(DUMMY) NAME('DEFAULT ACID') PASS(password,0) TYPE(USER) DEPT(DEPT) FAC(ALL)
Define the BATCH default acid in the TOP SECRET parameter file by adding the following :
FAC(BATCH=DEFACID(DUMMY))
The default acid should be authorized according to site security standards.