Chapter Contents

Previous

Next
Data Form and Data Table: _setOpenMode

Data Form and Data Table: _setOpenMode



Changes the open mode and lock mode for the table

Delegated to: Data Set Data Model class


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.