10. MODIFICATION › 10.1 Checklists › 10.1.6 Add a New File
10.1.6 Add a New File
To add a new file to retain information that is not normally
kept in the CA MICS Data Base, follow the checklist provided
below.
****************************************************
* *
* CHECKLIST 6 - ADD A NEW FILE *
* *
****************************************************
___ 1. Save a copy of the following members in
sharedprefix.MICS.LOCALMOD.CNTL for recovery
purposes:
sharedprefix.MICS.GENLIB: CICGENIN, COMPTDEF
sharedprefix.MICS.HOLD.PARMS: COMPTDEF
sharedprefix.MICS.SOURCE: #CICEXIT
___ 2. Review the file and data element definition statement
descriptions in Sections 4.2.4.2 and 4.2.4.3 of the
System Modification Guide (SMG).
___ 3. Add the new file to the CICGENIN member of your
sharedprefix.MICS.GENLIB using the file and data
element definition statements. Use IEBUPDTE to apply
the change.
___ 4. Regenerate the CICS Analyzer by submitting the job in
sharedprefix.MICS.CNTL(CICCGEN).
___ 5. Define SAS DATA statement and KEEP list for cycle 00
of the new file in exit USRSDKP in
sharedprefix.MICS.SOURCE(#CICEXIT). See Section
10.2.3 of this guide for an example.
___ 6. Insert your code for creating the new file in the
appropriate exit in
sharedprefix.MICS.SOURCE(#CICEXIT). For example, to
output an observation during transaction processing
time, use the USRSCSW exit. See Section 10.2.3 of
this guide for an example.
****************************************************
* Repeat steps 7 through 11 for each data *
* base unit containing the CICS Analyzer. *
****************************************************
___ 7. Review the definitions in prefix.MICS.PARMS(DBMODEL).
Modify the cycle retention number to match the file
status in each timespan and the status for audit and
history archive. See Section 7.3.10 of this guide
for details on DBMODEL definitions.
___ 8. Submit the job in prefix.MICS.CNTL(CYCLEGEN).
****************************************************
* Perform steps 9 through 11 if file archive *
* is active. *
****************************************************
___ 9. Modify prefix.MICS.PARMS(JCLGENU) so that it contains
a single line that reads:
GDGSGEN
___ 10. Submit the job in prefix.MICS.CNTL(JCLGENU).
___ 11. Submit the job in prefix.MICS.CNTL(GDGSGEN).