BINARY

From LANSA Integrator

BINARY

The BINARY command sets the session mode to BINARY.

Binary means that the contents of the transmisson are presevered and this is the preferred mode.

 

 BINARY ----------- no keywords -------------------------------|

 

Keywords

There are no keywords associated with this command.

Examples

RDML

 

USE BUILTIN(JSM_COMMAND) WITH_ARGS('BINARY') TO_GET(#JSMSTS #JSMMSG)

 

RDMLX

 

use builtin(jsmx_command) with_args(#jsmxhdle1 'binary') to_get(#jsmxsts #jsmxmsg)