Column
|
Label
|
Format
|
Valid Values
|
---|---|---|---|
cststandard
|
Name of standard
|
$20
|
|
cststandardversion
|
Standard version
|
$20
|
|
cstuser
|
SAS user ID
|
$32
|
|
cstmacro
|
CST macro used
|
$32
|
|
cstfilepath
|
System file path
|
$2048
|
|
cstmessage
|
Message text
|
$500
|
|
cstcurdtm
|
Date/time of transaction
(ISO8601)
|
E8601DT.
|
|
cstdataset
|
CST Data set
|
$41
|
|
cstcolumn
|
CST Data set column
|
$32
|
|
cstactiontype
|
Transaction type
ADD|DELETE|UPDATE
|
$8
|
ADD|DELETE|UPDATE
|
cstentity
|
Transaction entity DATASET|COLUMN|RECORD
|
$8
|
DATASET|COLUMN|RECORD
|
global standards library directory/logs
as
transactionlog.sas7bdat. This location and data set name are set in
the %CST_GETSTATIC AUTOCALL macro using the static variable names
CST_LOGGING_PATH and CST_LOGGING_DS, respectively. This default location
and name can be modified by overriding the %CST_GETSTATIC macro or
by setting the value of the global macro variable _cstTransactionDS
to a reachable libref.dataset value before calling any metadata management
macro.