Search results

  1. C

    Finding out what file is OUTPUT TO directing output to

    Hello everyone. If I define the following sentence: OUTPUT TO file.txt. Then I call several external procedures. How can I get the file name (file.txt) OUTPUT TO is using to output data within the called procedure? The file name is randomly generated everytime the application is...
  2. C

    Help with super procedures and Appserver

    I would appreciate any help with this issue I'm dealing with. My appserver environment is stateless. In a appserver process, I'm running a persistent procedure and setting it up as a super procedure on the session handle, and it is available for as long as the process is running. When that...
Back
Top