Pass Custom Top path dynamically to concurrent program
Hi,
I have a requirement in R12 where I need to pass a custom top path dynamically to a concurrent program. Till now the path was hardcoded in the parameter such as /xxx/bin.
Now this has to be passed like $XXTOP/bin.
I have a concurrent program in which this parameter is passed. This program in turn calls a host file and passes the path parameter. If I pass it as $$XXTOP_bin, it is unable to read the file stored in this path.
Any suggestions ?
Regards
David