I want to be able to check the return code from an application that is executed from using the PB function "Run". Example:
run("dbclient db"
I want to get the return code from "dbclient" and not the return code from "run". Dbclient is an application from Sybase.
Is there a way to accomplish this?
Thanks for your assistance.
Keith
run("dbclient db"
I want to get the return code from "dbclient" and not the return code from "run". Dbclient is an application from Sybase.
Is there a way to accomplish this?
Thanks for your assistance.
Keith