Re: Access to RACF entries dataset. Operation attribute

2010-07-16 Thread Jorge Garcia
Barry: We remove all the IDs in the access list, like Elardus said: You will need to place NONE or READ for BOTH ids (T99MIHP and T99CTM) in the access list of that dataset. Or clear out all accesses, place the dataset in WARNING and test again. Joel: There aren't any profile in GLOBAL

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Hunkeler Peter (KIUP 4)
What about using zAAP? it will not speed up or consume less cpu then a CP, the only advantage over CP is that it is not counted in CPU usage reports (YET). There is an additional advantage of zAAP/zIIP over CP for those who have throttled machines. CPs are throttled, zAAPs/zIIPs are not. Of

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Ted MacNEIL
Nope- sorry. Specialty engines actually cost you 2-11% to toss work over there. Plus you will see an increase in CPU time for work that does run over there. But, the net is 'faster'. The real reason (aside from marketing and legal ones) is as I said: to avoid increases in software license

Re: Dataset Aliases - How to find ALL of them

2010-07-16 Thread Vernooij, CP - SPLXM
FDR client is not enough. FDREPORT is a separate product, included only in an ABR licence (IIRC). Kees. Neil Duffee nduf...@uottawa.ca wrote in message news:7a7b0f9e9f98e0479c437a87af8c7f82013dd...@msmail4.uottawa.o.univ.. . FDR client? FDReport variable DSNALCNT. [snip] TITLE

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Binyamin Dissen
On Thu, 15 Jul 2010 18:25:06 -0700 Charles Mills charl...@mcn.org wrote: :Does anyone know - for writing SMF records for invalid logons and access :violations detected by RACF, does RACF use the SMFEWTM interface that :invokes IEFU83? Or does it (ever?) use the branch entry or x-memory branch

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Timothy Sipples
I rarely take sides in what end up to be political arguments about programming languages. I like them all. That said, as a pure statement of fact, both Java and COBOL are object-oriented. There's Object Oriented COBOL, and it has been available in IBM's COBOL compilers for more than a decade now.

Re: Dataset Aliases - How to find ALL of them

2010-07-16 Thread Stephen Mednick
To clarify, FDREPORT is included as a standard feature of ABR but is available as a separately licensed product and now has as a companion product FDRVIEWS. Stephen Mednick Computer Supervisory Services Sydney, Australia Asia/Pacific representatives for Innovation Data Processing, Inc.

Re: Dataset Aliases - How to find ALL of them

2010-07-16 Thread Vernooij, CP - SPLXM
Is this free or bundled with which product? Kees. Stephen Mednick ibmm...@css.au.com wrote in message news:003a01cb24b8$675335c0$35f9a1...@css.au.com... To clarify, FDREPORT is included as a standard feature of ABR but is available as a separately licensed product and now has as a companion

Re: Dataset Aliases - How to find ALL of them

2010-07-16 Thread Stephen Mednick
Kees, If you're referring to FDRVIEWS, it's a separately licensed product that requires an existing ABR or FDREPORT license. Stephen Mednick Computer Supervisory Services Sydney, Australia Asia/Pacific representatives for Innovation Data Processing, Inc. -Original Message- From:

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Timothy Sipples
Norman Hollander writes: Specialty Engines don't exist for performance reasons. They exist to defer General Purpose Engine upgrades which WILL increase software licensing charges. First of all, general purpose engine upgrades don't increase software licensing charges unless you're talking about

Re: FDREPORT (was: Dataset Aliases - How to find ALL of them)

2010-07-16 Thread Vernooij, CP - SPLXM
Stephen, Yes, I was. In fact I am looking for a tool to map the contents of FDR full volume tapes. Strangely, FDR allows one to restore data sets from its tapes, but doesn't tell what is on its tapes. The only tool we have now is Compaktor's MAP, but we intend to drop the Compaktor licence.

Andy's MVS Pages - XMITMAIL etc

2010-07-16 Thread Andy Robertson
A few people here use my very modest selection of freeware, or have web pages with links that point to it. Please be advised the address is changing to http://www.thenightland.co.uk/MYWEB/mvsindex.html ~ Andy Robertson **

2 versus 4 processors

2010-07-16 Thread Crispin Hugo
Hi, We are hopefully going from a z9 to z10 processor. I would like to have 4 CP's instead of our current 2 CP's so our configuration is more flexible. We are not worried about licensing costs of multiple processors. The overall MIPage would be the same, whether we have 2 or 4 CP's Anybody see

