Is there a PARM that tells CICS only read ACF2PARM records not CIC records?
Release :
Component :
The C-CIC records are selected through a logonid field called CICSOPT. If you issue a list command for CICS region started task logonid and see CICSOPT(SYSID) specified under CICS section, it tells ACF2/CICS interface to look at the infostorage database for C-CIC records as shown below:
ACF
LIST CICSSTC
CICSSTC C CICSSTC CICSSTC
COMPANY(C) DEPT() IDNUM() LEVEL() LOCATION() OLDLID()
OWNER() OWNTYPE() POSITION() PROJECT() SITE()
PRIVILEGES CICS DUMPAUTH JOB MUSASS NON-CNCL SECURITY STC TSO
ACCESS ACC-CNT(97) ACC-DATE(06/29/21) ACC-SRCE(STCINRDR)
ACC-TIME(07:52)
PASSWORD KERB-VIO(0) KERBCURV() MAXDAYS(90)
PSWA1TOD(00/00/00-00:00) PSWA2TOD(00/00/00-00:00)
PSWD-DAT(00/00/00) PSWD-INV(0) PSWD-TOD(00/00/00-00:00)
PSWD-VIO(0) PSWDCVIO(0) PWP-DATE(00/00/00) PWP-VIO(0)
TSO CHAR(BS) DFT-PFX(CICSSTC) DFT-SOUT(A) DFT-SUBM(A)
INTERCOM JCL LGN-ACCT LGN-PROC LINE(ATTN) MAIL MSGID
NOTICES PROMPT TSOFSCRN TSOPROC(PROCXXXX) TSORGN(4,096)
TSOSIZE(131,072) WTP
STATISTICS CRE-TOD(02/05/20-13:59) SEC-VIO(0)
UPD-TOD(06/29/21-08:59)
CICS ACF2CICS CICSOPT(SYSA)
MUSASS MUSUPDT
RESTRICTIONS GROUP(DFTGRP) PREFIX(CICSSTC)
If CICSOPT is blank or null, CA ACF2/CICS interface only uses the ACF2PARM file.
The ACF2PARM file is processed first followed by C-CIC records, the last specified record is used by the interface, which allows to override the ACF2PARM records with C-CIC records.