Re: Extended SMS routine

2015-04-24 Thread Darth Keller
A small suggestion for the code below would be to add a unique identifier to each WRITE Statement. It seems like every company I've implemented SMS in has constructs which are assigned at multiple points in the code. If that were to be true in this case, it would be more difficult to

Re: TESTING SMS ACS ROUTINE OPTIONS VIA ISMF

2015-01-23 Thread Darth Keller
Maybe the thing that's throwing you when looking for documentation on the ISMF testing facility is that the software is called NAVIQUEST. There is a redbook: http://www.redbooks.ibm.com/abstracts/sg244720.html and a manual:

Re: Rexx Idiom (was: FTP of EBCDIC file)

2014-09-10 Thread Darth Keller
-- he *cannot* write good REXX. So what is good REXX? Or did we mean 'he cannot write REXX well'? Isn't the point of the statement to describe how he writes? Or is it to discuss what constitutes 'good' REXX? Even those of us whose native language is English have problems with it and I

Re: DFHSM QUESTION - FINDING HSM RECORD TYPE.

2014-08-06 Thread Darth Keller
For the ERR03, I've used the following; HSEND DELETE 'AOSYS.OPS.GLBLVAR.BKUPS.NWKC.G0068V00' This is some documentation I picked up along the way for the ERR20: THE ERR 20 MESSAGES INDICATE THERE IS A MCD RECORD BUT THE CORRESPONDING MCV RECORD IS NOT FOUND. TO CLEAN THIS UP, YOU

Re: Upgrade Product - Vsam Files

2014-05-06 Thread Darth Keller
So maybe this is nit-picking but It is VSAM datasets, not files How does one distinguish between a dataset a file? dd keller So on a 2nd look - definitely nit-picking, but it's been that kind of a day. ** This e-mail

Re: Assign Dataclass via Storeclass ACS routine

2014-04-16 Thread Darth Keller
need to figure how to get dataclass assigned correctly for datasets that already exist. Why? IIRC, the DataClas is assigned at allocation time. While you can issue an IDCAMS ALTER command for the StorClass MgmtClas, you can't Alter the DataClas. This makes sense to me when you consider

Re: Missed Alarms and 40 Million Stolen Credit Card Numbers: How Target Blew It

