View previous topic :: View next topic |
Author |
Message |
kmkarth Beginner
Joined: 02 Dec 2002 Posts: 5 Topics: 3 Location: India
|
Posted: Tue Dec 03, 2002 12:16 pm Post subject: Find Last Updated Date of a dataset.. |
|
|
If your shop has SMS, datasets are backed-up regularly..They are done only when there is a change done to the dataset..So finding the last back-up date would give you the last updated date on the dataset..
This is done using ISPF option 6..
Type HLIST DS('DATASET.NAME') BCDS.. This would give us the last back-up date for the dataset..
Thanks,
Karthik |
|
Back to top |
|
 |
Jeba Beginner

Joined: 02 Dec 2002 Posts: 48 Topics: 9 Location: Columbus, GA
|
Posted: Tue Dec 03, 2002 5:17 pm Post subject: |
|
|
Karthik,
I tried the above command for a dataset which I have edited today (Dec, 03, 2002). But I got the Last Backup date as Dec, 02, 2002. _________________ Thanks,
Jeba
(Known is a drop Unknown is an ocean) |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Dec 03, 2002 5:21 pm Post subject: |
|
|
Jeba,
The command kmkrath showed will give the last backup date not the last modified date
Kolusu |
|
Back to top |
|
 |
Jeba Beginner

Joined: 02 Dec 2002 Posts: 48 Topics: 9 Location: Columbus, GA
|
Posted: Tue Dec 03, 2002 5:42 pm Post subject: |
|
|
Kolusu,
I agreed. But karthik's statement was Quote: | So finding the last back-up date would give you the last updated date on the dataset | That's the reason i replied to him.
Karthik,
Thanks. I learned a new command today to get the last backup date for a dataset. _________________ Thanks,
Jeba
(Known is a drop Unknown is an ocean) |
|
Back to top |
|
 |
kmkarth Beginner
Joined: 02 Dec 2002 Posts: 5 Topics: 3 Location: India
|
Posted: Tue Dec 03, 2002 6:02 pm Post subject: |
|
|
Jeba,
I think back-ups are taken only by the end-of-day..So I guess your's showed Dec02 instead of Dec03..
Thanks,
Karthik |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Dec 03, 2002 6:16 pm Post subject: |
|
|
Karthik,
can you edit your initial post not to mention this ??
Code: |
So finding the last back-up date would give you the last updated date on the dataset
|
The command you showed gives you the last backup date.It is quite different from the last modified date
Kolusu |
|
Back to top |
|
 |
|
|