External File Interface data has been loaded. Debits and credits have been posted. CLOSETBL and FINRECAP jobs have been executed. Is there a way to correct the data from the External File Interface (EFI) update without restoring and rerunning the entire process?
Environment
Release: 12.9 Component: MICS-Resource Management-Accounting and Chargeback
Cause
The problem occurred because the input file for the External File Interface job was invalid.
Resolution
Create a SAS job to read the TABLES.ACTSDT01 file and delete records that contain the comp code (SDTCPC) for the External File Interface data.
Submit sharedprefix.CNTL(ACTADJLD) to load the corrected data into sp.MICS.ISPTLIB. Specify 01 for the cycle.
Submit the External File Interface job with the corrected data and set the CYCLE=nn to 01 on the SYSPARM statement in the JCL.
Submit sharedprefix.CNTL(FINRECAP).
Additional Information
A backup of sharedprefix.MICS.ISPTLIB and sharedprefix.MICS.TABLES is recommended before starting the process.