Sharp OZ-707 Operation Manual - Page 63

assumed.

Page 63 highlights

CLS p o FORMAT: CLS Abbreviation: See Also: LOCATE PURPOSE: Clears the display. REMARKS: Clears the display and resets the display start position to (0,0). CONT o FORMAT: CaNT IENTER I Abbreviation: C. See Also: STOP PURPOSE: Continues a program that has been temporarily halted. REMARKS: Valid only as direct input in the RUN mode. Enter CaNT to continue running a program that has been stopped with the STOP command. Enter CaNT at the prompt to continue a program 00 that has been halted using the key. CaNT can also be used to continue a program interrupted by PRINT or GPRINT. (See WAIT command.) 114 COpy o FORMAT: COPY "d1 :filename 1" TO "[d2:]filename 2" [,A] IENTER I d1: E, PACOM, CAS, COM d2: E, PACOM, CAS, COM Abbreviation: COP. See Also: PURPOSE: Copies the contents of a file from one storage device to another storage device. REMARKS: Copies the contents of the file with filename 1 within device d1 to another file with filename 2 within device d2. The following shows a cross reference for device names usable for devices d1 and d2: E E 0 d1 PACOM 0 CAS 0 COM 0 0: Usable x: Not usable d2 PACOM CAS 0 0 x x x x 0 0 COM 0 0 0 x An error occurs if the same name is given for devices d1 and d2 and for filenames 1 and 2. If ",A" is specified, the system regards filename 1 as an ASCII file and code "1 AH" as an EOF (end of file) code. If PACOM, CAS, or COM is given for d2, the destination file becom~s an ASCII tile. If PACOM, CAS, or COM is given for d1, the source file must be an ASCII file. If d2 is omitted, the same device as d1 is assumed. 115

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128

CLS
FORMAT:
CLS
Abbreviation:
See
Also:
LOCATE
PURPOSE:
Clears the display.
REMARKS:
Clears the display and resets the display start position to (0,0).
CONT
FORMAT:
CaNT
I
ENTER
I
Abbreviation:
C.
See
Also:
STOP
PURPOSE:
Continues a program that has been temporarily halted.
REMARKS:
Valid only
as
direct input in the
RUN
mode.
p
o
o
Enter
CaNT
to continue running a program that has been stopped with
the STOP command. Enter
CaNT
at the prompt
to
continue a program
that has been halted using the
00
key.
CaNT
can also be used
to
continue a program interrupted
by
PRINT or GPRINT. (See WAIT
command.)
114
COpy
FORMAT:
COPY
"d1
:filename 1" TO "[d2:]filename 2" [,A]
I
ENTER
I
d1:
E,
PACOM, CAS,
COM
d2:
E,
PACOM, CAS, COM
Abbreviation:
COP.
See
Also:
PURPOSE:
Copies the contents of a file from one storage device
to
another
storage device.
REMARKS:
Copies the contents of the file with filename 1 within device
d1
to
another file with filename 2 within device d2. The following shows a
cross reference for device names usable for devices
d1
and
d2:
d2
E
PACOM
CAS
COM
E
0
0
0
0
d1
PACOM
0
x
x
0
CAS
0
x
x
0
COM
0
0
0
x
0:
Usable
x:
Not usable
An
error occurs
if
the same name
is
given for devices
d1
and
d2 and
for filenames 1 and
2.
If ",A" is specified, the system regards filename 1 as
an
ASCII file and
code
"1
AH" as
an
EOF (end of file) code.
If PACOM, CAS, or COM is given for d2, the destination file
becom~s
an
ASCII tile. If PACOM, CAS, or
COM
is
given for d1, the source file
must be
an
ASCII file. If d2 is omitted, the same device
as
d1
is
assumed.
115
o