mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-10 08:20:06 +00:00
@@ -56,7 +56,7 @@
|
|||||||
dependencies in loading */
|
dependencies in loading */
|
||||||
)/secure
|
)/secure
|
||||||
/*** HELP END ***/
|
/*** HELP END ***/
|
||||||
desc = 'Macro to generate SAS packages, version 20020725. Run %generatePackage() for help info.'
|
des = 'Macro to generate SAS packages, version 20020725. Run %generatePackage() for help info.'
|
||||||
;
|
;
|
||||||
%if %superq(filesLocation) = %then
|
%if %superq(filesLocation) = %then
|
||||||
%do;
|
%do;
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%macro listPackages()/
|
%macro listPackages()/
|
||||||
desc = 'Macro to list SAS package from `package` fileref, version 20020725.'
|
des = 'Macro to list SAS package from `package` fileref, version 20020725.'
|
||||||
;
|
;
|
||||||
|
|
||||||
%local ls_tmp ps_tmp notes_tmp source_tmp;
|
%local ls_tmp ps_tmp notes_tmp source_tmp;
|
||||||
|
|||||||
@@ -71,9 +71,9 @@
|
|||||||
and use loadPackage in the form:
|
and use loadPackage in the form:
|
||||||
%loadPackage(PiPackage, zip=disk, options=)
|
%loadPackage(PiPackage, zip=disk, options=)
|
||||||
*/
|
*/
|
||||||
)/secure
|
)/secure
|
||||||
/*** HELP END ***/
|
/*** HELP END ***/
|
||||||
desc = 'Macro to load SAS package, version 20020725. Run %loadPackage() for help info.'
|
des = 'Macro to load SAS package, version 20020725. Run %loadPackage() for help info.'
|
||||||
;
|
;
|
||||||
%if %superq(packageName) = %then
|
%if %superq(packageName) = %then
|
||||||
%do;
|
%do;
|
||||||
@@ -203,7 +203,7 @@ desc = 'Macro to load SAS package, version 20020725. Run %loadPackage() for help
|
|||||||
*/
|
*/
|
||||||
)/secure
|
)/secure
|
||||||
/*** HELP END ***/
|
/*** HELP END ***/
|
||||||
desc = 'Macro to unload SAS package, version 20020725. Run %unloadPackage() for help info.'
|
des = 'Macro to unload SAS package, version 20020725. Run %unloadPackage() for help info.'
|
||||||
;
|
;
|
||||||
%if %superq(packageName) = %then
|
%if %superq(packageName) = %then
|
||||||
%do;
|
%do;
|
||||||
@@ -305,7 +305,7 @@ desc = 'Macro to unload SAS package, version 20020725. Run %unloadPackage() for
|
|||||||
*/
|
*/
|
||||||
)/secure
|
)/secure
|
||||||
/*** HELP END ***/
|
/*** HELP END ***/
|
||||||
desc = 'Macro to get help about SAS package, version 20020725. Run %helpPackage() for help info.'
|
des = 'Macro to get help about SAS package, version 20020725. Run %helpPackage() for help info.'
|
||||||
;
|
;
|
||||||
%if %superq(packageName) = %then
|
%if %superq(packageName) = %then
|
||||||
%do;
|
%do;
|
||||||
@@ -453,9 +453,9 @@ TODO:
|
|||||||
, sourcePath = /* location of the package, e.g. "www.some.page/", mind the "/" at the end */
|
, sourcePath = /* location of the package, e.g. "www.some.page/", mind the "/" at the end */
|
||||||
, replace = 1 /* 1 = replace if the package already exist, 0 = otherwise */
|
, replace = 1 /* 1 = replace if the package already exist, 0 = otherwise */
|
||||||
)
|
)
|
||||||
/secure
|
/secure
|
||||||
/*** HELP END ***/
|
/*** HELP END ***/
|
||||||
desc = 'Macro to install SAS package, version 20020725. Run %installPackage() for help info.'
|
des = 'Macro to install SAS package, version 20020725. Run %%installPackage() for help info.'
|
||||||
;
|
;
|
||||||
%if %superq(packageName) = %then
|
%if %superq(packageName) = %then
|
||||||
%do;
|
%do;
|
||||||
|
|||||||
Reference in New Issue
Block a user