COPY
This section of CKMINI documents the use of COPY.
To segment the INI into parts that different departments
manage, replace the lines moved with
::COPY dsname
or ::COPY dsname(member)
where
::COPY starts in column 1, the data set specified is physically sequential
with logical record length of 80, and if the data set is partitioned,
that an existing member is specified.Important:
- All data sets named in ::COPY must be readable by all users of this product.
- Advanced Catalog Management requires that the :INSTALLATION_DATASETS section must be defined in the primary INI, so that the ISPF component operates correctly.
- Text included using ::COPY cannot include a ::COPY statement.
- Before adding a ::COPY statement:
- First submit a Advanced Catalog Management batch
JOB with the following statement, that will print the INI as parsed:
OPTIONS LISTINI
- Send the text to the owning department and request the data set name and option member name, where it was placed.
- After the department change is made, remove that text and replace with the appropriate ::COPY statement.
- Re-run that batch JOB and compare the output to validate the change.
- First submit a Advanced Catalog Management batch
JOB with the following statement, that will print the INI as parsed:
- Before using INIMERGE to revised the INI base on INI# changes:
- First submit INIMERGE before changing the INI# directing the revised INI to a "before" member. This revised INI will have no ::COPY statements, but it will have captured departmental changes to the INI.
- Apply changes to the INI# member.
- Re-run INIMERGE to an "after" member. This revised INI will have no ::COPY statements, but it will have captured departmental changes to the INI and the product #INI changes.
- Compare the before and after members.
- Make changes to the base INI as appropriate.
- Communicate noted changes to the owners of the ::COPY data sets.