Kees , Thanks for the inputs . Actually , what i need is just the opposite ...I need to find out the unit address by using the volser information (for an offline volume)
Looking at the parameters of ANALYZE command , it seems that unit address is mandatory for an offline volume . You can use the ICKDSF ANALYZE command on offline volumes. It will display the volser of the volume. // EXEC PGM=ICKDSF //SYSPRINT DD SYSOUT=* ANALYZE UNITADDRESS(3C01) NODRIVETEST Generates lots of information, o.a.: ICK03091I EXISTING VOLUME SERIAL READ = JSYSV0 On Fri, Mar 14, 2014 at 2:18 PM, Vernooij, CP (SPLXM) - KLM < [email protected]> wrote: > You can use the ICKDSF ANALYZE command on offline volumes. It will > display the volser of the volume. > // EXEC PGM=ICKDSF > //SYSPRINT DD SYSOUT=* > ANALYZE UNITADDRESS(3C01) NODRIVETEST > > Generates lots of information, o.a.: > > ICK03091I EXISTING VOLUME SERIAL READ = JSYSV0 > > Kees. > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of baby eklavya > Sent: Friday, March 14, 2014 09:28 > To: [email protected] > Subject: Re: Locate unit address of a NON SMS volume using ISMF > > Yes . But the device is offline . I thought D U,VOLSER would not return > status of offline devices . > > > > > On Fri, Mar 14, 2014 at 1:50 PM, Vernooij, CP (SPLXM) - KLM < > [email protected]> wrote: > > > You can do this with the command: D U,VOL=volser > > > > Kees. > > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:[email protected]] > > On Behalf Of baby eklavya > > Sent: Friday, March 14, 2014 09:17 > > To: [email protected] > > Subject: Locate unit address of a NON SMS volume using ISMF > > > > We had an migration from EMC to IBM DS8800 last year , and ofcourse > > the device addresses had changed . And we missed to document mapping > > unit address for some of the volumes .Now , We know the volser , but > > not sure of their corresponding unit address . I am just trying to > > find the unit address for those volumes which are currently offline to > > > our system . Is there a way i can find the unit address using ISMF ? > > > > Any kind of help would be highly appreciated . > > > > Regards, > > Baby > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, send > > email to [email protected] with the message: INFO IBM-MAIN > > ******************************************************** > > For information, services and offers, please visit our web site: > > http://www.klm.com. This e-mail and any attachment may contain > > confidential and privileged material intended for the addressee only. > > If you are not the addressee, you are notified that no part of the > > e-mail or any attachment may be disclosed, copied or distributed, and > > that any other action related to this e-mail or attachment is strictly > > > prohibited, and may be unlawful. If you have received this e-mail by > > error, please notify the sender immediately by return e-mail, and > delete this message. > > > > Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or > > its employees shall not be liable for the incorrect or incomplete > > transmission of this e-mail or any attachments, nor responsible for > any delay in receipt. > > Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal > > Dutch > > Airlines) is registered in Amstelveen, The Netherlands, with > > registered number 33014286 > > ******************************************************** > > > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, send > > email to [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > ******************************************************** > For information, services and offers, please visit our web site: > http://www.klm.com. This e-mail and any attachment may contain > confidential and privileged material intended for the addressee only. If > you are not the addressee, you are notified that no part of the e-mail or > any attachment may be disclosed, copied or distributed, and that any other > action related to this e-mail or attachment is strictly prohibited, and may > be unlawful. If you have received this e-mail by error, please notify the > sender immediately by return e-mail, and delete this message. > > Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its > employees shall not be liable for the incorrect or incomplete transmission > of this e-mail or any attachments, nor responsible for any delay in receipt. > Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch > Airlines) is registered in Amstelveen, The Netherlands, with registered > number 33014286 > ******************************************************** > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
