From c4dbd5971ff36136c370260308a5d9b6fa205d12 Mon Sep 17 00:00:00 2001 From: vrh Date: Sat, 8 Aug 2020 15:26:02 +0200 Subject: [PATCH] docs: formatting --- meta/mm_gettableid.sas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/mm_gettableid.sas b/meta/mm_gettableid.sas index def1519..77143f9 100644 --- a/meta/mm_gettableid.sas +++ b/meta/mm_gettableid.sas @@ -6,17 +6,17 @@ Usage: - - get a table id - %mm_gettableid(libref=METALIB,ds=SOMETABLE,outds=iwant) + - get a table id + %mm_gettableid(libref=METALIB,ds=SOMETABLE,outds=iwant) @param libref= The libref to search @param ds= The input dataset to check - @param outds= the dataset to create that contains the `tableuri`` + @param outds= the dataset to create that contains the `tableuri` @param mDebug= set to 1 to show debug messages in the log @returns outds dataset containing `tableuri` and `tablename` - @version 9.2 + @version 9.3 @author Allan Bowe **/