Type : NON_APPLICABLE
This macro does not directly handle data sources. Its primary purpose is the execution of operating system commands.
| 1 | %macro _executeCMDFile(i_cmdFile |
| 2 | ,i_operator |
| 3 | ,i_expected_shell_rc |
| 4 | ); |
| 5 | |
| 6 | %_xcmd("&i_cmdFile.", &i_operator., &i_expected_shell_rc.) |
| 7 | |
| 8 | %mend _executeCMDFile; |