Re: Access to RACF entries dataset. Operation attribute

2010-07-16 Thread Jorge Garcia
We've solved the problem. The main topics below: - Define a separate user catalog with alias with the special dataset (CAT.USUARIO.MIGHP). - Define in profile user catalog access list NONE to operation user (T99CTM). - Define a group (MPRO02) with a same HLQ of dataset - Define a profile dataset

Re: Access to RACF entries dataset. Operation attribute

2010-07-16 Thread Robert S. Hansel (RSH)
Jorge, It is not clear you fully understood Walt's advice. Assuming PR002 is a group, try connecting T99CTM to it with USE authority (the default) as shown below. This should prevent Control-M from creating the dataset. Before testing, remove WARNING from the profile. CO T99CTM

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Hunkeler Peter (KIUP 4)
The real reason (aside from marketing and legal ones) is as I said: to avoid increases in software license charges. If that were true, then the whole concept is a joke! It is and has been from the very invention. Of what use is a concept of having to deal with three dispatcher queues, when MVS

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Itschak Mugzach
Just to remind Timothy that IBM is not the only software supplier, 3rd parties and even IBM OTC does not take into account (at least, most of them) usage metrics. So, my point is total capacity does influence TCO. ITschak On Fri, Jul 16, 2010 at 10:56 AM, Timothy Sipples

JES3 training class through IBM

2010-07-16 Thread Howell Meghan R
Just FYI - My company requested that IBM schedule their ITS80 - ITSO zSeries JES3 Workshop - class as it hadn't been offered since 2007, and they have done so. It is going to be held in Chicago the week of September 13th. In order to hold it they need to have at least 6 people sign up.

Re: Rebuild Pending Duplexed Structures

2010-07-16 Thread Bill Neiman
On Thu, 15 Jul 2010 10:46:08 -0500, Mark A. Brooks mabr...@us.ibm.com wrote: Yes, the manual process to resolve the change pending condition for a duplexed structure is cumbersome. Note that you can quickly identify the structures that must be rebuilt in order to complete the activation of

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Ward, Mike S
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Timothy Sipples Sent: Friday, July 16, 2010 2:56 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Cobol vs Java - who is faster? Norman Hollander writes: Specialty Engines don't exist for performance

Re: 2 versus 4 processors

2010-07-16 Thread Staller, Allan
As Steve Samson would say, this sounds like a techno-political decision. Translation: How do I get more power for me and make it look good to others For an objective view, check the IN/READY queue in the RMF CPU report. If work is queuing, you need more engines. If little or no queuing is

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Walt Farrell
On Thu, 15 Jul 2010 18:25:06 -0700, Charles Mills charl...@mcn.org wrote: Does anyone know - for writing SMF records for invalid logons and access violations detected by RACF, does RACF use the SMFEWTM interface that invokes IEFU83? Or does it (ever?) use the branch entry or x-memory branch entry

DROP CONNECTION

2010-07-16 Thread HELIO
All list, I am issuing the command VARY TCPIP, TN3270U, CMD = DROP, CONNECTION = 007EEE8E to drop a connection, the result is EZZ6048I VARY TELNET COMMAND FAILED WITH RCODE 803E EZZ6035I TELNET DEBUG PROFILE WARNING, LINE: N * / * The MOD: EZBTMCMD 225 RCODE: 803E-00 Parameter on command is

Re: 2 versus 4 processors

2010-07-16 Thread Ed Finnell
In a message dated 7/16/2010 4:28:45 A.M. Central Daylight Time, crispin.h...@macro4.com writes: We are not worried about licensing costs of multiple processors. The overall MIPage would be the same, whether we have 2 or 4 CP's Depends on what your workload is. If you've got long

Re: FDREPORT (was: Dataset Aliases - How to find ALL of them)

2010-07-16 Thread Mark Zelden
On Fri, 16 Jul 2010 09:56:27 +0200, Vernooij, CP - SPLXM kees.verno...@klm.com wrote: Stephen, Yes, I was. In fact I am looking for a tool to map the contents of FDR full volume tapes. Strangely, FDR allows one to restore data sets from its tapes, but doesn't tell what is on its tapes. The only

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Charles Mills
Thanks guys. I agree. The problem is I do not at this moment have the luxury of deciding which interfaces to implement. I have just taken responsibility for code that someone else wrote and that is written only to the standards of IEFU83. It is not working in a particular shop and I am trying to

