z/OS ISPF Dialog Tag Language Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Syntax conventions

z/OS ISPF Dialog Tag Language Guide and Reference
SC19-3620-00

The DTL tags act as control words that determine how the text in the source files is used. Each tag is enclosed within a set of delimiter symbols that distinguish the tag as a control word (as opposed to general text). Start tags, which initiate text interpretation, are preceded by the start tag open delimiter (<) and followed by the close delimiter (>). End tags, which explicitly end text interpretation, are preceded by the end tag open delimiter (</) and followed by the close delimiter (>).

For example, the DTL tags used to define the beginning and end of an application panel are the PANEL tag and its matching end tag, which look like this:
<panel>
</panel>

DTL tags are free-form. Indentation of nested tags can be helpful for DTL source file readability.

All of the text that you define between a start and end tag is the tag definition. The DTL tag data extends to the right boundary of the source file. Therefore, DTL source files cannot contain line sequence numbers. The characteristics of the tag determine how the text or other tags coded within the tag definition is formatted.

End tags are not required for all DTL tags. In many cases, the tag is implicitly ended by other start tags. For this reason, optional end tags are not used in the markup examples in this information. Tag reference contains a detailed description of each DTL tag, and indicates when a tag needs a corresponding end tag.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014