Starting CA7ONL in a test system after renaming the CA7 datasets the following message appears:
10.47.06 STC12345 IEC143I 213-04,IFG0194A,CA7ONL,CA7ONL,UCC7LOG,123A,SSS600, 640
640 SYPR.CA7.LOGP
The UCC7LOG DD in CA7ONL is:
//UCC7LOG DD DISP=SHR,DSN=SYTE.CA7.LOGP
Why does the IEC143I message reference the log file SYPR.CA7.LOGP if the log name in UCC7LOG DD is SYTE.CA7.LOGP ?
Release : 12.0/12.1
Component : CA 7
The ALOG1 statement in the initialization file specifies the name of the primary log data set and should match the //UCC7LOG dd dataset.
Update ALOG1 with the name of the Log dataset
ALOG1,DSN=SYTE.CA7.LOGP
Also, review the ALOG2 statement to match the //UCC7LOGS dd dataset.