From cf8147d6cae277d9c3bb40f59fa19b9b18d78bd0 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Tue, 10 May 2022 19:18:19 +0000 Subject: [PATCH] fix: making base_ds parameter positional in mp_ds2cards --- base/mp_ds2cards.sas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/mp_ds2cards.sas b/base/mp_ds2cards.sas index de2c455..1260202 100644 --- a/base/mp_ds2cards.sas +++ b/base/mp_ds2cards.sas @@ -11,7 +11,7 @@ Usage: - %mp_ds2cards(base_ds=sashelp.class + %mp_ds2cards(sashelp.class , tgt_ds=work.class , cards_file= "C:\temp\class.sas" , showlog=NO @@ -23,7 +23,7 @@ - explicity setting a unix LF - constraints / indexes etc - @param [in] base_ds= Should be two level - eg work.blah. This is the table + @param [in] base_ds Should be two level - eg work.blah. This is the table that is converted to a cards file. @param [in] tgt_ds= Table that the generated cards file would create. Optional - if omitted, will be same as BASE_DS.