Is there a way to retrieve the values for $CCFCOMI if the source is gone for a previous Librarian release?
Release : 4.4
Component : Librarian
To find the $CCFCOMI values from the previous Librarian release run the DUMPIT utility.
JCL example below:
//DUMPIT EXEC PGM=AMASPZAP
//SYSLIB DD DISP=SHR,DSN=YOUR.LIBRARIAN.LOADLIB <<< change to your previous Librarian loadlib >>>>>>
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DUMPT $CCFCOMI *
//