1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-13 19:40:06 +00:00

fix: base table on mp_lockanytable.test.sas

This commit is contained in:
munja
2022-01-07 14:12:08 +01:00
parent cd33355418
commit 70b9b71104
3 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
length is 200 characters.
@param [out] ctl_ds= (0) The control table which controls the actual locking.
Should already be assigned and available. The definition is available by
running mp_coretable.sas as follows: `mp_coretable(LOCKTABLE)`.
running mp_coretable.sas as follows: `%mp_coretable(LOCKTABLE)`.
@param [in] loops= (25) Number of times to check for a lock.
@param [in] loop_secs= (1) Seconds to wait between each lock attempt