1 /CREATE
/CREATE
/NOCREATE (D)
Specifies whether or not the buffer should be created if it does
not exist.
2 /READ_ONLY
/READ_ONLY (D)
/NOREAD_ONLY
Specifies whether or not the indicated buffer should have the
read-only attribute. If the buffer has this attribute, then LSE
does not write the contents to a file when you exit from LSE or
when you issue a COMPILE command. This qualifier has an effect
only if the GOTO BUFFER command is creating a buffer. If you are
going to an already existing buffer, the read-write status of that
buffer is not changed. The /WRITE qualifier is equivalent to the
/NOREAD_ONLY qualifier.
3 /WRITE
/WRITE
/NOWRITE (D)
Specifies whether or not the indicated buffer should have the
write attribute. If the buffer has this attribute, then LSE writes
the contents of the buffer to a file when you exit from LSE or
when you issue a COMPILE command. This qualifier has an effect
only if the GOTO BUFFER command is creating a buffer. If you are
going to an already existing buffer, the read-write status of the
buffer is not changed. The /NOREAD_ONLY qualifier is equivalent to
the /WRITE qualifier.