This document translates the following RACF commands to set up HIS into the equivalent ACF2 commands.
Steps for starting the HIS address space
SET LID
INSERT HIS STC NON-CNCL NAME(HIS STC ACID) UID(12) HOME(/HIS) GROUP(SYS1)
SET PROFILE(GROUP) DIV(OMVS)
INSERT SYS1 GID(0)
If the HIS started task name does not match the logonid HIS, link the started task name to the logonid by INSERTing a GSO STC record:
SET C(GSO)
INSERT STC.HIS GROUP(SYS1) LOGONID(HIS) STCID(started task name)
F ACF2,REFRESH(STC)