Previous Topic Next topic Print topic


National Data Items

Define COBOL data items that hold a Unicode string as USAGE NATIONAL. These must have a picture clause that consists of one or more N symbols. If the Usage clause is omitted then the usage is implied from the setting of the NSYMBOL directive. For example:

01 mystring	pic n(20) usage national
Previous Topic Next topic Print topic