2 INFORM Explanation
FS100 2.2 Control Instruction : CALL
2-31
Choose one of the tags from the following table.
2. ENTRY=Registration number
When a JET#(job registration table number) is selected from the table in
part 1 of this Explanation, add the following tag.
3. UF# (User coordinate number)
The following tag can be added or omitted.
No Tag Explanation Note
1 JOB: Specifies a job to be called.
2 B Variable number/
LB Variable number/
B [Array number]/
LB [Array number]
The numerical value specified by the byte type variable
is considered as the job to be called.
3 IG# (Input group
number)
The numerical value specified by the input group
number is considered as the job to be called.
No:1 to 128
Variable B/I/D/LB/LI/LD
can be used.
4 QUE The job stored in the queue is called. Available only in the
queue function (option:
S2C641).
5 I Variable number/
LI Variable number/
I [Array number]/
LI [Array number]
The numerical value specified by the integer type
variable is considered as the job to be called.
6 D Variable number/
LD Variable number/
D [Array number]/
LD [Array number]
The numerical value specified by the double-precision
type variable is considered as the job to be called.
7 JET# (Job
registration table
number)
Specifies the table number of the job registration.
The job to be called can be registered in the job
registration table.
No.: 1 to 3
Variable B/I/D/LB/LI/LD
can be used.
Available only in the job
registration table
function (option:
S2C443)
No. Tag Explanation Note
8 ENTRY=Registration
number
Specifies the registration number of the job registered
in the specified job registration table.
No.: 1 to 1024
Variable B/B[]/LB/LB[]/I/I[]/
LI/LI[] can be used.
No Tag Explanation Note
9 UF# (User
coordinate number)
Specifies the user coordinate system of the job to be
called.
Available only in the
relative job function.