From 8877be0f19bd84bd65ab948e4864be19029b6339 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Tue, 7 Jun 2022 09:22:52 +0100 Subject: [PATCH] Update dcc-tables.md --- docs/dcc-tables.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/dcc-tables.md b/docs/dcc-tables.md index e80669c..589eb67 100644 --- a/docs/dcc-tables.md +++ b/docs/dcc-tables.md @@ -160,4 +160,10 @@ The code is simply `%include`'d at the relevant point during backend execution. * Physical, ie the full path to a `.sas` program on the physical server directory * Logical, ie a Viya Job (SAS Drive), SAS 9 Stored Process (Metadata Folder) or SASJS Stored Program (SASjs Drive). -If the entry ends in ".sas" it is assumed to be a physical, filesystem file. Otherwise, the source code is extracted from the Job/STP. The Job/STP path can be relative (beneath the /DataController root) or full (to another item in Drive / Metadata). + +If the entry ends in `".sas"` it is assumed to be a physical, filesystem file. Otherwise, the source code is extracted from SAS Drive or Metadata. + +To illustrate: + +* Physical filesystem (ends in .sas): `/opt/sas/code/myprogram.sas` +* Logical filesystem: `/Shared Data/stored_processes/mydatavalidator`