z/OS TSO/E CLISTs
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Combining variables containing DBCS data

z/OS TSO/E CLISTs
SA32-0978-00

When variables containing data of the double-byte character set (DBCS) are combined with other DBCS data, contiguous DBCS delimiters are removed to create a single DBCS string. For example:
SET A = <d1d2>
SET B = <d3d4>&A<d5d6>         /* result:  &B = <d3d4d1d2d5d6>

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014