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,VOL123, 640
640 YOUR.CA7.LOGP
The UCC7LOG DD in CA7ONL is:
//UCC7LOG DD DISP=SHR,DSN=YOUR1.CA7.LOGP
Why does the IEC143I message reference the log file YOUR.CA7.LOGP if the log name in UCC7LOG DD is YOUR1.CA7.LOGP?
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=YOUR1.CA7.LOGP
Also, review the ALOG2 statement to match the //UCC7LOGS dd dataset.