Re: Alter many volumes in TCDB

2019-02-20 Thread Minoru Massaki
, Minoru Massaki - (M*M) 2019年2月20日(水) 17:37 Gadi Ben-Avi : > Hi, > I have a lot of volumes that need to be altered. > They have the wrong category assigned. > If I use the alter command in the ISMF MOUNTABLE TAPE VOLUME LIST panel, > the volume is assigned the correct category. &

Re: Mainframe operating systems?

2017-04-17 Thread Minoru Massaki
> by one of the former IBMers that had done HASP Is the IBMer Mr. Tom Simpson? Minoru Massaki - (M*M) 2017-04-17 14:14 GMT+09:00 Anne & Lynn Wheeler : > ste...@copper.net (Steve Thompson) writes: > > And there was ASPEN (code name?) that was an "MVS" like O/S t

Re: How can I set Non-zero return code in DFSORT when SORTOUT record count is not zero

2017-04-17 Thread Minoru Massaki
en by programming language, even if its SORT control cars are very complex over a very simple REXX EXEC. ;-) Again, Kolusu-san and other experts, I really appreciate your kind help. Regards, Minoru Massaki - (M*M) 2017-04-16 3:00 GMT+09:00 Sri h Kolusu : > Minoru Massaki, > > It is q

Re: How can I set Non-zero return code in DFSORT when SORTOUT record count is not zero

2017-04-15 Thread Minoru Massaki
This is a stand alone sort. Minoru Massaki - (M*M) 2017-04-16 0:13 GMT+09:00 Lizette Koehler : > Is this a stand alone sort, or a program invoked sort? > > Lizette > > > -Original Message- > > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.

Re: How can I set Non-zero return code in DFSORT when SORTOUT record count is not zero

2017-04-15 Thread Minoru Massaki
JOINKEY job to do this process. Only things I want to do is return code setting such as RC=0 (No SORTOUT Record): No need additional process RC=8,12,16 (Non-zero SORTOUT records): Need additional process Above is what I like to do in DFSORT. Regards, Minoru Massaki - (M*M) 2017-04-16 0:08 GMT

How can I set Non-zero return code in DFSORT when SORTOUT record count is not zero

2017-04-15 Thread Minoru Massaki
Hello I'm looking for a way to set Non-zero return code in DFSORT, when record count of SORTOUT is not zero. I know that setting non-zero return code when SORTOUT record count is zero. Your help would be highly appreciated. -- 全先 実 - Minoru Massaki (M*M) E-mail: mmass...@gmai

Re: SORT - How can I put accumulated value on each output record

2017-02-13 Thread Minoru Massaki
1.1 131135.3 #004 4 1.1 135136.4 #005 7000 5,000.0 7,135 5,136.4 Again, Woodger-san, Koehler-san, and Kolusu-san, I really appreciate your help. Thank you!! Minoru Massaki - (M*M) 2017-02-14 0:43 GMT+09:00 Sri h Kolusu : > Minoru Massak

Re: SORT - How can I put accumulated value on each output record

2017-02-12 Thread Minoru Massaki
T and Syncsort for our customers. As far as I know, there is no differences between DFSORT and Syncsort in SORT control cards view point. If I could build the SORT control cards what I want to do, I'll post it here. I might ask again if I need some help. Thank you! Minoru Massaki - (M*M) 20

SORT - How can I put accumulated value on each output record

2017-02-12 Thread Minoru Massaki
that someone would provide sample of SORT control statement to resolve my requirement. Minoru Massaki - (M*M) -- 全先 実 - Minoru Massaki (M*M) E-mail: mmass...@gmail.com -- For IBM-MAIN subscribe / signoff / archive access

Re: Compare 2 DFsms SCDS's?

2015-08-18 Thread Minoru Massaki
d out unmatched DCOLLECT record, run NaviQuest SMS configuration report against the unmatched record. You could see what differences are easily in the report. (Assume that there is not so much differences) If you would like to see the compare jobs, please let me know. Regards, Minoru massaki -

Re: Compare 2 DFsms SCDS's?