Re: 2 versus 4 processors

2010-07-16 Thread David Andrews
On Fri, 2010-07-16 at 08:49 -0400, Staller, Allan wrote: In the old days (circa 197x) the overhead was about 30%. I.E. going from one processor to two gave an increase in capacity from 1 to 1.7, not 2. Now days, the overhead is more like 90% Do MSU ratings take this dispatching overhead into

Re: FDREPORT (was: Dataset Aliases - How to find ALL of them)

2010-07-16 Thread Vernooij, CP - SPLXM
Mark Zelden mzel...@flash.net wrote in message news:listserv%201007160810065149.0...@bama.ua.edu... On Fri, 16 Jul 2010 09:56:27 +0200, Vernooij, CP - SPLXM kees.verno...@klm.com wrote: Stephen, Yes, I was. In fact I am looking for a tool to map the contents of FDR full volume tapes.

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Joel C. Ewing
On 07/16/2010 02:56 AM, Timothy Sipples wrote: Norman Hollander writes: Specialty Engines don't exist for performance reasons. They exist to defer General Purpose Engine upgrades which WILL increase software licensing charges. First of all, general purpose engine upgrades don't increase

Reading log stream (IXGBRWSE)

2010-07-16 Thread Miklos Szigetvari
Hi Reading active SMF logstream, for my surprise, very slow. Anything I can do to speed up ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Vernooij, CP - SPLXM
Could you explain exactly *what* is not working? Kees. Charles Mills charl...@mcn.org wrote in message news:00d501cb24e8$c6cb0e80$54612b...@org... Thanks guys. I agree. The problem is I do not at this moment have the luxury of deciding which interfaces to implement. I have just taken

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Rob Scott
If not working means that the IEFU83 is not being driven for one or more of the expected SMF records, then the most likely explanation is that either U84 or U85 is being driven instead. As suggested earlier, anyone hoping to intercept SMF records should install code in all three exit points -

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Charles Mills
The exit is supposed to queue certain Type 80 records for another process which then transmits them to a collector via TCP/IP. Nothing is arriving at the collector. The TCP/IP connectivity appears to exist, so the problem would appear to be that the exit is not getting driven, at least not for the

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Elardus Engelbrecht
Charles Mills wrote: The exit is supposed to queue certain Type 80 records for another process which then transmits them to a collector via TCP/IP. Nothing is arriving at the collector. The TCP/IP connectivity appears to exist, so the problem would appear to be that the exit is not getting

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Walt Farrell
On Fri, 16 Jul 2010 06:14:09 -0700, Charles Mills charl...@mcn.org wrote: Thanks guys. I agree. The problem is I do not at this moment have the luxury of deciding which interfaces to implement. I have just taken responsibility for code that someone else wrote and that is written only to the

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Charles Mills
Thanks all. You've provided some clues. It's a difficult problem resolution environment. It's a potential customer's production z box. There are language and time zone and turf barriers. It's not possible to just try this or test that. Charles -Original Message- From: IBM Mainframe

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Vernooij, CP - SPLXM
Elardus Engelbrecht elardus.engelbre...@sita.co.za wrote in message news:listserv%201007160859208856.0...@bama.ua.edu... Charles Mills wrote: The exit is supposed to queue certain Type 80 records for another process which then transmits them to a collector via TCP/IP. Nothing is arriving at

CICS Question

2010-07-16 Thread Mark Steely
If you know the CICS listserv name I can post it there. I am applying a couple of PTF's to CICS TS 3.1. One of the ptf's need the CMAC dataset updated. In the update job for DD DFHCMACD do I specify the index name or the cluster name. The documentations appears to specify the index name but I

Re: 2 versus 4 processors

2010-07-16 Thread Ron Hawkins
Crispin, From what you describe your z10 CPs will be kneecapped to 50% of your current z9 CP speed. That means that any compute bound task that runs at close to 100% of one CP is going to take twice as long to complete. Ron -Original Message- From: IBM Mainframe Discussion List

Re: CICS Question

2010-07-16 Thread Barkow, Eileen
There is no reason to use the index name - the cluster name works fine. The cics list is: 'lists...@listserv.uga.edu' Try sending it the following - I am not sure if you have to register with it first. Set cics-l mail -Original Message- From: IBM Mainframe Discussion List

