Re: We're losing the battle

2008-06-27 Thread Timothy Sipples
R.S. asks: .Gentlemen, I'm getting lost. What does it mean front end switch? The common vernacular in this particular field is to describe that front-end system as an ATM switch (for example). Switch should not be taken *too* literally, though. But transaction processing is a bit too strong,

Re: Antwort: Thoughts/Experience with migration from Serana Changeman to SCLM

2008-06-27 Thread Timothy Sipples
Shmuel Metz writes: Sometimes you are on your own even when you pay for software, and sometimes there are support resources for free software. A big price tag doesn't guaranty anything except a big price tag. True, but assuming we're actually talking about a properly measured and allocated

Re: CHECK(IBMXCF,XCF_SIG_STR_SIZE)

2008-06-27 Thread Jorge Garcia
Mark, Bill: I answer all your questions: Normal CF for IXCPATH6: CF2 Other CF for IXCPATH6: CF1 What size does the CFRM policy specify for the IXCPATH6 structure? In CF2: POLICY INFORMATION: POLICY SIZE: 117760 K POLICY INITSIZE: N/A POLICY

Re: CHECK(IBMXCF,XCF_SIG_STR_SIZE)

2008-06-27 Thread Jorge Garcia
Mark, Bill: The check is successful now. I suppose that the check disappeared when I added new size to the structure, then I rebuilt it in the other CF and finally I rebuilt it in the normal CF. I can't understand why the check was in exception when I increased the size three times and with

Re: Strange Problem: System Code S106

2008-06-27 Thread Bernd Oppolzer
We didn't do anything on this so far, because the fix is easy to do (test for X'8000') and this is at one central place in our dialog system; all module calls are processed by this control module which contains the CDE processing and the LOAD, if necessary (we call it a interface module).

Re: Strange Problem: System Code S106

2008-06-27 Thread Bernd Oppolzer
This was exactly my first thought, too, and this is why I opened this thread. Kind regards Bernd Am Donnerstag, 26. Juni 2008 19:37 schrieben Sie: unsnip- If you fix the problem (S106 Abend) that led to the bogus CDE, you don't risk

Re: Op codes removed from z/10

