Chapter Contents |
Previous |
Next |
Data Set Data Model: _setOpenmode |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_setOpenmode', mode<, locking>); |
Argument | Type | Description |
---|---|---|
mode |
C | specifies the new open mode for the table: 'EDIT' or 'BROWSE'. You cannot set the open mode to 'EDIT' if 'BRONLY' has been specified for _setDataset. |
locking |
C | specifies the new locking mode for the table: 'MEMBER' or 'RECORD'. The default is 'RECORD'. |
Details |
The _setOpenmode method sets SYSRC for error, note, and warning conditions.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.