viewdata.sas File Reference

Provide the raw view of the data. More...

Go to the source code of this file.

Detailed Description

Pass a LIBDS and FILTER_RK to return a dataset for viewing. VIEW datasets include all columns / rows (unlike EDIT, which are filtered for current records and don't include the SCD2 etc cols).

Service Inputs

SASCONTROLTABLE
LIBDS:$41. FILTER_RK:$5. SEARCHTYPE:$4 SEARCHVAL:$1000
DC258467.MPE_X_TEST -1 CHAR Some String

Service Outputs

cols
  • DDTYPE
  • FORMAT
  • LABEL
  • LENGTH
  • NAME
  • TYPE
  • VARNUM
sasparams
  • FILTER_TEXT
  • NOBS
  • PK_FIELDS - string seperated list of primary key fields, if they exist
  • TABLENAME
  • TABLEURI
  • VARS
versions

history of DC versions for this particular table

viewdata

The raw data from the target table.

SAS Macros

Version
9.2
Author
4GL Apps Ltd

Definition in file viewdata.sas.