Chapter Contents

Previous

Next
Data Set Data Model: _hideColumn

Data Set Data Model: _hideColumn



Hides a list of columns


Syntax
Details

Syntax

CALL SEND (object-id, '_hideColumn', col-name-1<,...col-name-n>);

Argument Type Description

col-name-1<, ...col-name-n>);

C specifies a list of one or more names of columns to hide. A single value of the quoted string, '_ALL_', specifies all columns.


Details

The hidden column is not removed from the table but is removed from the display if you have a viewer.

Note:   The _hideColumn method cannot be called from the model's SCL entry.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.