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
VSAM file auditing
-
- 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
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.
-
- Posts: 272
- Joined: Mon Feb 25, 2008 3:53 am
- Skillset: None
- Referer: Google
- Location: Mumbai, India
Re: VSAM file auditing
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
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: VSAM file auditing
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.
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.
d.sch.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2
- 1457
-
by naga821
View the latest post
Fri Oct 28, 2022 7:31 pm
-
-
How to import a ZFS data file into VSAM catalog
by danik56 » Tue Nov 23, 2021 10:29 pm » in VSAM/SMS - 0
- 3408
-
by danik56
View the latest post
Tue Nov 23, 2021 10:29 pm
-
-
- 3
- 7908
-
by socker_dad
View the latest post
Thu Jan 28, 2021 4:13 am
-
- 2
- 1429
-
by Robert Sample
View the latest post
Fri Oct 22, 2021 9:41 pm
-
-
Can anyone tell me how to retrieve the vsam system timestamp
by jdechirico » Tue Jun 18, 2024 9:22 pm » in VSAM/SMS - 1
- 1551
-
by enrico-sorichetti
View the latest post
Tue Jun 18, 2024 10:06 pm
-