CONCSUB.exe not accepting PROGRAM_NAME parameter that includes spaces.
Hello folks,
Now that I have CONCSUB working on Windows, I want to include a PROGRAM_NAME parameter that includes spaces.
Now that I have CONCSUB working on Windows, I want to include a PROGRAM_NAME parameter that includes spaces.
This is not working.
The documentation, for example doc 117294.1, gives the syntax of:
[PROGRAM_NAME=”<description>”]
which indicates it should be surrounded by double quotes.
and states:
"For parameters that follow the CONCURRENT parameter and include spaces, enclose the parameter argument in double quotes, then again in single quotes. Oracle Application Object Library requires this syntax because it parses the argument string twice."
and give an example of:
PROGRAM_NAME=’”Active Users”’
On a Windows server, I attempt the following with these results:
0