VSAM file auditing

Help for IBM's record-oriented filesystem VSAM, ESDS, KSDS, RRDS, LDS and Storage management Subsystems
User avatar
jaggz
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Skillset: JCL, VSAM,RACF,ACF2,MQ SERIES
Referer: inernet

VSAM file auditing

Postby jaggz » Fri Jun 29, 2012 10:39 am

Dear Forum Users,

We have a set of VSAM files with some number of records inserted on a periodic basis. Can we track the changes made to a VSAM file based on the Dates(Including the deletion of Records ). Could anyone please shed some light on the above or an RTFM link would be really helpful.

Jaggz

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: VSAM file auditing

Postby Robert Sample » Fri Jun 29, 2012 2:32 pm

Unless the application is designed to log changes, there's nothing really in the system that will give you what you asked. SMF records can tell you that the VSAM file was changed, but there's nothing recorded in them to indicate what was changed, whether records were added, deleted, or updated, and so forth.

Anuj Dhawan
Posts: 272
Joined: Mon Feb 25, 2008 3:53 am
Skillset: None
Referer: Google
Location: Mumbai, India

Re: VSAM file auditing

Postby Anuj Dhawan » Sat Jul 07, 2012 10:23 pm

As Robert has indicated there is no way out for such a thing, however - why do you need this? What purpose will it serve?
Anuj

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: VSAM file auditing

Postby dick scherrer » Sun Jul 08, 2012 2:37 am

Hello,

If the file is backed up periodically (daily, weekly, etc), a backup might be compared against the previous backup to identify inserts, deletes, and changes.

Depending on how backups are implemented, different methods would be used to do the compare.
Hope this helps,
d.sch.


  • Similar Topics
    Replies
    Views
    Last post