RMM Scratch Processing com274.282.975

2020-08-05 Thread Bavo Devogeleer
Hello Mark,


 did you already tried following :  delete volume with release parameter


  //S1  EXEC PGM=IKJEFT01

//SYSTSPRTDD SYSOUT=*  

//SYSTSIN DD * 

RMM

   DV XX RELEASE   

END 


regards


Bavo
- Origineel bericht: com274.220.958 -



From: Mark Jacobs (0224d287a4b1-dmarc-requ...@listserv.ua.edu)

To: IBM-MAIN@LISTSERV.UA.EDU

Copy: gitta.janss...@colruytgroup.com, claude.cuvel...@colruytgroup.com, 
bavo.devogel...@colruytgroup.com

Subject: RMM Scratch Processing

Date: 04 augustus 2020 (18:11)



 

I know next to nothing about RMM, and need to mark some tapes in its database 
as scratch, I have one tape (might be others too) that are in USER status and 
its expdt has passed. I know that "something" needs to be done to make it a 
scratch tape, but everything I've tried has failed. Can someone assist?



Mark Jacobs



Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email.



GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com



--

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


extract syslog data com169.856.612

2017-06-21 Thread Bavo Devogeleer
Dear,


 you can use idcams to extract some lines from syslog file


 //DUMPS1 EXEC  PGM=IDCAMS,REGION=4000K  

//SYSPRINT  DD  SYSOUT=X

//IND   DD  DISP=SHR,   

//  DSN= YOUR INPUT SYSLOG FILE NAME

//OUTD  DD  UNIT=3390,SPACE=(CYL,(200,100),RLSE),   

//  DISP=(NEW,CATLG,DELETE),

//  DCB=(YOUR INPUT SYSLOG FILE NAME  ),

//  DSN= YOUR OUTPUT FILENAME   

//SYSIN  DD  *  

  REPRO IFILE(IND) OFILE(OUTD) SKIP(2531000) COUNT(4)   

/*  


regards


Bavo.


 


 


 


 
- Origineel bericht: com169.854.772 -



From: william janulin (008d52e04f2e-dmarc-requ...@listserv.ua.edu)

To: IBM-MAIN@LISTSERV.UA.EDU

Copy: claude.cuvel...@colruytgroup.com, bavo.devogel...@colruytgroup.com

Subject: extract syslog data

Date: 21 juni 2017 (15:55)



 

To list;

  Does anyone know of a utility that can be used to extract zOS syslog data for 
a specificdate and time period or which manual I cold find the info?

I am hoping I will not have to use cut & paste to get the informationneeded for 
a PMR I have open.

Thank you in advance, Bill J.



--

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


Re: List of all on-line volumes com106.226.661

2015-05-29 Thread Bavo Devogeleer
 


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()

/*



-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