Re: VSAM question (was CICS Question)

2010-07-16 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Mark Steely If you know the CICS listserv name I can post it there. I am applying a couple of PTF's to CICS TS 3.1. One of the ptf's need the CMAC dataset updated. In the update job for DD DFHCMACD do I specify

Re: VSAM question (was CICS Question)

2010-07-16 Thread Ed Finnell
In a message dated 7/16/2010 10:25:04 A.M. Central Daylight Time, jch...@ussco.com writes: documentation to which you refer gave the cluster a name ending in INDEX? The DFHCMACD dataset is an index of the CICS messages. :-) It's sort of like East East Brainard Road in Chattanooga.

Re: VSAM question (was CICS Question)

2010-07-16 Thread Barkow, Eileen
The problem is whether or not you can just update one msg the way the example shows. The msgs have to be added to the file in a certain order, so I always recreate the whole file with dd statements and repros for each msg, even if not all the msgs are currently in SDFHMSGS (013 abends may

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Ted MacNEIL
What about 3rd party software. It, as always, depends (on the vendor). Every time we increase MSU/MIPS we get nailed from third party vendors. We found a couple of them quite reasonable, and some not so. We replaced two of the vendors who were not so. One product was a work-alike with costs

Re: 2 versus 4 processors

2010-07-16 Thread Ted MacNEIL
Now days, the overhead is more like 90%, but there is still a point of diminishing returns. The last time I studied it, the reduction was non-linear, but the percentage, after two, was. This was the 990, and was based on LSPR published figures. But, 17 and upwards figures made no sense. At

Re: 2 versus 4 processors

2010-07-16 Thread Ted MacNEIL
Depends on what your workload is. If you've got long running batch they'll run in twice the time! NOT, if they're I/O-Bound. Again, it depends. You have to know your workload, as stated, and do the analysis. We had an IMS/FP, CICS, DB2 environment, on a 9021. When we went to a 9672, Amdahl was

Re: CICS Question

2010-07-16 Thread Greg Shirey
Mark, I believe you are referring to job DFHCMACU which is stored in the DFHINST library after install. The reference there to @dsindex@ is not the INDEX component of the VSAM data set, but the qualifiers that precede it; i.e. CICS.TS31.DFHCMACD or something similar. HTH, Greg Shirey Ben E.

Re: 2 versus 4 processors

2010-07-16 Thread Ted MacNEIL
I imagine that if MSUs are derived from some standard workload test, then the answer is yes. Representative benchmarks are an oxymoron. IBM runs LSPR, but NOT for all models in a processor family. Unless things have changed, both above, and the fact that they user linear relationships to

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Ted MacNEIL
And software licensing charges better not be the sole criterion for your business's success or failure, otherwise you're really in trouble. Nobody said it was. But, it is one of the larger costs, after personell, in IT. Don't let this discussion mask the fact that IT, as well as any other

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Rick Fochtman
snip-- :Does anyone know - for writing SMF records for invalid logons and access :violations detected by RACF, does RACF use the SMFEWTM interface that :invokes IEFU83? Or does it (ever?) use the branch entry or x-memory branch :entry

Re: VSAM question (was CICS Question)

2010-07-16 Thread Ted MacNEIL
I think that to subscribe to the CICS list, send SET CICS-L SUBSCRIBE No, it's: subscribe cics-l first last And, follow the instructions in the response. To cic...@listserv.uga.edu Also, you can send it to almost any list server -- if it doesn't recognise it as one of its own, it will

Re: 2 versus 4 processors

2010-07-16 Thread Rick Fochtman
---snip--- Hi, We are hopefully going from a z9 to z10 processor. I would like to have 4 CP's instead of our current 2 CP's so our configuration is more flexible. We are not worried about licensing costs of multiple processors. The

Re: Access to RACF entries dataset. Operation attribute

2010-07-16 Thread Schwarz, Barry A
There does not appear to be any reason to connect T99CTM to MPRO02. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Jorge Garcia Sent: Friday, July 16, 2010 2:54 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Access to RACF entries dataset.

Re: DROP CONNECTION

2010-07-16 Thread Mike W Stayton
The DROP command is a TCPIP command, not a TELNET command. VARY TCPIP,[tcpip_stack_name],DROP,CONN=007EEE8E Mike Stayton z/OS Communications Server m...@us.ibm.com Please respond to IBM Mainframe Discussion List All list, I am issuing the command VARY TCPIP, TN3270U, CMD = DROP,

Re: Rebuild Pending Duplexed Structures

2010-07-16 Thread Casey Rhodes
Mark, Thanks for all the info. We will have 1.12 installed next week I will give all this a try. Casey -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message:

Re: 2 versus 4 processors

2010-07-16 Thread Norman Hollander on DesertWiz
How busy is the 2-engine configuration vs. the 4-engine. Remember those things called weights. With 4 engines, each CP gets 1/4 of the weight, vs. 1/2. You could be creating the short-engine situation. I also recommend a configuration where the normal peek time gets the overall utilization

Re: IEFU29 - Intermittently does not get control

2010-07-16 Thread Ruegsegger, Jeff
Does anyone have any ideas on this? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at

Re: Cobol vs Java - who is faster?

2010-07-16 Thread Itschak Mugzach
OK, boys. let return to Cobol vs Java, with and without zAAP. THe issue is TCO, but performance uber ales! Itschak On Fri, Jul 16, 2010 at 8:01 PM, Ted MacNEIL eamacn...@yahoo.ca wrote: And software licensing charges better not be the sole criterion for your business's success or failure,

Re: FDR Reporting (was: Dataset Aliases - How to find ALL of them)

2010-07-16 Thread Joseph Butz
Just to clarify the Tape VTOC Listing program for FDR customers since it was mentioned. TAPE VTOC LISTING Utility program FDRABRP, the ABR report program, is distributed to customers who are licensed only for FDR. Even if ABR is not licensed, you can still execute the FDRABRP PRINT TVTOC

Re: 2 versus 4 processors

2010-07-16 Thread Crispin Hugo
Hi Ron, I am sorry but I don't understand what you mean. We are a software development company so our work has no standard at all. It changes from day to day depending on what the developers are doing. We have a 2096 n02 which gives us 2 106(?) mips CP's. We have to run our sysplex testing by

Re: ioajava.jar

2010-07-16 Thread Ruegsegger, Jeff
Does anyone know where to get java help(jh.jar) these days? I have a new desktop and it does not contain javahelp. I've gone to the java pages and the new JRTE does not contain the jh.jar? I've opened an ETR with IBM since there product (osasf gui) NEEDS javahelp.

Re: ioajava.jar

2010-07-16 Thread Barkow, Eileen
If you download the java 1.6 jdk from sun, the updatecenter directory contains jh.jar. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Ruegsegger, Jeff Sent: Friday, July 16, 2010 2:23 PM To: IBM-MAIN@bama.ua.edu Subject: Re:

Re: 2 versus 4 processors

2010-07-16 Thread Rick Fochtman
--snip I am sorry but I don't understand what you mean. We are a software development company so our work has no standard at all. It changes from day to day depending on what the developers are doing. We have a 2096 n02

Re: 2 versus 4 processors

2010-07-16 Thread Norman Hollander
Under VM does have another layer, true. But not so different. Especially on System z and current version of z/VM. Rather than type long winded messages, I can set up a call. Or we can chat at Share in a couple of weeks. nor...@desertwiz.biz Sent from my Verizon Wireless BlackBerry

Re: 2 versus 4 processors

2010-07-16 Thread Crispin Hugo
SYSPLEX under z/VM because we needed 3 LPAR's minimum to create the correct environment for the developers. 3 LPARS , 1 GB each . 1 CFC 512 Mb. We only have 16 Gb , of which we lost 1.5 to HAS. We still needed to run 8 other z/OS systems, 6 Linux , 6 VSE. All on 2 CP's and 14.5 Gb. This is not

Re: 2 versus 4 processors

2010-07-16 Thread Crispin Hugo
I like the idea of going to share but 'NO CHANCE' Thanks for the offer of talking directly but I really just need to make sure I am NOT heading for a big fall. I don't think I am but just wanted to know if I had missed something that might come and bite me later. Crispin Hugo Systems Programmer,

Re: 2 versus 4 processors

2010-07-16 Thread Gibney, Dave
The bottom line on your question can be answered possibly like this: Do you have any single (thread/tcb) workload (batch or online) that drives a current CP at more than 50% capacity for any significant time? If so, then that workload will take approximately twice as long on the newer

Re: 2 versus 4 processors

2010-07-16 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Crispin Hugo Sent: Friday, July 16, 2010 1:21 PM To: IBM-MAIN@bama.ua.edu Subject: Re: 2 versus 4 processors Hi Ron, I am sorry but I don't understand what you mean. We are a software

Are CICS Topics Handled here or elsewhere?

2010-07-16 Thread George Henke
-- George Henke (C) 845 401 5614 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at

Re: COBOL vs. Java

2010-07-16 Thread john gilmore
Ales impair performance, after the first few anyway. In a more serious vein Java in an adult language, an adolescent one anyway, that lends itself to list- and pointer-oriented processing as COBOL does not. That said, it is not usually written this way; in my experience it always turns

Re: Are CICS Topics Handled here or elsewhere?

2010-07-16 Thread Barkow, Eileen
cic...@listserv.uga.edu -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of George Henke Sent: Friday, July 16, 2010 4:11 PM To: IBM-MAIN@bama.ua.edu Subject: Are CICS Topics Handled here or elsewhere? -- George Henke (C) 845 401 5614

Re: IEFU29 - Intermittently does not get control

2010-07-16 Thread Ruegsegger, Jeff
On Tue, 13 Jul 2010 02:25:09 -0500, Elardus Engelbrecht elardus.engelbre...@sita.co.za wrote: Ruegsegger, Jeff wrote: We have been using the standard SMF switch/dump method utilizing IEFu29 for years. Recently on one of out severly systems, IEFU29 is not getting control after our midnight

RES: Information on parameter SUBSYS=

2010-07-16 Thread Adauto
Thanks for all. Now I will solve my problem. José Adauto Ribeiro -Mensagem original- De: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] Em nome de Rick Fochtman Enviada em: quarta-feira, 14 de julho de 2010 22:31 Para: IBM-MAIN@bama.ua.edu Assunto: Re: Information on

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Chris Craddock
On Fri, Jul 16, 2010 at 12:10 PM, Rick Fochtman rfocht...@ync.net wrote: Ben, that's very sound advice, but the exit writeing person MUST be aware of any restrictions in the invoking environment. One example: you WILL use the branch entry to WTO if you need to write messages to the operator

