I was asking our storage administrators about an IEF343I error received while trying to copy data from a very old GDG.
They answered: there is no entry for this GDG in the RMM catalog, since it's very old.
I am trying to understand what this answer means exactly. The GDG is still viewable and was stored as tape. If it is not referenced in storage catalog anymore, would it mean that its listing in Data set List utility is an empty pointer?
Thank you for your help,
Dataset not in RMM anymore: meaning?
-
- Posts: 24
- Joined: Mon Apr 23, 2018 2:51 pm
- Skillset: Cobol, CICS, DB2
- Referer: regular google searches
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: Dataset not in RMM anymore: meaning?
You have to decode what RMM means: Removable Media Manager. "Removable media" is a term that collectively describes "media" - tapes, disks or what have you, that is not permanently available to the system. When RMM was originally devised it also meant optical media - CD disks, for example, but they have largely gone away. These days "removable media" means tapes.
RMM is a system that maintains a data base of the tape volumes it knows about. A characteristic of removable media is the data typically carries an expiration date. When the data is created it is assigned an expiration date. In JCL this is assigned by the EXPDT (expiration date) or RETPD (retention period) parameters. It is also sad, but true, that the magnetic data on tape volumes literally wears out. Back in the 1960s when I started in the business, data on magnetic tape often disappeared after a very short - 2 or 3 years - time. In other words, you could not depend on leaving the tape to just sit around and get the data back. It's longer now, but it's still not indefinite. There were steps you could take to extend this life - just spinning through the tape from time to time often extended the useful life of the data on the tape - or simply copying the data to a new tape also worked, but ultimately it required active management of the data. This management was rarely performed.
In any event, many times magnetic tapes are simply discarded after a few years simply because it is not safe to record new data on the tape. It is also sad, but true, that the drives used for the tape are discarded. A 7 track tape that I created in 1966, for example, simply cannot be read even if the data is still on the tape because there are no longer tape drives capable of reading the tape.
RMM is a system that maintains a data base of the tape volumes it knows about. A characteristic of removable media is the data typically carries an expiration date. When the data is created it is assigned an expiration date. In JCL this is assigned by the EXPDT (expiration date) or RETPD (retention period) parameters. It is also sad, but true, that the magnetic data on tape volumes literally wears out. Back in the 1960s when I started in the business, data on magnetic tape often disappeared after a very short - 2 or 3 years - time. In other words, you could not depend on leaving the tape to just sit around and get the data back. It's longer now, but it's still not indefinite. There were steps you could take to extend this life - just spinning through the tape from time to time often extended the useful life of the data on the tape - or simply copying the data to a new tape also worked, but ultimately it required active management of the data. This management was rarely performed.
In any event, many times magnetic tapes are simply discarded after a few years simply because it is not safe to record new data on the tape. It is also sad, but true, that the drives used for the tape are discarded. A 7 track tape that I created in 1966, for example, simply cannot be read even if the data is still on the tape because there are no longer tape drives capable of reading the tape.
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Dataset not in RMM anymore: meaning?
It sounds like the dataset is still in the system catalog, but has been dropped from RMM. Try locate the dataset in RMM using the RMMSD command hint: TSO HELP RMMSD). You might need to specify OWNER(*) as I recall.
-
- Posts: 24
- Joined: Mon Apr 23, 2018 2:51 pm
- Skillset: Cobol, CICS, DB2
- Referer: regular google searches
Re: Dataset not in RMM anymore: meaning?
Steve, you are then suggesting it could be a hardware failure. Very interesting. Do you know (I am slightly digressing) what form take the tapes nowadays?
Willy, thank you. I have looked through the RMMSD command and admit it is very furnished. I shall try to make it work.
Willy, thank you. I have looked through the RMMSD command and admit it is very furnished. I shall try to make it work.
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: Dataset not in RMM anymore: meaning?
No. I am suggesting the tape library discarded the tape because it was too old. A hardware error would be indicated by a failure to read the data on the tape.
Back when I started magnetic tape was on large round reels. In the 1980s magnetic tapes switched over to cartridges. Depending on where you were the new tapes often were called "square" tapes to distinguish them from the old, round tapes. Obviously, new drives. Square tapes were much more reliable than round tapes, and much easier and more reliable to load than round tapes.
Within 10 years or so the first tape library robots appeared. Just a few drives (compared to the way machines were configured before) were hooked to the robots. The robots retrieved the cartridge, handed them off to a drive, and retrieved the used tape from whatever drive took the tape and stored it in the robot library when the drive was finished with the tape. In another 10 years or so "virtual" tape started up. "Virtual" tape got its start because much tape capacity was wasted; just a few megabytes on tape with gigabyte capacities. "Virtual" tape used robots and, obviously, software to stack multiple logical tape volumes on real tape volumes. Many times you're using virtual tape and it takes some detective work to deduce it's all smoke and mirrors.
On this site are videos. There is one video of an alleged 1970s machine room, but after analysis it was from the 1980s. It showed both round tapes and tape drives and some early cartridge tape drives. Look it up and watch it.
Back when I started magnetic tape was on large round reels. In the 1980s magnetic tapes switched over to cartridges. Depending on where you were the new tapes often were called "square" tapes to distinguish them from the old, round tapes. Obviously, new drives. Square tapes were much more reliable than round tapes, and much easier and more reliable to load than round tapes.
Within 10 years or so the first tape library robots appeared. Just a few drives (compared to the way machines were configured before) were hooked to the robots. The robots retrieved the cartridge, handed them off to a drive, and retrieved the used tape from whatever drive took the tape and stored it in the robot library when the drive was finished with the tape. In another 10 years or so "virtual" tape started up. "Virtual" tape got its start because much tape capacity was wasted; just a few megabytes on tape with gigabyte capacities. "Virtual" tape used robots and, obviously, software to stack multiple logical tape volumes on real tape volumes. Many times you're using virtual tape and it takes some detective work to deduce it's all smoke and mirrors.
On this site are videos. There is one video of an alleged 1970s machine room, but after analysis it was from the 1980s. It showed both round tapes and tape drives and some early cartridge tape drives. Look it up and watch it.
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Dataset not in RMM anymore: meaning?
and then there was the IBM 3850 mass storage system
You do not have the required permissions to view the files attached to this post.
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: Dataset not in RMM anymore: meaning?
Oh, yes, the 3850 and its plastic beer cans. The IBM tape library is largely based on the robotics for the 3850.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
ISPF Custom Line Edit macros do not work anymore
by harisukumaran » Thu Jun 27, 2024 4:42 am » in TSO & ISPF - 0
- 1255
-
by harisukumaran
View the latest post
Thu Jun 27, 2024 4:42 am
-
-
- 12
- 3918
-
by RalphEagle
View the latest post
Fri Jul 30, 2021 1:00 pm
-
- 3
- 2706
-
by sergeyken
View the latest post
Sat Nov 16, 2024 11:05 pm
-
- 2
- 2748
-
by willy jensen
View the latest post
Sat Mar 04, 2023 12:41 pm
-
-
SMTPNOTE - can a font be specified for a dataset?
by Proddish2348 » Sat Jul 01, 2023 5:31 am » in Operating Systems - 0
- 4245
-
by Proddish2348
View the latest post
Sat Jul 01, 2023 5:31 am
-