SMP/E for z/OS User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Data element MCSs

SMP/E for z/OS User's Guide
SA23-2277-01

Data element MCSs are used to define replacements for data elements, which are elements other than macros, modules, program elements, and source code. These include TSO CLISTs, help panels, ISPF dialog panels, and online publications libraries. For a complete description of data elements, see the section on SMP/E modification control statements in SMP/E for z/OS Reference. You can add a data element by packaging it in a USERMOD.

The data element MCS is immediately followed by the data element itself. The general format of the data element MCS is:
++element(name)             /* Data element type, name */
     DISTLIB(dlibname)      /* DLIB ddname             */.
…
… Data element replacement
…

To be packaged inline, a data element must contain fixed-block 80 records. If the original format of the element is not fixed-block 80 records, you can use GIMDTS, a service routine provided with SMP/E, to transform the element into the required format before packaging it. Later, when SMP/E installs the element, it is reconverted to its original format. For more information about using GIMDTS, see SMP/E for z/OS Reference.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014