PLB_ANSIIO Keyword


9.4D

PLB_ANSIIO={ ON | OFF }

 

This keyword alters the runtime IO behaviors to comply with the PL/B ANSI standard. At the initial implementation of this keyword, the following IO behavior is being changed when this keyword is set to the 'on' state:

 

For any READ instruction that is transferring record data into a FORM variable in a FILE, AFILE, or IFILE variable list, a FORMAT error is generated if the record data contains non-leading white space characters.

Example:

 

     PLB_ANSIIO=ON

 

 

See Also: PLBWIN Keywords, PLBCE Keywords, Compiler and Runtime Options

 



Compiler and Runtime Options PLB_ANSI Keyword PLB_ANSI_OEM Keyword