BookmarkSubscribeRSS Feed
Balas
Fluorite | Level 6

Hi Experts,

I need to code to get email notification when ever some one have made any changes to the prod applications.

I'm having around 70 applications in the production and I know who will be having the access to those applications.

The e-mail notification should contains the persons's email Id (Who made the updation), and the change made to the application.

Please provide me the possible ways to code the solution.

Thanks In advance.

-Bala

2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12

To do that with any precision requires a version control system, and the discipline to use it.

It is easy enough to find out when a file has been modified and by whom (In Windows, the DIR command can provide it; for Unix, the ls command has similar functionality).  You can just periodically run a scheduled task to store the output and look at it for differences from the last run.  Note that just opening a file and saving it again without actual changes makes it a "change" from the OS perspective, so you will get some false positives.  It's not an elegant solution, but it is effective.

Doc Muhlbaier

Duke

Ksharp
Super User

Sorry. I don't have such experience, I can't help you.

Ksharp

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 375 views
  • 3 likes
  • 3 in conversation