Upper lower font case formatting: .Case and .Lcase

Top  Previous  Next

These attributes are used to specify the case in which alphabetic characters are displayed in the output file.  The syntax employed is

 

Localfileidentifier.case=number;

 

There are 3 allowable values for number.

 

ValueResultant effect on the put file

 

  0causes mixed case to be displayed.
  1causes the output to be displayed in upper case regardless of the case used for the input.
  2causes the output to be displayed in lower case regardless of the case used for the input.

 

The Lcase attribute does casing for set element names using the syntax

 

Localfileidentifier.lcase=number;

 

There are 3 allowable values for number.

 

ValueResultant effect on set elements names in the put file

 

  0Causes mixed case to be displayed.
  1Causes lower case to be displayed.
  2Causes upper case to be displayed.