z/OS Unicode Services User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Control statement CASE

z/OS Unicode Services User's Guide and Reference
SA38-0680-00

Purpose:

The CASE control statement selects the case conversions that should be generated in the conversion image.

Read syntax diagramSkip visual syntax diagram
>>-CASE--mode--------------------------------------------------><

mode

|--+-Normal--+--------------------------------------------------|
   +-Special-+   
   '-Locale--'   

Parameters:

mode
specifies the case conversion mode to be supported. The following modes are supported:
  • NORMAL - basic casing, preferred mode for English text
  • SPECIAL - includes normal casing, adds locale independent special casing
  • LOCALE - includes special casing, adds locale dependent special casing

Examples:

Here is an example of a valid CASE statement:
CASE NORMAL; /* normal casing requested                   */ 
CASE NORMAL; /* Duplicate CASE statements are ignored     */ 
CASE LOCALE; /* locale dependent special casing requested */ 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014