I have a group in SAS Management Console 9.4 with a list of users. That group is given authorization to run a stored process that generates a report. Is there a way to use the USER ID of the group member in the stored process SAS code? My end goal is to append the USER ID to the name given to the log file when it is saved so that each user has a unique log file that is overwritten each time he/she runs the report.
So, if Jon Holcomb submits the stored process to generate a report, can I use his USER ID (jon.e.holcomb) in the logic of the stored process?