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 executed.
I cannot use neither shared variables nor parameters to pass the file name to the following procedures.
Thanks and regards.
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 executed.
I cannot use neither shared variables nor parameters to pass the file name to the following procedures.
Thanks and regards.