Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Asset Console Creating an Access Definition File Guide


[SET_VALUE] (substitute value)

[SET_VALUE] enumerates assignment statements for variables. You can then use an embedded function to call the variables.

Organization of this page

Syntax

[SET_VALUE]
  assignment-statement-for-variable-1
  assignment-statement-for-variable-2 . . .

Values

Example

The following example assigns Hello world to the variable MSG, and outputs the result:

[SET_VALUE]
  MSG = 'Hello world'
  $ECHO(MSG)