2014-03-13 Thread Darth Keller
Quote: gushed out of its (Target's)mainframes. Is the author really implying this was a mainframe hack? Really? Keep in mind that this is what the CEO's, CIO's, etc. will read. ddk

Re: IDC3009I ** VSAM CATALOG RETURN CODE IS 48 - REASON CODE IS IGG0CLAT-80

2014-02-19 Thread Darth Keller
This is exactly why every EXIT statement in my routines are matched with a WRITE statement : SELECT (STORCLAS) . . . WHEN ('SCCICS') DO SET STORGRP = 'SGCICS' WRITE 'SGSC070 ' DSN ' ' STORCLAS ' ' STORGRP EXIT END . The string SGSC070 identifies 1 and only 1 Exit. I know

Re: Large Multi-Volume Physical Sequential allocation question

2014-02-07 Thread Darth Keller
P asks the system to allocate the same number of devices as requested by the volume count or SER subparameters of the VOLUME parameter, whichever is higher - the effect is that all volumes for the data set are mounted at the same time Had a problem allocating a NON SMS

StopX-37 functionality other products

2013-10-21 Thread Darth Keller
I'm curious as to what other products shops are using instead of BMC's StopX-37. I know that SMS can replace at least some of the functionality but we use a lot of what the product has available. At this point, I don't think SMS is a viable option. So what else are people using with what

Re: SMS QUESTION - ACTUAL SPACE NOT ALLOCATED

2013-10-03 Thread Darth Keller
The first thing I'd check is the Default Device Geometry defined in your SMS Base configuration: Mine: Default Device Geometry Bytes/Track . . . . . . . . 56664 Tracks/Cylinder . . . . . . 15 in ISMF - Option 8 Control Data Set then Option 1 Display Good Day All, I am

Re: HMIGRATE in parallel

2013-09-17 Thread Darth Keller
Interesting approach - If the poster is actually trying to get an application PIT (point in time) backup of his application using HSM, the only way I could get that to work here would be to flashcopy the whole thing to new names then run HSM backups against those new names. Then it would no

Re: HMIGRATE in parallel

2013-09-17 Thread Darth Keller
1:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: HMIGRATE in parallel Is this not called ABARS? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Darth Keller Sent: Tuesday, September 17, 2013 8:54 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: ACS routine trace.

2013-09-12 Thread Darth Keller
I'm curious. Do you ever use the NaviQuest SMS test facility? ddk But first I must trigger some trace data. I found there is an SMS trace, but I wonder if this produces much more than I need. I found a replacement for the WRITE-trace mechanism: I defined a Storage Class that is not used

Re: ACS routine trace.

2013-09-12 Thread Darth Keller
Sorry, long day - I forgot you said this was a dynamic allocation, which is what made me thing about going back to NaviQuest in the 1st place. my bad - ddk / But that's the beauty of NaviQuest - you can set up your test case, test it against your 'live' code changing

Re: ACS routine trace.

2013-09-12 Thread Darth Keller
in a live environment, hence the 'tracing' needed for the live ACS routines. Kees. Van: IBM Mainframe Discussion List namens Darth Keller Verzonden: do 12-9-2013 17:21 Aan: IBM-MAIN@LISTSERV.UA.EDU Onderwerp: Re: ACS routine trace. I'm curious. Do you ever use

Re: ADRDSSU DUMP and non-z/OS volumes

2013-09-10 Thread Darth Keller
In the recent past, we were using ADRDSSU to create backups of our zVM/Linnux volumes for our DR, but it required that we vary the volumes online. Recently we switched over to using FDR as we can do them while the volumes are offline. DFDSS - DUMP ADMIN TRACKS(0,0,3338,14) -

Re: ADRDSSU DUMP and non-z/OS volumes

2013-09-10 Thread Darth Keller
DFDSS will not dump an offline volume. So, IMO, online to the host does matter if the intent is to use DFDSS for the backup. However, this doesn't affect, in any way, the validity of your points about the guest, buffers, multi-volume files, etc. In our case, it was determined that we did

Re: dfhsm expirebv command idles even though expirebv not held

2013-08-05 Thread Darth Keller
Any chance the tape is in use on another LPAR or in another function? In my experience this is usually the case. ddk / Hello, I've issued this tso hsend cmd: hsend expirebv abarsversions(agname(bkmcics) retainversions(0)) display and have been waiting for over

Re: Question about ML2 expired datasets

2013-07-19 Thread Darth Keller
Might be a silly question but does DFHSM have authority to update your master catalog? Richard - Did I miss something in this thread? Why would his DFHSM need to update his master catalog? Are the datasets he's having a problem with cataloged in the Master? That would be the only

Re: Question on WRITE statements in ACS and Automation

2013-07-09 Thread Darth Keller
I do see some of my SMS Write output in my syslog: IGD01007I IGD01008I IGD01010I But it appears that these are all from batch jobs. I tested allocating a ds from my TSO session the WRITEs came back to me but are not in the log. ddk This e-mail message and all attachments

Re: Question on WRITE statements in ACS and Automation

2013-07-09 Thread Darth Keller
to see ALL the messages in the log - batch, TSO, etc. ddk Darth Keller wrote: I do see some of my SMS Write output in my syslog: IGD01007I What magic trick did you do? Mine (from DATACLAS) in my batch job does NOT appears in the SYSLOG! Groete / Greetings Elardus Engelbrecht This e

Re: Question on WRITE statements in ACS and Automation

2013-07-09 Thread Darth Keller
I've done some more testing and it doesn't look like I'm seeing messages from all my batch jobs either. It looks more like dynamic allocations some temporary datasets - which might also be dynamically allocated. ddk From: Darth Keller/WBY/ASSURANT/US To: IBM Mainframe Discussion

Re: Orphaned ICF catalog in the VVDS

2013-07-08 Thread Darth Keller
I have run an IDCAMS diagnose on a volume to find non-existent catalog entries . I tried DELETE VVR/NVR/TRUENAME to no avail. How can I get rid of the stranded catalog references in the VVDS? Respectfully, Willie C. Rouse I've used this in the past. MAL705 is a volser. Can't remember

Re: SMS Space override

2013-05-28 Thread Darth Keller
Quick dirty - In ISMF, check your CDS BASE DISPLAY . Mine: Default Device Geometry : Bytes/track . . . . . : 56664 Tracks/cylinder . . . : 15 1st thing I'd check is to ensure you've got you geometry defined correctly. This e-mail message and all attachments transmitted with it may

Re: Luminex tapeless solution

2013-05-21 Thread Darth Keller
I would think HSM would have the same issues regardless of the virtual tape system used. We have an MDL - As I remember, we set up a new esoteric to use with the MDL. So UNITNAME had to be changed. We used a tape size of 40GB's for the MDL. We changed RECYCLEPERCENT(5). So as not to

Re: EMC 6000 Virtual Tape Drive

2013-05-08 Thread Darth Keller
So it's been a really long time since I set all this up, but I do remember I had to have a couple of special volumes defined in the library. These volumes were used to 'communicate' with the Bustech hardware. Below is the display for the 2 volumes from ISMF. VOLUME USE

Re: EMC 6000 Virtual Tape Drive

2013-05-08 Thread Darth Keller
These are also not defined to my TMM (CA1). So it's been a really long time since I set all this up, but I do remember I had to have a couple of special volumes defined in the library. These volumes were used to 'communicate' with the Bustech hardware. Below is the display for the 2

Re: EMC 6000 Virtual Tape Drive

2013-05-07 Thread Darth Keller
Thanks, Mark - not an issue I had considered either but one I will definitely keep in mind. However, as we don't share the box, it's probably pretty unlikely we'll run into the issue. ddk On Mon, 6 May 2013 14:34:23 -0500, Darth Keller darth.kel...@assurant.com wrote: Question - why do

Re: EMC 6000 Virtual Tape Drive

2013-05-06 Thread Darth Keller
Do you have any experience with virtual tapes? We went from a couple of IBM B20 libraries to an HDS MDL which uses the Bustech (now EMC) to front-end HDS storage. We had to switch from SMS Automated Tape Libraries to a Manual Tape Library. We defined new tape ranges, dataclas, and

Re: Logrec Record increase on EMC VMAX 5876

2013-03-21 Thread Darth Keller
We were at 5876.8? something and upgraded this past weekend to 5876.159 but we didn't see any big increase either this past weekend or when we went from 5875 to 5876. ddk I was so close. The level is 5876-159 That is what I get from doing it from memory. Lizette This e-mail

Re: Logrec Record increase on EMC VMAX 5876

2013-03-20 Thread Darth Keller
What specific level of 5876 are you running? I have been working with EMC on this issue for the last couple of weeks. We just upgraded from 5875 to 5876. Prior to the upgrade I had on a daily basis about 100 OBR Long records. After the upgrade I am now seeing 30,000+ records on a daily

Re: Query for Destination z article -- mainframes back to the future

2013-03-14 Thread Darth Keller
Back in the bad old days, we had a squirrel event - one of the crafty little devils actually managed to crawl into a power transformer. pffft . . . . zap! BANG!! ddk I don't mind looking dumb: what's a squirrel event? Sounds like something Macy's would

Re: Query for Destination z article -- mainframes back to the future

2013-03-13 Thread Darth Keller
Had to laugh at that one.Lesson I learned the hard way! ddk Copy, don't move. Dave Gibney Information Technology Services Washington State University This e-mail message and all attachments transmitted with it may contain legally privileged and/or

Re: UNABLE TO IMPORT - IGD17802I

2013-02-12 Thread Darth Keller
VOLUMES PARM needed when performing this? Perhaps it was a fluke it worked? From: Darth Keller darth.kel...@assurant.com To: IBM-MAIN@LISTSERV.UA.EDU Sent: Monday, February 11, 2013 1:11:49 PM Subject: Re: UNABLE TO IMPORT - IGD17802I From the manual

Re: UNABLE TO IMPORT - IGD17802I

2013-02-11 Thread Darth Keller
Sorry, I haven't been following this too closely. So this may have been asked before. I'm assuming the information below is for the exported copy. What catalog was exported and what volume was it on when the export was made? If the volume of the source was in a different storage group from

Re: UNABLE TO IMPORT - IGD17802I

2013-02-11 Thread Darth Keller
to IMPORT it. From: Darth Keller darth.kel...@assurant.com To: IBM-MAIN@LISTSERV.UA.EDU Sent: Monday, February 11, 2013 11:57:06 AM Subject: Re: UNABLE TO IMPORT - IGD17802I Sorry, I haven't been following this too closely. So this may have been asked before

Re: UNABLE TO IMPORT - IGD17802I

2013-02-11 Thread Darth Keller
From the manual:If you select OUTDATASET, the VSAM data set you identify is dynamically allocated. So I think you're getting interference from your SMS routines. You may want to specify the STORAGECLAS MGMTCLAS parameters on your IMPORT cmmd also. Do you have any IGD* messages beside

Re: UNABLE TO IMPORT - IGD17802I

2013-02-11 Thread Darth Keller
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12 IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12 From: Darth Keller darth.kel

Re: basic SMS question

2013-02-07 Thread Darth Keller
A couple of things - DSN(2) = 'DSNDBD' - 'DSNDBD' in the 2nd level generally identifies the data component of a DB2 LDS. Data components do not get assigned their own SMS Constructs. Constructs are assigned at the cluster level. I see this as useless code unless your shop is actually

Re: DIFFERENTIATION OF VSAM DSNS

2013-01-24 Thread Darth Keller
So maybe I'm totally off-base here, but it seems to me like the original request is that he wanted to know from the tape what kind of VSAM files were on the backup. I ran with my Restore with PARM='TYPERUN=NORUN' and got this from the output. Granted it's not fool proof. You can pick out

Re: SMS COMMAND VIA BATCH

2013-01-17 Thread Darth Keller
Have you ever looked at using Naviquest to issue your SMS commands? You can generate the JCL through the ISMF panels. ISMF; ENHANCED ACS MANAGEMENT; BATCH TESTING/CONFIGURATION MANAGEMENT SELECTION MENU; CONFIGURATION CHANGES BATCH SAMPLES SELECTION MENU; Change Storage Group Volume Status

Re: Backing up data with the help of dasd snapshots

2013-01-09 Thread Darth Keller
Some simple answers as requested - Each hardware vendor supplies it's own software providing the 'snapshot' functionality. Changing hardware may necessitate changing jobs or parameters to accommodate the different hardware functionality provided. There are basically 2 levels - Full Volume

Re: TS7740 and VTS B20

2012-11-28 Thread Darth Keller
OpenTech (now RocketSoftware)'s TapeCopy can handle moving HSM tapes too - it updates the CDS's with no issue. We used it for multiple migrations. We also use the VDR function to backup the ML2 tapes and restore them at DR also - no issues. / Hello

Re: How does multi-volume second extents work

2012-07-18 Thread Darth Keller
I thought I knew this off the top of my head, but someone gave me a problem that doesn't fit what I thought. Let's say I have a PS file allocated as CYL(2500,500), and it is allocated to VOLSR1 and VOLSR2. Can someone point me to the doc that explains this, or can someone explain to me

Re: Converting to SMS for the first time

2012-07-06 Thread Darth Keller
Another plug for Naviquest - the free IBM test facility for SMS. This is the perfect time to start setting up your test cases learning to use it. Unless your shop is 'rich' enough to set up a whole separate test-plex, it's one of the few ways to actually test your code before putting it

Re: CA product numbers (was 'Inexperienced' RBS tech operative's blunder led to banking meltdown)

2012-06-27 Thread Darth Keller
New word for the day - tsuris = Yiddish) aggravating trouble; the frustrating tsuris he subjected himself to difficulty, trouble - an effort that is inconvenient; I went to a lot of trouble; he won without any trouble; had difficulty walking; finished the test only with

Re: 'Inexperienced' RBS tech operative's blunder led to banking meltdown

2012-06-27 Thread Darth Keller
And whoever decided Tuesday night was the most appropriate probably has some explaining to do. Right before a full sized cycle? Unless every night is like that, probably not the most prudent decision. Thomas Ambros Agreed - I'd be curious to know how this got through any kind of

Re: Splitting the DATA and INDEX Components of Extended Addressing Dataset

2012-06-20 Thread Darth Keller
One way it's possible is to use a storage class with the Guaruntee'd Space attribute and specify different volumes for the Data Index. Of course, you have to understand what storage group SMS is going to assign the dataset to and chose volumes within that storage group. I ran a test here