2015-08-18 Thread Minoru Massaki
I did compare with two SMS Configuration Reports by SUPERC, but the SUPERC could NOT compare it correctly. If you are interested in my DFSORT jobs, please contact me offline. Minoru Massaki - (M*M) mmass...@gmail.com 2015-08-12 18:11 GMT+09:00 Vernooij, CP (ITOPT1) - KLM < kees.verno...@klm.com>

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-11 Thread Minoru Massaki
tween front key and data. Actually it is not needed. It is just separater to see key and data easily. I understood the limitations when I use the DFSORT control statements you gave. Again, thank you!! Minoru Massaki - (M*M) 2015-06-12 0:33 GMT+09:00 Sri h Kolusu : > Norbert, >

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-09 Thread Minoru Massaki
Hello Gilmartin-san, Thank you for your suggestion. I didn't know a such kind of technique. Minoru Massaki - (M*M) 2015-06-10 5:41 GMT+09:00 Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu>: > On 2015-06-09 13:19, Tony Harminc wrote: > > > > Please

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-09 Thread Minoru Massaki
Hello Harminc-san, Thank you for your attention. I'll care about hex field sorting hereafter. Minoru Massaki - (M*M) 2015-06-10 4:19 GMT+09:00 Tony Harminc : > On 9 June 2015 at 13:50, Minoru Massaki wrote: > > > > Allowing all data (x'00' thru X'FF'

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-09 Thread Minoru Massaki
Hi Friemel-san, I have tested you new DFSORT JCL in our z/OS V2.1 system. It has worked fine. Thank you!! Minoru Massaki - (M*M) 2015-06-10 4:00 GMT+09:00 Norbert Friemel : > On Wed, 10 Jun 2015 02:37:49 +0900, Minoru Massaki wrote: > > >Hello Friemel-san, > > > >T

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-09 Thread Minoru Massaki
Hi Kolusu-san, I have sent JOB JCLs and executed output to DFSORT helpline. Thank you, Minoru Massaki - (M*M) 2015-06-10 2:43 GMT+09:00 Sri h Kolusu : > Minoru Massaki, > > I did not test out Norbert Friemel solution as it involves 2 passes of > data along with joinkeys which is

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-09 Thread Minoru Massaki
input data to HEX (data become only A thru Z and 0 thru 9) during DFSORT process might be a solution. ;-) Again, thank you for your help. Minoru Massaki - (M*M) 2015-06-10 2:17 GMT+09:00 Sri h Kolusu : > >>>I needed some amount of time to understand the DFSORT control > st

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-09 Thread Minoru Massaki
Hello Friemel-san, Thank you for your DFSORT JCL. In our z/OS V2.1 system, your JCL didn't work correctly. (output looked like all blank) After changing VLTRAIL parameter from two characters '<|' to three characters such as C'<|>', it does work fine. Thank y

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-09 Thread Minoru Massaki
AR I'd like to make sure that input record data must not have C'$' and C'@' characters. If it exists in the input data, output data in col.9 thru end is different from input. Is this right? Again, I really appreciate your help. Minoru Massaki - (M*M) 2015-06-09 2:23 GMT

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-08 Thread Minoru Massaki
7;0040') Does the shifting to right (JFY=(SHIFT=RIGHT)) work as I expected? In case of the last and the first byte of the records contain x'40', what should I modify the DFSORT control statements you gave me. I really appreciate your kind help. Minoru Massaki - (M*M)

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-07 Thread Minoru Massaki
in DFSORT control statement parameter to select the last 8 bytes. So I'm asking the way to do it by DFSORT. Thank you. Minoru Massaki - (M*M) 2015-06-08 1:59 GMT+09:00 Tony's Outlook via Mozilla : > There was a DF/SORT related post sometime in the not so distant past that > ga

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-07 Thread Minoru Massaki
obs such as DFSORT, IDCAMS, and other utilities. I don't know the reason. Thank you! Minoru Massaki - (M*M) 2015-06-08 1:21 GMT+09:00 Lizette Koehler : > I am sure the DFSORT team will respond on Monday in the USA. > > Or you could send your query to them, there might be someone w

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-07 Thread Minoru Massaki
Hello Gilmartin-san, Thank you for your idea. At this point, they (the customer) want to use only DFSORT without E15/E35. I'll tell them your ideas. Minoru Massaki - (M*M) 2015-06-07 23:46 GMT+09:00 Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu>: > On Sun,

Re: DFSORT - How to select last 8 bytes in variable length records

2015-06-07 Thread Minoru Massaki
without E15/E35 exits. Thank you for your suggestion. Minoru Massaki - (M*M) 2015-06-07 23:34 GMT+09:00 Martin Packer : > How many different record lengths do you expect to see? If it's a few then > maybe doing a bunch of IFTHEN clauses on the length in the RDW helps move > these fie

DFSORT - How to select last 8 bytes in variable length records

2015-06-07 Thread Minoru Massaki
he last 8 bytes. The last 8 bytes is also binary. I'd like to hear any ideas how this to be done by DFSORT WITHOUT using E15/E35. Your help would be highly appreciated. Minoru Massaki - M*M -- 全先 実 - Minoru Massaki (M*M) E

Re: How do we add private volumes in SMS Tape Library to RMM as status MASTER

2014-08-16 Thread Minoru Massaki
your reply. Minoru Massaki - (M*M) 2014-08-16 1:33 GMT+09:00 Mike Wood : > ... and 1 more reason MASTER volumes should normally have all data > sets seen and recorded while rmm (or another tms) is in control - so we > would know exactly what is on a tape. > When you add v

Re: How do we add private volumes in SMS Tape Library to RMM as status MASTER

2014-08-12 Thread Minoru Massaki
private volumes in TCDB as USER status. Minoru Massaki - (M*M) 2014-08-13 2:56 GMT+09:00 Robert A. Rosenberg : > At 00:57 +0900 on 08/13/2014, Minoru Massaki wrote about How do we add > private volumes in SMS Tape Library to RMM as: > > > Now a customer is using a Tape managem

