You could save yourself a lot of trouble and do a SAVESCDS before you make your ACS routine changes.....
On 12 October 2016 at 18:08, Chuck Kreiter <[email protected]> wrote: > Thanks for the reply. > > The problem I'm having is that the definition for each volume as defined > in the storage group doesn't show up on this list as best I can tell . The > status that is shown is the current status of the volume. I need to > identify those that have a status different than what they were defined I > the CDS as. > > I'm probably going to end up displaying the volumes in SDSF, save those > off and create Naviquest cards to update the CDS with the current status. > That way, everything will be as it is today. > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Elardus Engelbrecht > Sent: Wednesday, October 12, 2016 11:04 AM > To: [email protected] > Subject: Re: SMS Volume Status > > Chuck Kreiter wrote: > > > What has happened over time is that some volumes have been DISNEW'ed to > clear them or ENABLED (from DISNEW) to allow for new allocations. These > were all done via the VARY SMS,VOLUME(xxxxxx),DISABLE,NEW type commands. > > Others gave you good and interesting replies. > > If you want to know when that VARY command is issued, you can use SMF to > see who and when was that VARY command issued. (RACF class OPERCMDS, > profile MVS.VARY.*) > > >System/Sys SMS VOL MVS Vol SMS G > >Group Name Status Status Status > >----------- ------- -------- ------ > >SYS1 DISNEW ONLINE ENABLE > > >I'm really looking for this info in a batch (ideally) report. I've > looked through Naviquest but not seen anything that reports this yet. > > Print above list out (look at pulldown menu in ISMF) Then use DFSORT or > ICETOOL to filter out your output dataset. > > To see all volsers where first Status is different from second Status try > out this ICETOOL statement: > > INCLUDE COND=(<column of first STATUS>,6,CH,NE,<column of second > STATUS>,6,CH) > > Groete / Greetings > Elardus Engelbrecht > > ---------------------------------------------------------------------- > 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 IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