Re: COBOL vs. Java

2010-07-16 Thread Bernd Oppolzer
I recently heard a rumour at our site about IBM not recommending the use of java with DB2 on the mainframe due to problems with open DB2 cursors across java subprograms. It was reported to be a problem of the IBM mainframe java implementation, and IBM seems to be working on it. I don't quite

Re: 2 versus 4 processors

2010-07-16 Thread Rick Fochtman
I can't get to SHARE. I'm semi-retired and on an extremely limited budget. Contact me off-list and perhaps we can talk. Rick Norman Hollander wrote: Under VM does have another layer, true. But not so different. Especially on System z and

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Rick Fochtman
-snip- Ben, that's very sound advice, but the exit writeing person MUST be aware of any restrictions in the invoking environment. One example: you WILL use the branch entry to WTO if you need to write messages to the operator from

EGL generation was Re: COBOL vs. Java

2010-07-16 Thread Clark Morris
On 16 Jul 2010 13:18:52 -0700, in bit.listserv.ibm-main you wrote: Ales impair performance, after the first few anyway. In a more serious vein Java in an adult language, an adolescent one anyway, that lends itself to list- and pointer-oriented processing as COBOL does not. That said, it is

Re: EGL generation was Re: COBOL vs. Java

2010-07-16 Thread Charles Mills
using Java would allow elimination of the licenses for COBOL and runtimes COBOL runtime generally speaking is called Language Environment, right? It's pretty much a required component. Even if you have no shop-written COBOL, you may have vendor-written COBOL, PL/I, or C/C++. Charles

Re: IEFU83, IEFU84 and IEFU85

2010-07-16 Thread Linda Mooney
Hi Charles, Even without making any changes to any of the SMF processes, perhaps a test of the data transfer might be in order, expecially since you said that the code works elsewhere.  Can you send test data across the TCP/IP path that the process is supposed to use?  HTH, Linda

Re: EGL generation was Re: COBOL vs. Java

2010-07-16 Thread John McKown
On Fri, 2010-07-16 at 17:17 -0700, Charles Mills wrote: using Java would allow elimination of the licenses for COBOL and runtimes COBOL runtime generally speaking is called Language Environment, right? It's pretty much a required component. Even if you have no shop-written COBOL, you may