How do we add private volumes in SMS Tape Library to RMM as status MASTER

2014-08-12 Thread Minoru Massaki
RMM? Why does RMM adds private volume as USER status when STATUS(VOLCAT) is used? Your help would be highly appreciated. -- 全先 実 - Minoru Massaki (M*M) E-mail: mmass...@gmail.com -- For IBM-MAIN subscribe / signoff

DFSMSrmm Command Log for audit

2014-02-14 Thread Minoru Massaki
Is there any way to take log for auditing RMM CHANGEVOLUME and DELETEVOLUME? I think that RMM journal may be used but format of RMM journal is not disclosed. Your help would be highly appreciated. -- 全先 実 - Minoru Massaki (M*M) E-mail: mmass...@gmail.com

Re: TS7740 and VTS B20

2012-11-26 Thread Minoru Massaki
DITTO/ESA EVC (Exported Stacked Volume Copy) function does it. The document is following: ftp://public.dhe.ibm.com/software/websphere/awdtools/ditto/ditesv.pdf Minoru Massaki (M*M) 2012/11/27 Steve Finch : > Mike > > Would you remember what the utility was called (a program name)

Re: GTF ENQ/DEQ SVC Trace for SYSZVOLS and SYSDSN on z/OS V1.12

2012-11-18 Thread Minoru Massaki
Hi Mulder-san, Thank you very much for your information. The code change had been made in z/OS V1.10. After that release, we cannot trace ENQ/DEQ by GTF SVC trace. I'm going to try to trace it by component trace you suggested. Again, thank you a lot. Minoru Massaki (M*M) 2012/11/1

GTF ENQ/DEQ SVC Trace for SYSZVOLS and SYSDSN on z/OS V1.12

2012-11-12 Thread Minoru Massaki
or some code changes SVC trace for ENQ/DEQ? Your help would be appreciated. -- 全先 実 - Minoru Massaki (M*M) E-mail: mmass...@gmail.com -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: How to retain volumes by days when VOLUME VRS is used in DFSMSrmm

2012-08-26 Thread Minoru Massaki
ium for that. > Yes, I think so too. Anyway, I appreciate your kind help. Minoru Massaki (M*M) 2012/8/25 Mike Wood : > Massaki-san said >> They want to set default retantion date based on volser range. > > This is a challenge. rmm tries to first determine how VRSes match to t

Re: How to retain volumes by days when VOLUME VRS is used in DFSMSrmm

2012-08-26 Thread Minoru Massaki
anual. Your help would be appreciated. Minoru Massaki (M*M) 2012/8/25 Mike Wood : > Massaki-san said : >>But I could not find out the description or the explanation regarding to type >>of retention for the COUNT in VOLUME VRS. I have checked R6, R10, R13 RMM G&R >>manu

Re: How to retain volumes by days when VOLUME VRS is used in DFSMSrmm

2012-08-24 Thread Minoru Massaki
fied in data set VRS, according to RMM manual. Minoru Massaki (M*M) 2012/8/24 Mike Wood : > Massaki-san, you said > >>Thank you very much for informing me that COUNT(0) is available only > above z/OS V1.9. > > A customer wants to use both volume and data set name VRS. &g

Re: How to retain volumes by days when VOLUME VRS is used in DFSMSrmm

2012-08-22 Thread Minoru Massaki
olume doesn't match data set VRSs, they want to retain the volume by volume VRS. Minoru Massaki (M*M) 2012/8/23 Pinnacle : > You have to be on z/OS V1R9 for COUNT(0). Is there a reason you can't use a > dataset VRS? > > > On 8/22/2012 3:15 PM, Minoru Massaki wrote: >

Re: How to retain volumes by days when VOLUME VRS is used in DFSMSrmm

2012-08-22 Thread Minoru Massaki
there something wrong in my specification about VRS? Your help is appreciated. Minoru Massaki (M*M) 2012/8/22 Thomas Conley : > On 8/21/2012 7:37 PM, Thomas Conley wrote: >> On 8/21/2012 12:20 PM, Minoru Massaki wrote: >>> Hello RMM experts, >>> >>> I like retain v

How to retain volumes by days when VOLUME VRS is used in DFSMSrmm

2012-08-21 Thread Minoru Massaki
Is this working as design or bug? I want to retain the volume 5 days long, NOT cycle 5. How can I set the retention data as current data + 5? Your help would be highly appreciated. -- 全先 実 - Minoru Massaki (M*M) E-mail: mmass...@gmail.com --

Re: TS7700: is there a z/OS interface to the TS3500 tape library?

2012-07-05 Thread Minoru Massaki
OP0401 messages are issued only for 3494 tape library, not for TS3500. You may have to use TS3500 CLI interface to get cleaner cartridge information for the TS3500. If you find nice way to know TS3500 cleaner cartridge information from MVS, please let us know. Minoru Massaki (M*M) 2012/7/5