What are the procedures to define the Top Secret CPF journal and RECVCMDS files when the CPFNODES definitions are in the Top Secret parameter file?
Release : 16.0
Component : CA Top Secret for z/OS
When the CPF definitions are in the Top Secret parameter file, to begin using the CPF journal and RECVCMDS files, add DD statements to the Top Secret startup proc on each system. For example, NODE1 and NODE2 are using CPF to keep the security files in sync. The CPF journal file DD will use the name of the remote node. The RECVCMDS file will have a DD name of RECVCMDS.
On system NODE1:
//NODE2 DD SYSOUT=*
//RECVCMDS DD SYSOUT=*
And on system NODE2:
// NODE1 DD SYSOUT=*
//RECVCMDS DD SYSOUT=*
Top Secret needs to be recycled for these files to be allocated as a sysout file in the Top Secret started task.