2008-06-27 Thread Peter Relson
It could be as simple as the current systems are so fast that maintaining the microcode and the microcode space is no longer cost effective. Right on target. These were never instructions intended for use other than by the operating system, and the operating system no longer needed them (due to

Chargeback tools

2008-06-27 Thread Chauhan, Jasbir
I'm interested in comparing tools for resource-use-based chargeback. We don't have one today. The goal is to track the use of computing resources on the Mainframe. Besides CICS (transactions based), DASD (usage based, MSU usage etc .. what else should be accounted for? Comparing existing expenses

Re: Virtual tape on VM

2008-06-27 Thread Paul Gilmartin
On Thu, 26 Jun 2008 11:48:35 -0500, Thomas Kern [EMAIL PROTECTED] wrote: For programs inside a virtual machine that use standard CMS TAPEIO macros for their I/O, you can create a nucleus extension that intercepts the tape I/O and transforms it in some way. My recollection, ancient, fuzzy, and

GRS Slow Down

2008-06-27 Thread Kelman, Tom
Something like this may have happened to others, but I thought I post it just in case. I might help in your analysis if you get a similar problem. We recently had a situation where an application system, PEP Plus, was experiencing problems that appeared to be CPU related even though we had

Re: Op codes removed from z/10

2008-06-27 Thread Mark Waterbury
And let's not forget to mention why these microcode assists were added to MVS in the first place -- to make a version of MVS (MVS/SE, MVS/SP, etc.) that would not run on clones like Amdahl. Now that there are effectively no more clones IBM can simply remove them? --- On Fri, 6/27/08, Peter

Re: Chargeback tools

2008-06-27 Thread Kelman, Tom
Well, I can think of a lot of things you might consider for chargeback, like CPU, DASD, Tape, Network (bandwidth used maybe). It kind of depends on what information you can collect any how hard it is to relate to your customers. Here we use a product that used to be called CIMS from CIMS Lab.

Utilization of Mainframe Software Licenses

2008-06-27 Thread Jacky Bright
Can anyone help me in understanding the rerm Utilization of Mainframe Software Licensing ? Does it mean taking care of licensing cost as per the MIPS / MSU or it involves something more than that...? JAcky -- For IBM-MAIN

Re: GRS Slow Down

2008-06-27 Thread Mark Zelden
On Fri, 27 Jun 2008 09:03:10 -0500, Kelman, Tom [EMAIL PROTECTED] wrote: Something like this may have happened to others, but I thought I post it just in case. I might help in your analysis if you get a similar problem. all text snipped We've run into similar issues in one of our environments

Re: Chargeback tools *** Private response ***

2008-06-27 Thread Shane Ginnane
Quoting Kelman, Tom: Here we use a product that used to be called CIMS from CIMS Lab. About 2 years ago IBM acquired the product, and it is now called IBM Tivoli Usage and Accounting Manager (ITUAM) and is a part of the IBM Tivoli Decision Support package. Tom, are you using this for z/OS

Re: debugging S002-0C abend

2008-06-27 Thread Big Iron
My first suggestion would be to talk to the vendor or check the product documentation for assistance in debugging this condition (trace facilities or diagnostic aids). Failing that, I would collect a dump for the abend. In the dump, I think that you should find an SVRB that contains the registers

Re: Chargeback tools

2008-06-27 Thread Scott Barry
I believe that your company is/was using CA MICS for mainframe chargeback, however my information may be dated. And, after the acquisition of Mellon, I'm surprised that the legacy MICS systems were never consolidated. You may want to inquire with colleagues about whether CA MICS is still used

Re: C/C++ malloc() memory allocation

2008-06-27 Thread Betsy Jeffery
I see, the LE manual I read it in was lying. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at

Re: C/C++ malloc() memory allocation

2008-06-27 Thread Craddock, Chris
Betsy Jeffery said I see, the LE manual I read it in was lying. [CLC] if you saw it in an LE manual, then yep. LE has always been a problem state, non-authorized application. LE will never ask for anything other than low private subpools, i.e. task-owned, fetch protected storage in the task's

zAAP engine Benefit Question

2008-06-27 Thread Longnecker, Dennis
In the March 2008 Redbook title System Programmer's Guide to: Workload Manager it has a section that reads: 3.6.3 zSeries Application Assist Processor (zAAP) The benefits of using a zAAP processor to execute Java code are saving CPU cycles in IP stacks and in the firewalls due to the

C/C++ malloc() memory allocation

2008-06-27 Thread Bill Klein
I just did a search of the LE 2.10 bookshelf at: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/CEE1BK32 for malloc csa or malloc ecsa and found no hits. Betsy, Can you point me to the (LE) manual that you think said this? (I also searched the current V1.9 manuals

Re: zAAP engine Benefit Question

2008-06-27 Thread Knutson, Sam
Hi Dennis, I think the author is talking about the benefit of running the Websphere J2EE stack local on z/OS rather than off platform. You save by not having to talk to a web server/app server across the LAN or WAN that is on another box maybe traverse a firewall or two instead you go directly

DFDSS Question - DSCHA

2008-06-27 Thread willie bunter
Hallo All,   I am executing an incremental backup of various volumes.  I am using the DSCHA parm.  However, my problem is that I am receiving the following messages which prevents them from being backed up:   ADR322E SYSJPT.SPFLOG1.LIST WAS NOT SELECTED DUE TO DUPLICATE NAME ADR727E DATA SET

Re: IBM-MAIN Digest - 25 Jun 2008 to 26 Jun 2008 (#2008-178)

2008-06-27 Thread David Boyes
Kind of a weird question I know, but ... it has been a day full of weird questions. A customer would like to know if they can open a TN3270 session *from* one z/OS host, to another z/OS host? Certainly. I'm typing this in one right now. I do not believe this is possible. For a start, you

Re: DFDSS Question - DSCHA

2008-06-27 Thread Ulrich Krueger
Willie, There's something wrong with these two datasets. Look up the ADRxxxE messages. The SYSJPT.SPFLOG1.LIST dataset appears to have an uncataloged duplicate on disk somewhere. Find and delete that uncataloged twin. I suspect, that VSAM dataset SYSJ1.DDIR is cataloged in a catalog other than

Re: DFDSS Question - DSCHA

2008-06-27 Thread Pedro Vera
re: SYSJPT.SPFLOG1.LIST These datasets are created by ISPF and you already have an other by the same name. Not sure why you would want to back it up. I think you can just delete the duplicate. Perhaps, keep the one that is cataloged and delete the other. re: ADR727E Application Programmer

Re: DFDSS Question - DSCHA

2008-06-27 Thread willie bunter
Ulrich,   I understand why we have problem it is because we have duplicate copies of certain disks on the floor.  For example at each IPL time the the SYSRES packs are switched i.e. the backup disk (PTPRS2) becomes the active disk etc.   I just need to backup all the files which have not been

Re: DFDSS Question - DSCHA

2008-06-27 Thread Pedro Vera
... the SYSRES packs are switched ... But that should not be a source of your messages. Both of your res packs should use the same master catalog (or at least, all of the aliases should be the same). The two datasets in your post seem to be user datasets and should be handled by correct

Re: DFDSS Question - DSCHA

2008-06-27 Thread Ulrich Krueger
Willie, In that case, I think, you should to make a few changes. TSO-user datasets should never be allowed to go on a SYSRES pack, especially, if you maintain duplicate sets. Move everything off those SYSRES packs that is not SYS1 or otherwise needed by z/OS to boot and run. Be sure to mount those

Re: Op codes removed from z/10

2008-06-27 Thread Jim Mulder
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU wrote on 06/27/2008 10:09:21 AM: And let's not forget to mention why these microcode assists were added to MVS in the first place -- to make a version of MVS (MVS/SE, MVS/SP, etc.) that would not run on clones like Amdahl. Now that there

Re: DFDSS Question - DSCHA

2008-06-27 Thread willie bunter
I gave the SYSRES vols as an example.  We have others as well which are switched e.g. TSO lib vols.  --- On Fri, 6/27/08, Pedro Vera [EMAIL PROTECTED] wrote: From: Pedro Vera [EMAIL PROTECTED] Subject: Re: DFDSS Question - DSCHA To: IBM-MAIN@BAMA.UA.EDU Date: Friday, June 27, 2008, 11:04 AM

Re: Utilization of Mainframe Software Licenses

2008-06-27 Thread Schwarz, Barry A
Give some context please. -Original Message- From: Jacky Bright [mailto:snip] Sent: Friday, June 27, 2008 7:23 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Utilization of Mainframe Software Licenses Can anyone help me in understanding the rerm Utilization of Mainframe Software Licensing ? Does

Re: DFDSS Question - DSCHA

2008-06-27 Thread Schwarz, Barry A
Then you should make absolutely sure that a data volume is active **only** if the complete catalog chain (starting at the master catalog and stepping through each alias and its related user catalogs) that supports that volume is also active. -Original Message- From: willie bunter

questions about extended format

2008-06-27 Thread Jack Kelly
We're always behind the curve, so I'm just using extended format(EF). I'm trying to replace the Stop x37/DIF methodology with EF. I'm using EF for x37 reasons, not striping or greater than 4GB, and access is via QSAM. Other than the candidate entries for each dataset is there any major draw

Re: Op codes removed from z/10

2008-06-27 Thread Anne Lynn Wheeler
The following message is a courtesy copy of an article that has been posted to bit.listserv.ibm-main,alt.folklore.computers as well. [EMAIL PROTECTED] (Jim Mulder) writes: Military secrets are the most fleeting of all. -- Spock, The Enterprise Incident, stardate 5027.4, Episode 59 The

Re: DFDSS Question - DSCHA

2008-06-27 Thread Pinnacle
- Original Message - From: willie bunter [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main Sent: Friday, June 27, 2008 1:21 PM Subject: DFDSS Question - DSCHA Hallo All, I am executing an incremental backup of various volumes. I am using the DSCHA parm. However, my problem is that

Re: DFDSS Question - DSCHA

2008-06-27 Thread Myers, Edouard (OCTO)
Or fix the reason why they are bad in the first place. Edouard A. Myers Senior Information Technology Specialist Office of the Chief Technology Officer DC Government 222 Massachusetts Ave, NW, Suite 200 Washington, DC 20001 Phone : 202-727-4017 Fax: 202-727-3880 Email: [EMAIL

Re: We're losing the battle

2008-06-27 Thread Patrick O'Keefe
On Fri, 27 Jun 2008 15:03:20 +0900, Timothy Sipples [EMAIL PROTECTED] wrote: ... So if you improve the SLA for one class of applications, you're probably also improving it for others, and the others get the improvements essentially for free. ... Then it becomes tough for any business to justify

Re: Strange Problem: System Code S106

2008-06-27 Thread Patrick O'Keefe
On Thu, 26 Jun 2008 13:19:19 EDT, IBM Mainframe Discussion List [EMAIL PROTECTED] wrote: ... one of its five exit addresses set to X'8000'. ... ... The high-order bit is interpreted for setting the addressing mode by the component that calls the exit routine, and if the exit address is

Re: Virtual tape on VM

2008-06-27 Thread Kees Vernooy
We used to have a product under VM called VTAPE, from STK (now SUN) I believe, that emulated virtual tapes and units on VM disks. We do z/OS here, not VM, that is done by another department, so I could be incorrect on the details. Kees.

Re: Virtual tape on VM

2008-06-27 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Kees Vernooy Sent: Friday, June 27, 2008 3:29 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Virtual tape on VM We used to have a product under VM called VTAPE, from STK (now SUN) I believe,

bad sample code?

2008-06-27 Thread Ward, Mike S
I was looking at the sample code(ezacicas) in sezainst listed below for cics sockets programming. The takesocket is supposed to return the socket number in retcode+2 a halfword. If that's the case and socket number 1 was returned in retcode+2 wouldn't the error check after the call be

Re: what newsgroup server do you use?

2008-06-27 Thread Anne Lynn Wheeler
[EMAIL PROTECTED] writes: Verizon fios has just dropped all bit.* newsgroups from their service. (I am lobbying for more than the 'Big-8' list they offer) recommendations in alt(.folklore.computers) because of similar: http://www.teranews.com (1 time charge)(free)

Re: what newsgroup server do you use?

2008-06-27 Thread Howard Brazee
I use the smallest news20.forteinc.com subscription: http://www.forteinc.com/apn/faq.php If all you use is text (and catch up before you start), you don't need much bandwidth). -- For IBM-MAIN subscribe / signoff / archive

Re: Virtual tape on VM

2008-06-27 Thread Kees Vernooy
John, You are right, I know this product, but this is not the one I mean. I searched some and I think it is this VTAPE product: http://www.vsoftsys.com/vssiprod.htm Kees. -- For IBM-MAIN subscribe / signoff / archive access

Re: bad sample code?

2008-06-27 Thread Chuck Arney
Why? If RETCODE is negative there was an error on the call and there is no socket returned. Chuck Arney illustro Systems International, LLC http://www.illustro.com Access 3270 data from anywhere with z/XML-Host Access 3270 apps from the web with z/Web-Host Access CMS minidisks from z/OS or z/VSE

Re: bad sample code?

2008-06-27 Thread Ward, Mike S
Thanks -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Arney Sent: Friday, June 27, 2008 5:13 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: bad sample code? Why? If RETCODE is negative there was an error on the call and there is no socket

Re: what newsgroup server do you use?

2008-06-27 Thread Gibney, Dave
Lost my ten foot pole, don't go near newsgroup(s). :) -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Anne Lynn Wheeler Sent: Friday, June 27, 2008 2:00 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: what newsgroup server do you use? [EMAIL

Re: Strange Problem: System Code S106

2008-06-27 Thread Rick Fochtman
---snip-- Another reason for X'8000' would be a null last entry in a variable length parameter list. And I could imagine someone not checking for that. (A null entry at the end of a variable list? Who would do THAT?) And if the code is in a