• Recording of all programs
Format; SAVE A ["filename") (Item in brackets may be omitted.)
This command simultaneously records all of the programs which are written in all
program areas from P(3 through P9.
The operation method is similar to the SAVE command and the tape recorder is started
in the RECORD position.
Operation:
S A V E A [ " fi l e n a m e " ) G Q . 1 .
• Callout of all programs
Format: LOAD A ["filename") (Item in brackets may be omitted.) '
This command simultaneously calls out the programs of all the program areas which
were recorded using the SAVE A command. The operation is similar to the LOAD
command and the tape recorder is started in the PLAYBACK position.
Operation:
LOAD A ["filename") OS I
Display during program load ) AF I PB— 1 00 m
'T' ' I '
A l l fi l e s fi l e n a m e
Even if programs are already written in program areas prior to callout. the former
programs will be cleared and then the new programs will be called out.
Furthermore, both the SAVE A command and the LOAD A command can only be used
manually.
• Data recording
Format: PUT ("filename") variable 1 [.variable 2]
(Items in brackets may be omitted.)
The data which is recorded on the tape is the data in the variables from variable 1
through variable 2.
Example: pyj A data of variable A
: . 1
PUT *1 -2* A,Z data of variables A through Z
PUT *DT' $.A,Z( 10) data of character variable $ and variables A
through Z(10)
When recording the data in the exclusive character variable $. write $ first.
This command can be used either manually or by writing it in a program.
For manual operation, start the tape recorder in the RECORD position.
Operation:
PUT ("filename") variable 1 [.variable 2] fZS
When performing by writing it in the program, write the PUT command along with the
line number and start the written program.
-59-