Previous Topic: SyntaxNext Topic: DO Control Statement


Examples

To define a 20-byte character field named CHR, specify:

/DEFINE CHR CHAR(20)

To define three fields I, J, and K as binary, specify:

/DEFINE (I,J,K) BIN