
B–62093E–1/02
6. FUNCTIONS OF THE MACRO
EXECUTOR
PROGRAMMING
83
NOTE
This command cannot catalog a program. If an attempt is
made to catalog a program with this command (if the data
to be written begins with O), an error code is indicated and
#8529 is set to 202.
G327 ;
A block specified by a program number and a block number can be
deleted.
#8520=4 ;
#8521=3 ;
G327 ;
IF[#8529 NE 0] GOTO900 ;
End of deletion
N900 ;
Error
The block of block No.3 of program O0004 is deleted by the above
instruction.
Check the end code after running every processing.
The end is normal when the end code is 0, and when the end code is a
number other than 0, the same number as with the P/S alarm in the usual
edition processing and the following codes are informed.
#8529 Contents
140 Processing of the program being selected in the foreground cannot be con-
ducted.
200 The specified character code is not found. (G329)
202 The data to be written begins with O. (G329)
253 The specified block is not coded in words.
254 The memory protect key is not enabled. This error code is not output when
bit 1 (KEYC) of compile parameter No. 9006 is set to 1.
255 Need the option for background editing function.
It is impossible to instruct the statement during background editing.
Parameter for the extension function effective (No.9002#7 EXT1) must be
set to “1” at compiling.
Selection processing by work number search etc. is required when
foreground operation is executed for a program which has been prepared
and edited under background.
6.5.6
Block Deletion
6.5.7
End Code (#8529)
6.5.8
Notes