Update dcc-tables.md

This commit is contained in:
Allan Bowe 2022-05-23 15:08:31 +01:00 committed by GitHub
parent 2a31e3fe2d
commit 87b5a425b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ Leave blank if not required.
#### SAS Developer Notes
The `&orig_libds` macro variable contains a reference to the base library.table or format catalog that will be loaded (on approval). The staged table is called `work.STAGING_DS`.
The staged data is in a WORK table called `work.STAGING_DS`. The `&orig_libds` macro variable contains a reference to the base library.table or format catalog.
If your DQ check means that the program should not be submitted, then simply exit with `&syscc > 4`. You can even set a message to go back to the user by using the [mp_abort](https://core.sasjs.io/mp__abort_8sas.html) macro: