I used EXEC PGM=W$$MGCR,PARM='MGCR=DS QD,TYPE=ALL,ONLINE' and got this:

IEE459I 10.45.26 DEVSERV QDASD 483
 UNIT VOLSER SCUTYPE DEVTYPE       CYL  SSID SCU-SERIAL DEV-SERIAL EFC
08000 DBPRDX 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08001 DBPRDY 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08002 CP0100 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08003 CP0101 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08004 DBPLG1 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08005 CP0000 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08006 DBPLG2 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08007 CP0001 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08008 DBPLG3 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08009 CP0002 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
0800A DBPLG4 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
0800B CP0003 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
0800C DBPRDA 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
0800D CP0004 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
0800E DBPRDB 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
0800F CP0005 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08010 DBPRDC 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08011 CP0006 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK
08012 DBPRDD 2107931 2107900      3339  8801 0175-PK941 0175-PK941 *OK

Thanks!


*George Rodriguez*
*Specialist II - IT Solutions*
*IT Enterprise Applications*
*PX - 47652*
*(561) 357-7652 (office)*
*(954) 415-7586 (mobile)*
*School District of Palm Beach County*
*3348 Forest Hill Blvd.*
*Room B-251*
*West Palm Beach, FL. 33406-5869*
*Florida's Only A-Rated Urban District For Eight Consecutive Years*

On Fri, May 29, 2015 at 10:24 AM, Ted MacNEIL <eamacn...@yahoo.ca> wrote:

> OH is part of OPS/REXX which is part of OPS/MVS, iirc.
>
> -
> -teD
> -
>   Original Message
> From: Jousma, David
> Sent: Friday, May 29, 2015 10:01
> To: IBM-MAIN@LISTSERV.UA.EDU
> Reply To: IBM Mainframe Discussion List
> Subject: Re: List of all on-line volumes com106.226.661
>
> I suspect "OC" is a site REXX exec that captures the output of the passed
> command back into a ISPF edit/view session. The command actual is DS
> QD,TYPE=ALL,ONLINE
>
> _________________________________________________________________
> Dave Jousma
> Assistant Vice President, Mainframe Engineering
> david.jou...@53.com
> 1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
> p 616.653.8429
> f 616.653.2717
>
>
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of George Rodriguez
> Sent: Friday, May 29, 2015 9:48 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: List of all on-line volumes com106.226.661
>
> Bavo,
>
> Ran your job and got this:
>
> OC C('DS QD,TYPE=ALL,ONLINE')
> IKJ56500I COMMAND OC NOT FOUND
>
>
>
> *George Rodriguez*
> *Specialist II - IT Solutions*
> *IT Enterprise Applications*
> *PX - 47652*
> *(561) 357-7652 (office)*
> *(954) 415-7586 (mobile)*
> *School District of Palm Beach County*
> *3348 Forest Hill Blvd.*
> *Room B-251*
> *West Palm Beach, FL. 33406-5869*
> *Florida's Only A-Rated Urban District For Eight Consecutive Years*
>
> On Fri, May 29, 2015 at 9:30 AM, Bavo Devogeleer <
> bavo.devogel...@colruytgroup.com> wrote:
>
> >
> >
> >
> > Dear ,
> >
> >
> > devserv command in batch gives the nessesary information .
> >
> >
> > //STP001 EXEC PGM=IKJEFT1A,REGION=0M
> >
> > //SYSPRINT DD SYSOUT=*
> >
> > //SYSTSPRT DD SYSOUT=X
> >
> > //SYSTERM DD SYSOUT=*
> >
> > //SYSTSOUT DD SYSOUT=*
> >
> > //SYSTSIN DD *
> >
> > OC C('DS QD,TYPE=ALL,ONLINE')
> >
> > /*
> >
> >
> > regards
> >
> >
> > bavo.
> >
> >
> >
> >
> >
> >
> >
> >
> > ----- Origineel bericht: com106.223.412
> > ---------------------------------
> >
> >
> >
> > From: van der Grijn, Bart (B) (bvandergr...@dow.com)
> >
> > To: IBM-MAIN@LISTSERV.UA.EDU
> >
> > Copy: claude.cuvel...@colruytgroup.com,
> > bavo.devogel...@colruytgroup.com
> >
> > Subject: Re: List of all on-line volumes
> >
> > Date: 29 mei 2015 (15:03)
> >
> >
> >
> >
> >
> >
> > I believe it is. We use it to get a list of all volumes
> > (online and offline) to check for duplicate volumes.
> >
> > Example (change the VOLSTYPE to get just the online volumes):
> >
> >
> >
> > //DASDLST EXEC ACBJBAOB,REGION=120M,
> >
> > // PLIB1=SYS1.DGTPLIB,
> >
> > // TABL2=PSSYS.TEMP.DUPVOL.TABLES
> >
> > //SYSTSIN DD *
> >
> > PROFILE PREFIX(IBMUSER) MSGID
> >
> > ISPSTART CMD(ACBQBAI4 +
> >
> > SAVE ALLVOL +
> >
> > PHYDATA(Y) +
> >
> > SPCDATA(N) +
> >
> > VOLSTYPE(3)) +
> >
> > NEWAPPL(DGT) BATSCRW(132) BATSCRD(27) BREDIMAX(3)
> > BDISPMAX(99999999)
> >
> > /*
> >
> >
> >
> > -----Original Message-----
> >
> > From: IBM Mainframe Discussion List [mailto:
> > IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ed Finnell
> >
> > Sent: Thursday, May 28, 2015 2:58
> >
> > To: IBM-MAIN@LISTSERV.UA.EDU
> >
> > Subject: Re: List of all on-line volumes
> >
> >
> >
> > Is it still called Naviquest?
> >
> >
> >
> > Several options to include PDS, DEVSERV(DS) console commands,
> > List Backups
> >
> > from whatever you're using to create. To shorten the process I
> > made a
> >
> > spread sheet that was in every turtle shell. Now we have a
> > mirrored site out of
> >
> > state.
> >
> >
> >
> >
> >
> > In a message dated 5/28/2015 11:59:17 A.M. Central Daylight
> > Time,
> >
> > bvandergr...@dow.com writes:
> >
> >
> >
> > ISMF in batch is another option.
> >
> >
> >
> >
> > ----------------------------------------------------------------------
> >
> > For IBM-MAIN subscribe / signoff / archive access
> > instructions,
> >
> > send email to lists...@listserv.ua.edu with the message: INFO
> > IBM-MAIN
> >
> >
> >
> >
> >
> >
> > Dit bericht is onderworpen aan de voorwaarden beschikbaar op onze
> > website Ce message est soumis aux conditions disponibles sur notre
> > site web This message is subject to the terms and conditions available
> > on our website
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> > email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
> --
>
>
> *Disclaimer: *Under Florida law, e-mail addresses are public records. If
> you do not want your e-mail address released in response to a public
> records request, do not send electronic mail to this entity. Instead,
> contact this office by phone or in writing.
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> This e-mail transmission contains information that is confidential and may
> be privileged. It is intended only for the addressee(s) named above. If you
> receive this e-mail in error, please do not read, copy or disseminate it in
> any manner. If you are not the intended recipient, any disclosure, copying,
> distribution or use of the contents of this information is prohibited.
> Please reply to the message immediately by informing the sender that the
> message was misdirected. After replying, please erase it from your computer
> system. Your assistance in correcting this error is appreciated.
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

-- 


*Disclaimer: *Under Florida law, e-mail addresses are public records. If 
you do not want your e-mail address released in response to a public 
records request, do not send electronic mail to this entity. Instead, 
contact this office by phone or in writing.


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

Reply via email to