The source parameter expects a list of inputs that are separated by the platform-specific path separator (“;” on Windows, “:” on Linux), so you’d want something like:
I’ve written a SAS macro that builds a BAT file to run OpenCDISC validator. It’s robust - user can control model, IG version, location of XLS file, etc. - but one thing I can’t figure out is how to specify a list of XPT files to validate (currently, the only options are all XPTs or a single one). The SOURCE parameter for a single dataset looks like:
-source=“projectDirectory\adpe.xpt” ^
I’ve tried variations such as: