Re: Question on ACS Routines

2009-09-17 Thread John Kington
Doug, As Darth stated, USER is a read only variable passed into the alloc environment. I don't have access to an environment where I can run a quick test but I suspect you would get a translate error if you attempted to use a filter list with name USER. Regards, John

Re: Sharing Data between SMSPLEXES.

2009-09-23 Thread John Kington
Brian , We have 2 SMSPLEXES within a bronze SYSPLEX. GRS is common to all LPARS, but most everything else is not. Now we have a new DB2 application coming that will require application datasets which will be required to be written to from all LPARS in the PLEX. I've shared volumes before by

Re: Sharing Data between SMSPLEXES.

2009-09-23 Thread John Kington
Mark, SMS keeps space utilization information for each managed volume in the communications dataset. By allowing multiple SMSplexes to allocate, extend and delete datasets on the same volume(s), you will likely get these stats out of whack. The result would be something like never allocating a

Re: CA-1 QUESTION : TAPE DOES NOT EXPIRE

2009-09-24 Thread John Kington
Esmie, I did an inquiry on a tape and it is not Multi-file. The outcode is VMS which means that they are still offsite. Below is some information: The blankVMS code in the the outcode means that the tape was sent offsite via the vaulting portion of CA1 and should be returned to the tape

Re: CA-1 QUESTION : TAPE DOES NOT EXPIRE

2009-09-24 Thread John Kington
Esmie, Oops, Brian is right about the external data manager being the culprit. My apologies for not looking at your email closely. Regards, John You will need to set EDMID=' ' and also FLAG3=00 These field tell CA-1 that the tape is externally managed, so CA-1 will not return the tape to

Re: Receive file size limit

2009-10-12 Thread John Kington
Mark I'm trying to receive a really large file. The transmit file is 2,876 cylinders, when I try to receive the file I always abend with receive indsname('MKARLSB.BJC.SMFRAW09') INMR901I Dataset TS58260.BJC.SMF from TS58260 on BASLMO INMR906A Enter restore parameters or 'DELETE' or 'END' +

Re: Back to Work

2009-10-19 Thread John Kington
Eric, I finally am going back to work on Monday. I'll be working at the new IBM call center in Dubuque, Iowa. I'm not sure if later today I'll even be able to see my IBM-Main messages when I leave Milwaukee. I'll be living on a farm in the country. I'm not sure if I want to pay $60 to $80 a

Re: Changing SYSPLEX name

2009-11-25 Thread John Kington
David Regards, John 513-723-7527 john.king...@convergys.com But, I still have this nagging idea in my head though that SMS controlled volumes have sysplex name on them somewhere. Are you using system (names) or system group(s) in your SMS configuration? Your system group name needs to match

Re: Changing SYSPLEX name

2009-11-25 Thread John Kington
David, Yes, we do specify sysgrp. So the production plex is CINPLEX and has 99.9% of the DASD ownership, CINTPLEX is my sometimes up testing sysplex. CINPLEX would be the name that changes to something else. So are you saying if I added newPLEX to the SYSGRP list, then I would/should be good?

Re: SMS ACS and symbols

2009-12-03 Thread John Kington
Dave, Are system or installation defined system symbols other than SYSPLEX or SYSNAME available for use in ACS routines? Looking at the manuals, it is not clear. I think godzilla only gives you what is documented in the Storage Administration Reference. You can easily test this out by trying to

Re: VSAM LSR

2010-01-04 Thread John Kington
Paul, I have an application that has several VSAM datasets. These datasets currently use NSR (Non Shared Resources). The Application is written in assembler. I want to switch some of the Files to use LSR. If two files share a buffer pool do I need to concern my self with the contents of the

Re: The Incredible Shrinking PDSE

2010-01-26 Thread John Kington
Good answer :-) Now, how do I override that? Is there a JCL parameter? I used release immediate on a management class *once* and quickly changed it. Your storage admin may have coded the acs routine to accept a management class value passed in via jcl but not likely. You can use idcams alter

Re: why compression costs additional I/O?

2010-01-27 Thread John Kington
Pawel, Hello everybody, Recently we are reviewing our EndOfDay jobs looking for potential performance improvements (reducing CPU/elapsed time). We have several jobs sorting big datasets where output is SMS-compressible (type: EXTENDED) datasets. When we compare such sorting with sorting on

Re: The Incredible Shrinking PDSE

2010-01-28 Thread John Kington
Your storage admin may have coded the acs routine to accept a management class value passed in via jcl but not likely. Why is that not likely? I've always allowed it. Especially, since you can over-ride it with IDCAMS. Most of the time, I've found people don't take the effort to change/control

Re: IEF287I NOT CTLGD 2

2010-01-28 Thread John Kington
Alan, ISTR an option in DFSMS to allow recataloging instead of generating message IEF287I. Does anyone remember what option that is and where it is specified? I think this is one of the few functions of Stopx37 and its ilk that SMS does not handle. If anyone knows that I am wrong, please feel

Re: MOUNT COMMAND FAILING

2010-02-01 Thread John Kington
John, I am trying to change the status of an online volume. It is mounted as PRIVATE and I want to change it to PUBLIC. I issued the following mount command: M A3FD,VOL=(SL,WRKC14),USE=PUBLIC I think you need to preceed a four digit (character) device address with a slash. M

Re: SMS error message IGD17051I. Why?

2010-02-08 Thread John Kington
Bob, Blocksize matters. You are asking for 1,000,000,000 byte allocation and telling the system that you can place only 8,918 bytes per track (49 * 182) assuming 3390 geometry. My calculator shows the number of tracks you need is quite a bit larger than 65,535. Regards, John

Re: SMS error message IGD17051I. Why?

2010-02-09 Thread John Kington
Jack, I thought that SMS combined the primary and all of the secondaries to make the total allocation, not just the primary, Does it fail is you just give it a primary allocation? The primary plus all of the secondaries would equal the MAXSIZE value passed into the ACS routines. The primary

Re: Consolidate Storage Groups

2010-02-22 Thread John Kington
Rebecca, snip One question I haven't found the answer to: Is there anything special I have to worry about with the DB2 storage groups and/or classes. I know DB2 has a thing where it defines one or the other (not sure which) but is there any connection between the DB2 definition/setting and the

Re: SMS QUESTION - MULTI VOLUME ALLOCATION

2010-02-22 Thread John Kington
Willie, I have a DATACLASS defined to use a Volume Count of 5 to allocate specific dsns for 7 specific alias. When I exeucted the DEFINE CLUSTER the dataset, which is VSAM, is allocated with the correct DATACLASS. However, when I execute the batch job to populate the cluster I abend on

Re: SMS QUESTION - MULTI VOLUME ALLOCATION

2010-02-22 Thread John Kington
software group and they will need to add the alias to PRO-SMS which would span both VSAM and NON-VSAM dsns on multiple volumes should there be a space constraint on the initial volume. --- On Mon, 2/22/10, John Kington john.king...@convergys.com wrote: From: John Kington john.king

Re: AS/400 FTP to z/OS

2010-02-22 Thread John Kington
George, I've got a vendor that is FTP'ing a file size of 96K and I was wondering if any of the listeners in this group know how to handle a record size that large? As always your help is appreciated... The only think I can think of at the moment is to ftp it to a hfs dataset. You could then

Re: AS/400 FTP to z/OS

2010-02-22 Thread John Kington
Smart thinking, it didn't even dawn on me to use hfs. Is there a manual that I can read to learn how? These are the type of datasets used by Unix System Services. You should be using these already in some fashion. Zman is right in asking if the file is truely one long string of bytes (record).

Re: Consolidate Storage Groups

2010-02-24 Thread John Kington
Neel, ps. my plan without much detail : DB2 StoGroup, Guaranteed SC, quiesced volume(s) in same SG as normal. My experience with DB2 stogroup specifying real volsers and guaranteed space=yes was that all datasets allocated would go to the first volume until the allocation would exceed the high

Re: Adventure - Or Colossal Cave Adventure

2010-02-25 Thread John Kington
I suspect he may have meant ORVYL, the interactive exuction companion to WYLBUR. We never ran it, so I don't know much about it. Did anyone use it other than Stanford? WYLBUR was used at University of Cincinnati in the mid 80's when I was learning to program. Much better for an imperfect typist

Re: NULL SMS configuration, versus MINIMAL SMS configuration.

2010-03-04 Thread John Kington
Glenn, * I am building a first copy of a stand alone sysres, commonly called a mini z/OS and I would like SMS to come up in a null configuration. * I have found RTFM guidelines for setting up a MINIMAL configuration but no specifications for a NULL configuration. Am I missing something or do I

Re: NULL SMS configuration, versus MINIMAL SMS configuration.

2010-03-04 Thread John Kington
David, I always thought a null configuration was what you got if there was no IGDSMSxx member, that's what I remember from one-pack systems but I cannot test it now. I think that is just not running/starting SMS. Is this an option anymore? Running SMS with a null configuration is running with

Re: Question concerning Master Catalog Compare

2010-03-22 Thread John Kington
Dave, A colleague has posed the following question: Any idea how to compare an old and new master catalogue to find out what is missing in the new one? I had to have done this last time I put up a system but can’t find any doc. Mainstar doesn’t seem to have anything. There are SYS1 datasets

Re: Mainframe Executive article on the death of tape

2010-03-24 Thread John Kington
Scott, I have to chime in to the contrary. I seem to remember many data check errors on 3480 cart media. Am I the only one? Spencer hit it on the head. The only significant problem with 3480 tapes was due to faulty media produced by BASF. Regards, John

<    1   2   3