Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Command Reference


7.3.5 Macro variable object

This object indicates the macro variable.

Format
{
  "name":"macro-variable-name",
  "value":"passing-information"
}
Member

The following table lists and describes the members to be returned.

Table 7‒46: List of members of the macro variable object

Member

Data type

Description

Required?

name

string

Specify the macro variable name in the format of AJS2xxxxx. You do not have to add question marks (?) before and after the name. Specify AJS2 (in upper-case letters) for the beginning part. xxxxx indicates a character string, for which you can specify upper-case alphabetical characters, numbers, and periods (.).

If you specify in a wrong format, or if you specify an invalid character, an error occurs.

You can specify a character string of a maximum of 62 bytes including AJS2.

Y

value

string

Specify the passing information by using a character string in the range from 0 to 255 bytes. For the passing information, do not specify a new line character, tab character, or machine-dependent character. If you specify such a character, the information might not be passed correctly when execution registration is performed for the jobnet.

Y

Legend:

Y: Required