Using SubVar in EPM Automate
EPM Automate has the command getSubstVar which retrieves the values of substitution variables and displays them on screen.
How can I get the subvar to display within a batch file, pass the SubVar to a script variable and execute a EPM Automate Command like
epmautomate runDataRule "FileImport" Jan-20 {SUBVAR} REPLACE REPLACE_DATA
instead of hard-coded periods
epmautomate runDataRule "FileImport" Jan-20 Dec-20 REPLACE REPLACE_DATA
Thanks for any inputs.