We have two Ideal PROD programs that are resources of each other and we want to mark both programs to HIST.
Is there any way to do this?
Release : 15.1
Component : CA IDEAL
There are two ways to do this
(1)
First, assuming you want to retire these programs completely, the first process would be to
D IND PGM RELATED PGM program1
D IND PNL RELATED PGM program1
D IND RPT RELATED PGM program1
D IND PGM RELATED PGM program2
D IND PNL RELATED PGM program2
D IND RPT RELATED PGM program2This will give the whole picture of what is involved. From there, do:
DUP PGM program1 V PROD NEXT VER
DUP PGM program2 V PROD NEXT VEREdit both programs, comment out the logic that calls the "other" program, and remove the "other" program from the RES section.
If there are PNLs or RPTs associated with the program, you need to decide if these go away, too. If so, then mark them to hist along with the programs.
When ready, compile the programs, mark them to prod, and them mark them to Hist.
(2)
The second way to retire these would be to export the programs to keep them, and then delete the programs. This also assumes you want to retire the programs.
This is highly unusual that each program is a resource of the other program. If you are not sure. Open case for Broadcom support to review