The auditors have requested a report of all the programs that were migrated to Production using CCF.
Can't find any reports in CCF. Is there any way to get this information?
Release : 4.1
Component : Librarian Base & CCF
No, there is not a CCF report to show the modules that were migrated to production.
However, the Librarian history report will show all of the modules that were added, copied, updated to the Librarian production master file.
The report also shows the history for each module.
VSE JCL example below:
* $$ JOB
// JOB
/*
// ASSGN SYS004,DISK,VOL=VOLSER,SHR
// DLBL MASTER,'LIBRARIAN.MASTER.FILE',,DA <<<<< Librarian Master File >>>>>>>...
// EXTENT SYS004,VOLSER,1,0,RELTRK,NTRKS
// ASSGN SYS008,DISK,VOL=VOLSER,SHR
// DLBL JOBSTR,'LIB.SYSIPT',,SD <<<<< Created Sysin file >>>>>>>>>
// EXTENT SYS008,VOLSER,1,0,RELTRK,NTRKS
// EXEC LIBRPROG,SIZE=AUTO
-OPT GPO
-SEL NAME=,LISTH,NOEXEC
/* // ASSGN SYS008,IGN
// ASSGN SYS004,DISK,VOL=VOLSER,SHR
// DLBL MASTER,'LIBRARIAN.MASTER.FILE',,DA
// EXTENT SYS004,VOLSER,1,0,RELTRK,NTRKS
// DLBL IJSYSIN,'LIB.SYSIPT',,SD // EXTENT SYSIPT,VOLSER
ASSGN SYSIPT,DISK,VOL=VOLSER,SHR
// EXEC LIBRPROG,SIZE=AUTO
/*
CLOSE SYSIPT,SYSRDR
/&
* $$ EOJ