Previous Topic: General Considerations for System DocumentationNext Topic: Toolkit File Documenter


Your Company Name on Documentation

The company name that appears on all system documentation is taken from a data area called YYCOTXA. A copy of the data area is shipped with the system in the Toolkit library. You may change the value of the shipped data area, create additional versions in other libraries with different values, or both, by using the i OS Create Duplicate Object command (CRTDUPOBJ), for instance:

CRTDUPOBJ OBJ(YYCOTXA) FROMLIB(Product-library) OBJTYPE(*DTAARA) TOLIB(QGPL)

The company name data area can conveniently be changed using the Toolkit command Edit Data Area (YEDTDTAARA) which will display the existing value and allow you to override it:

YEDTDTAARA DTAARA(YYCOTXA)

A second data area, YYSYTXA, determines the application system name; the data area is used by the Toolkit Create Design DDS commands (YCRTPNLDDS and YCRTRPTDDS) when generating program banners. The data area is also used by the Toolkit Create Source File command (YCRTSRCPF) as a default, when generating descriptive text for new source files.