Manipulating null-terminated strings

You can construct and manipulate null-terminated strings (for example, strings that are passed to or from a C program) by various mechanisms.

For example, you can:

Example: null-terminated strings

related references  
Alphanumeric literals (COBOL for AIX Language Reference)