2 INFORM Explanation
FS100 2.2 Control Instruction : GETARG
2-43
GETARG
This is the instruction to receive arguments for the CALL instruction and
macro instruction. When the instruction is executed, the argument data
added to the CALL instruction or macro instruction is retrieved, then
stored in the local variable specified to be used in the CALL job or macro
job.
1. LB, LI, LD, LR, LS, LP, LBP, LEX
Select one of the tags from the following table.
SUBSET STANDARD EXPANDED
Not available Not available Available
GETARG
LB
1
IARG# ( )
9
END
LI
2
LD
3
LR
4
LS
5
LP
6
LBP
7
LEX
8
Variable No.
Variable No.
Variable No.
Variable No.
Variable No.
Variable No.
Variable No.
Variable No.
Argument No.
No Tag Explanation Note
1 LB Variable number
LB [Array number]
Specifies the local byte type variable which stores the
argument.
2 LI Variable number
LI [Array number]
Specifies the local integer type variable which stores
the argument.
3 LD Variable number
LD [Array number]
Specifies the local double precision type variable which
stores the argument.
4 LR Variable number
LR [Array number]
Specifies the local real type variable which stores the
argument.
5 LS Variable number
LS [Array number]
Specifies the local character type variable which stores
the argument.