Try to read it (maybe just 1 record) using DISP=(OLD,CATLG).

On Mon, Jun 11, 2012 at 1:09 PM, Darby, Jim <jim.da...@nordstrom.com> wrote:
> No my TCDB is okay, so both CA-1 and OAM know that the tape is private
> and where it is.  My problem is with MVS.  Define nonvsam makes it a
> non-sms entry in the MVS catalog and when I try to run the Alter command
> to roll it back into the gdg base, it fails and tells me I can rollin an
> non SMS dataset.
> Gives me the IDC3195I message:
>
> IDC3195I OBJECT IS NOT SMS MANAGED
>
> Explanation:  An access method services ALTER command requested that a
> generation data set (GDS) be rolled in, but the GDS is not managed by
> the
> storage management subsystem (SMS).
>
> Thoughts?
> Jim
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
> Behalf Of McKown, John
> Sent: Monday, June 11, 2012 10:58 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: Need to make a catalog entry for a SMS managed Virtual tape
>
> Are the volume serial numbers in the TCDB? I.e. the SMS Tape Control
> Data Base, which is usually name SYS1.VOLCAT.VGENERAL. I would bet that
> they are not. So you must run a ALTER command. We do this a lot at DR
> and have a REXX program:
>
> /* REXX */
> PARSE ARG INVOL
> "ALTER  V"INVOL" VOLENT STORGRP(SGRTAPE2) ",
>  "LIBNAME($ATL0002) LOCATION(LIBRARY) UATTR(PRIVATE)"
>
>
> //.. idcams jcl
> %ALTERVOL volser
> /*
> //* ONE PER VOLUME SERIAL.
>
> I bet your DEF NVSAM is OK. One that I have is:
>
>  DEF NVSAM(NAME(TSHPG.CICSMGR.P8.DAILY.HISTORY.G2422V00) -
>           DEVT(3490) -
>           VOL(238263))
>  ALTER V238263 VOLENT STORGRP(SGRTAPE2) -
>     LIBNAME($ATL0002) LOCATION(LIBRARY) UATTR(PRIVATE)
>
> You need both. I am not sure, but you might be able to get away with
> doing the DEF NVSAM, followed by a CTSSYNC from CA-1. I'm not sure.
>
>
>
> John McKown
>
> Systems Engineer IV
>
> IT
>
>
>
> Administrative Services Group
>
>
>
> HealthMarkets(r)
>
>
>
> 9151 Boulevard 26 * N. Richland Hills * TX 76010
>
> (817) 255-3225 phone *
>
> john.mck...@healthmarkets.com * www.HealthMarkets.com
>
>
>
> Confidentiality Notice: This e-mail message may contain confidential or
> proprietary information. If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies of the
> original message. HealthMarkets(r) is the brand name for products
> underwritten and issued by the insurance subsidiaries of HealthMarkets,
> Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life
> Insurance Company of TennesseeSM and The MEGA Life and Health Insurance
> Company.SM
>
>
>
>> -----Original Message-----
>> From: IBM Mainframe Discussion List
>> [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Darby, Jim
>> Sent: Monday, June 11, 2012 12:41 PM
>> To: IBM-MAIN@bama.ua.edu
>> Subject: Need to make a catalog entry for a SMS managed Virtual tape
>>
>>  Hi,
>> Had a group of SMS managed virtual tapes be accidently scratched and
>> I'm trying to recreate the entries.  Updated CA-1 okay and the tapes
>> are still on the stacked drives and marked private there, but my
>> question is around the MVS catalog entry.  I tried to do IDCAMS
>> "define nonvsam name, decivetype and volume" entries and then use
>> alter rollin to re-attach them to the base  but alter won't work
>> because they're not SMS managed.  Define Nonvsam would let me include
>> SMS constructs, and I can't "alter" it a SMS storage class either.
>>
>> There has to be a way to make a MVS catalog entry of a tape gdg, and
>> then roll it into the base.
>>
>> What have I forgot?
>>
>> Jim
>>
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions, send
>> email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>>
>>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

Reply via email to