Output file name change
My concurrent program spans child concurrent program for each GRE. All these child programs generate output files.
Here my requirement is the output file name should be GRE name instead of ‘o.out’.
I am using “fnd_file.put_line” to generate output file.
Is it possible to change. Can you please help me.