diff --git a/docs/dcc-tables.md b/docs/dcc-tables.md index ac21db6..10b9cec 100644 --- a/docs/dcc-tables.md +++ b/docs/dcc-tables.md @@ -98,8 +98,8 @@ Leave blank if not required. SAS Developer Notes: -* Target dataset: `work.STAGING_DS` -* Base libref.table or catalog variable: `&orig_libds` +* Staged dataset: `work.STAGING_DS` +* Target libref.table or catalog variable: `&orig_libds` 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: @@ -122,8 +122,8 @@ Leave blank if not required. SAS Developer Notes: -* Target dataset: `work.STAGING_DS` -* Base libref.table or catalog variable: `&orig_libds` +* Staged dataset: `work.STAGING_DS` +* Target libref.table or catalog variable: `&orig_libds` ### POST_APPROVE_HOOK