BookmarkSubscribeRSS Feed
blindgaurdien16
Fluorite | Level 6

Hi All,

We have a requirement to create a Audit log table, to capture the following details

1) JobId

2) JobName

3) StartTime

4) EndTime

5) Status

This basically is used to capture details of the the current Job, so that this can be used

to track details about the Job at all times.

Regards

Prakash Ramesh

2 REPLIES 2
milts
Pyrite | Level 9

Hi,

If I am correct the first four has an corresponding automatic variable on a DI.

JobId - jobID

JobName - etls_jobName

For the StartTime and EndTime, you can probably use the date time function. Update start time on the pre-process and update end time on the post process.

For the Status, you can update your audit table on the post-process code and check the &syserr or &sysrc value. This is a little tricky since if you get some errors, job might abort and it might not reach the portion of the post-process.

Hope this helps.

shivas
Pyrite | Level 9

Hi Ramesh,

Try using Status handling to get all this information and capture this information in dataset.you will get

Job End Time

Job Start Time

Job Return Code

Job Name

Job Status and many more.Hope this helps..

Thanks,

Shiva

Status.png

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1514 views
  • 0 likes
  • 3 in conversation