2

The Background

In Base SAS, you can view a SAS dataset in either "form view" or "table view"

SAS Form and table Views]

For example...

In table view, you view the entire table, showing all columns and rows.

SAS table view

in form view, you view one record (or row) at a time.

SAS form view

By default Enterprise Guide display datasets in "table view".

The Question

Can you do the same in SAS Enterprise Guide too? (if so, how?)

Reference: Working with VIEWTABLE

Atlas7
  • 2,726
  • 4
  • 27
  • 36

1 Answers1

0

There is not a built-in method to do this. However, as noted in The SAS Dummy by Chris Hemedinger (formerly of the EG development team), there is a simple custom task that can be created that does this.

See the SAS EG Custom Tasks documentation page, and look at the "Observation Editor" task example; that gives you the basic thing, and then you can customize it for your needs.

Joe
  • 62,789
  • 6
  • 49
  • 67