Sharp OZ-707 Operation Manual - Page 101

Open$i, Enter, N,b,1,a,c,&h1a,n,s

Page 101 highlights

p OPEN$ o FORMAT: OPEN$ IENTER I Abbreviation: OP.$ See Also: OPEN PURPOSE: Obtains the currently set 110 conditions. REMARKS: The currently set 110 conditions are obtained as a character string. EXAMPLE: OPEN$I ENTER I 1200,N,B,1,A,C,&H1A,N,S 190 PASS o FORMA T: PASS "character string" I ENTER I Abbreviation: PA. See Also: SAVE, LOAD, DELETE, LIST, NEW, RENUM PURPOSE: Sets and cancels passwords. REMARKS: Passwords are used to protect programs from listing or editing by unauthorized users. A password consists of a character string that is no more than 8 characters long. The 8 characters must be alphanumeric characters or symbols. The character string cannot be a null string. Once a PASS command has been given, the programs in memory are protected. A program protected by a password cannot be examined or modified in memory. It cannot be saved to tape or disk, or listed with LIST or LLiST. Nor is it possible to add or delete program lines. The only way to remove this protection is to execute another PASS command with the same password. If a password is set in the program to be loaded, that password is also set within the Card. If not, no password is set within the Card. If PASS is executed when no program is in the Card, an error occurs and no password is set. A password-protected program is protected against the NEW or DELETE command as well. Press IENTER I immediately after the password. Writing characters or symbols after the password results in an error and the password cannot be canceled. Example: PASS "ABCDEFG":A = 123 IENTER I ~ An error occurs. EXAMPLE: PASS"SECRET·IEN~RI Establishes the password ·SECRET" for the program in memory. 191

  • 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

OPEN$
FORMAT:
OPEN$
I
ENTER
I
Abbreviation:
OP.$
See
Also:
OPEN
PURPOSE:
Obtains the currently set
110
conditions.
REMARKS:
The currently set
110
conditions are obtained as a character string.
EXAMPLE:
OPEN$I
ENTER
I
1200,N,B,1,A,C,&H1A,N,S
190
p
o
PASS
FORMA
T:
PASS "character string"
I
ENTER
I
Abbreviation:
P
A.
See
Also:
SAVE, LOAD, DELETE, LIST, NEW, RENUM
PURPOSE:
Sets and cancels passwords.
REMARKS:
Passwords are used to protect programs from listing
or
editing by
unauthorized users. A password consists of a character string that is
no more than 8 characters long. The 8 characters must
be
alphanumeric characters or symbols. The character string cannot be a
null string.
Once a PASS command has been given, the programs in memory are
protected. A program protected by a password cannot be examined
or
modified
in
memory. It cannot
be
saved to tape or disk,
or
listed with
LIST
or
LLiST.
Nor
is
it
possible to add
or
delete program lines. The
only way to remove this protection is to execute another PASS
command with the same password.
If a password is set in the program to
be
loaded, that password is also
set within the Card. If not, no password is set within the Card.
If
PASS is executed when no program is in the Card, an error occurs
and no password is set.
A password-protected program is protected against the
NEW
or
DELETE command as well.
Press
I
ENTER
I
immediately after the password.
Writing characters
or
symbols after the password results in an error
and the password cannot
be
canceled.
Example:
PASS "ABCDEFG":A
=
123
I
ENTER
I
~
An error occurs.
EXAMPLE:
PASS"SECRET·IEN~RI
Establishes the password ·SECRET" for the program in memory.
191
o