Previous Topic Next topic Print topic


BINARY SQL Type

Note: OpenESQL only

Syntax

SQL [TYPE] [IS] BINARY(n) 
	 

Example

01 hv-name SQL TYPE IS BINARY(200).

generates

01 hv-name PIC X(200).
Previous Topic Next topic Print topic