Hi SAS Experts,
I need help with this problem.
Suppose you are study lead and have been given a task to create standard folder structure for your study.
I have to create a macro that will take path as input ..
DATA
--sdtm
--adam
--raw
PROGRAM
--sdtm
--adam
--tlg
QCPROGRAM
--sdtm
----output
--adam
-----output
--tlg
----output
OUTPUT
--tlg
DOC
--email
(Requirements: check whether path parameter is non missing (Required or mandatory), if its missing then send user generated error message and exit out
else if Check whether the path passed by the users exist on the server, if not the send user generated error message and exit out of the macro.
then you create folder structure.)