Re: Carrier Pigeon beats Internet Speed

2009-09-15 Thread Elardus Engelbrecht
Shmuel Metz (Seymour J.) wrote: Using RFC 1149? Yes. http://en.wikipedia.org/wiki/IP_over_Avian_Carriers Above page also describes shortly what actually happened. FYI, that pigeon's name is Winston. ;-D More info: http://www.itweb.co.za/sections/internet/2009/0909091636.asp?

Re: CEEPIPI incorrect recovery processing?

2009-09-15 Thread Bernd Oppolzer
I'm very interested to see how this discussion will proceed. Maybe someone of IBM wants to participate. By similar issues we ended up with the following solution: we wrote an LE exit, which we tried to activate in all environments, that is, batch, TSO and IMS, in our case. Programming languages

Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Daniel Erdmann
Hello, we have some discussions in our shop about how to handle Java batch jobs in JCL. You have to know that our operating decided some decades ago that they want to use the abend-disposition for cleaning up if the executed COBOL program gets an error. This means they force an abend within the

Re: z/VM GDDM install

2009-09-15 Thread J D Cassidy
Fear enuff. Appreciate the advice.. JC = On Thu, 10 Sep 2009 09:45:35 +0200, J D Cassidy s...@jdcassidy.net = wrote: = =appreciate the advice, thank you. Bloody hard way to get a manual = though... = = Perhaps you weren't around when you had to fill out a paper form and send = it = to the branch

Re: Use of RETAIN

2009-09-15 Thread Daniel McLaughlin
We're seeing indications of SMS ACS involvement and are working that angle with IBM. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO

Re: User-written ISPF-Editor line commands

2009-09-15 Thread Richards, Robert B.
Did anyone ever post their source for the line commands they spoke about? If not, can you, pretty please! :-) Mark, you are exempt. I got yours from your website. Good stuff! Bob -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Donald

IBM toolbar for firefox does not save options

2009-09-15 Thread Binyamin Dissen
I am trying to set the options for the IBM toolbar for firefox (3.5.2) but they do not survive a firefox restart. Is there some trick to make it permanent? -- Binyamin Dissen bdis...@dissensoftware.com http://www.dissensoftware.com Director, Dissen Software, Bar Grill - Israel Should you use

Antwort: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Michael Klaeschen
Daniel, from my reading of the MVS JCL Reference, there is no abend-disposition available, neither for the DISP nor for the PATHDISP parameter. Instead, one may code an abnormal termination disposition. But as the introduction to the DISP parameter reads, the behaviour in case of an abend

Re: IBM toolbar for firefox does not save options

2009-09-15 Thread Beesley, Paul
Hmmm, I hadn't noticed that, but you're right. There is a newer version available by the way ( 3.5.8 ) - best to uninstall 3.5.2 and download the newer version as there is some problem with the update mechanism Regards Paul -Original Message- From: IBM Mainframe Discussion List

Re: Hiperbatch, Smartbatch, Dynamic Cache Management

2009-09-15 Thread Larry Crilley
I seem to recall a thread not too long ago where someone was asking for sites that had implemented Hiperbatch. You might want to check the archives. These tools should still be valid. Some of these tools require a specific need/setup (Hiperbatch). For general buffering, SMB is a good place to

Re: CLIST/REXX Library Formats

2009-09-15 Thread Tom Marchant
On Thu, 10 Sep 2009 15:44:12 -0500, Rick Fochtman wrote: Which is more effieient for CLIST/REXX libraries? the choices are RECFM=FB, LRECL=255 or RECFM=FB,LRECL=80? I lean toward the VB-format... My personal preference is FB-80, not because it is more efficient but because that's the way IBM

Re: IBM toolbar for firefox does not save options

2009-09-15 Thread Richards, Robert B.
I only see 3.5.3 here in the US. And Binyamin's problem still exists at this level. Bob -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Beesley, Paul Sent: Tuesday, September 15, 2009 9:05 AM To: IBM-MAIN@bama.ua.edu Subject: Re: IBM

Re: file integrity verified - do I care?

2009-09-15 Thread Howard Brazee
On 14 Sep 2009 15:06:20 -0700, shmuel+ibm-m...@patriot.net (Shmuel Metz , Seymour J.) wrote: So how do you use it? What do you do differently when you get a 97 than when you get a 00? Depending on the application, I might put out a message saying to reconstruct from logs. Reconstruct what?

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Daniel Erdmann
2009/9/15 Michael Klaeschen michael.klaesc...@deutscherring.de from my reading of the MVS JCL Reference, there is no abend-disposition available, neither for the DISP nor for the PATHDISP parameter. Instead, one may code an abnormal termination disposition. But as the introduction to the DISP

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Steve Comstock
Daniel Erdmann wrote: 2009/9/15 Michael Klaeschen michael.klaesc...@deutscherring.de from my reading of the MVS JCL Reference, there is no abend-disposition available, neither for the DISP nor for the PATHDISP parameter. Instead, one may code an abnormal termination disposition. But as the

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Daniel Erdmann
2009/9/15 Steve Comstock st...@trainersfriend.com Daniel Erdmann wrote: Our development staff is going to develop new programs in Java instead of COBOL. Using the same staff of programmers that wrote the COBOL code? No, most of the Java programmers developed programs for application

Re: file integrity verified - do I care?

2009-09-15 Thread Roach, Dennis (N-GHG)
-Original Message- So how do you use it? What do you do differently when you get a 97 than when you get a 00? Depending on the application, I might put out a message saying to reconstruct from logs. Reconstruct what?I thought 97 meant the open statement was successful

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Steve Comstock
Daniel Erdmann wrote: 2009/9/15 Steve Comstock st...@trainersfriend.com Daniel Erdmann wrote: Our development staff is going to develop new programs in Java instead of COBOL. Using the same staff of programmers that wrote the COBOL code? No, most of the Java programmers developed

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Denis Gäbler
Hi, I know for IMS, that in case e.g. a class is not found, there will be an U101 abend. So in order to force an U101 Abend in IMS you could do a: Class.forName(my.non.exisiting.Class); But I am not sure if that will create an abend in all environments such as JZOS and BPXBATCH?! Nevertheless

Re: IBM toolbar for firefox does not save options

2009-09-15 Thread Beesley, Paul
Are we talking about the same tool ? Its home page is : http://www-01.ibm.com/software/support/toolbar/index.html?ibmsst=ibmTbMe nu The version for Firefox on there is 3.3.8 ( sorry, I said 3.5.8 before ) And yes the problem still exists at 3.3.8 Just installed the IE version and it seems to

Re: CEEPIPI incorrect recovery processing?

2009-09-15 Thread Steve Comstock
Gord Tomlin wrote: Definitely, the key item is the meaning of dormant. Clearly, the environment exists until it is destroyed by the term call. The question is what should happen when the environment exists but is dormant. IBM states in the description of init_sub that it sets the environment

SDSF question

2009-09-15 Thread Mark Pace
On my 1.9 system in SDSF the fields SAFF PRTDEST are unprotected and I can make changes. I just installed a 1.10 system and these fields are protected. I've been through the ISFPRMxx file and can not figure out what to change to make these fields unprotected. The SAFF, I'm not really

Re: IBM toolbar for firefox does not save options

2009-09-15 Thread Richards, Robert B.
I was talking about the Firefox version, not the IBM Toolbar version. I have Firefox 3.5.3 installed. For the Toolbar (which I just downloaded and installed), version.txt dated 5/5/2009 has: TOOLBAR name=IBM Software Support Toolbar version=3.2.11/ Bob

Re: file integrity verified - do I care?

2009-09-15 Thread Howard Brazee
On 15 Sep 2009 06:59:56 -0700, dennis.ro...@lmco.com (Roach, Dennis , N-GHG) wrote: Reconstruct what?I thought 97 meant the open statement was successful and file integrity was verified. So the file is OK, the open is OK. What am I missing? That depends on how important data

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Howard Brazee
On 15 Sep 2009 07:01:02 -0700, st...@trainersfriend.com (Steve Comstock) wrote: No, most of the Java programmers developed programs for application servers before, respectively they're still doing. Ah. I ask because Jonathan Sayles, and some others, insist that long time COBOL programmers

DBSYNC and IBMUSER

2009-09-15 Thread Jim McAlpine
I'm about to use DBSYNC to migrate my RACF database to a new system. The new system already contains some definitions including the user IBMUSER which I don't want to corrupt. Do I have to do anything special to make sure that the existing IBMUSER on the new system doesn't get changed. Jim

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Rob Schramm
I always thought that abending a cobol program was a lame duck method. Bringing that practice into JAVA seems equally lame duck. Handle the dang issue or put the offending records off into an exception file and get on about processing. Set a code... send an e-mail. Just my 2 cents. shields

Re: User-written ISPF-Editor line commands

2009-09-15 Thread Beesley, Paul
I did send mine to Don. As you said pretty please I'll find somewhere appropriate to post them :) Regards Paul -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Richards, Robert B. Sent: 15 September 2009 12:56 To: IBM-MAIN@bama.ua.edu

Re: file integrity verified - do I care?

2009-09-15 Thread Binyamin Dissen
On Tue, 15 Sep 2009 08:43:31 -0600 Howard Brazee howard.bra...@cusys.edu wrote: :On 15 Sep 2009 06:59:56 -0700, dennis.ro...@lmco.com (Roach, Dennis , :N-GHG) wrote: : Reconstruct what?I thought 97 meant the open statement was : successful and file integrity was verified. So the file is

Re: file integrity verified - do I care?

2009-09-15 Thread Steve Comstock
Binyamin Dissen wrote: On Tue, 15 Sep 2009 08:43:31 -0600 Howard Brazee howard.bra...@cusys.edu wrote: :On 15 Sep 2009 06:59:56 -0700, dennis.ro...@lmco.com (Roach, Dennis , :N-GHG) wrote: : Reconstruct what?I thought 97 meant the open statement was : successful and file integrity was

SV: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Thomas Berg
It's a way to ensure that operating staff notice the error. There is also the problem that even correct execution of steps can give RC 0, even RC 4. (Especially from utilities...) If You use products like OPC this can make the life *extremely* complicated... Many years of experience have

Re: file integrity verified - do I care?

2009-09-15 Thread Erik Janssen
We also have 'problems' with the filestatus 97, especiallly in DR. I ended up verifying all VSAM datasets with ISMF (it allows for cluster only selection which is nice if you want to fire a verify ds(/) ) The whole idea of giving a filestatus 97 is in my view pointless since any subsequent

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Ted MacNEIL
Many managers believe that it's cheaper and easier to hire people who have Java on their resumes than to believe existing employees can learn Java on their own (or to train them). In my 30+ years, I've only met two managers who believe that disciplines transcend platforms. If you know how to

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Ted MacNEIL
I always thought that abending a cobol program was a lame duck method. When I was taught programming, at the University of Waterloo (1976), I was taught: 1. Handle what you can think of. 2. Abend when you get something you can't handle. 3. Figure out how to handle what caused you to abend. 4.

Re: file integrity verified - do I care?

2009-09-15 Thread Ted MacNEIL
Wait a minute. Before the data is firmed? What do you mean? How does this happen? Unflushed buffers? - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: file integrity verified - do I care?

2009-09-15 Thread Binyamin Dissen
On Tue, 15 Sep 2009 09:08:51 -0600 Steve Comstock st...@trainersfriend.com wrote: :Binyamin Dissen wrote: : On Tue, 15 Sep 2009 08:43:31 -0600 Howard Brazee howard.bra...@cusys.edu : wrote: : :On 15 Sep 2009 06:59:56 -0700, dennis.ro...@lmco.com (Roach, Dennis , : :N-GHG) wrote: : :

Re: SDSF question

2009-09-15 Thread Elardus Engelbrecht
Mark Pace wrote: On my 1.9 system in SDSF the fields SAFF PRTDEST are unprotected and I can make changes. I just installed a 1.10 system and these fields are protected. Your ISFPRMxx could be replaced during installation... I've been through the ISFPRMxx file and can not figure out what to

Re: User-written ISPF-Editor line commands

2009-09-15 Thread Donald Johnson
Paul, Bob, et al.: here is a version of LINEMAC and a dsn extractor I have used before. Feel free to treat this like open source - modify/fix/enhance and re-share it! Thanks! On Tue, Sep 15, 2009 at 10:58 AM, Beesley, Paul paul.bees...@atosorigin.com wrote: I did send mine to Don. As you

Re: Internal Reader Problem

2009-09-15 Thread Mark Yuhas
Thank you, gentlemen. I had read the INTRDR init statement documentation. It does not mention SYSAFF. However, I issued the JES2 operator command to set SYSAFF on our test system and tested it. Thanks again. -- For IBM-MAIN

Re: CEEPIPI incorrect recovery processing?

2009-09-15 Thread Gord Tomlin
To be completely accurate, we are developing a new component for an existing product. The existing product is written entirely in Assembler and is not compatible with LE. I would love to not use CEEPIPI, but that's a non-starter. The new component needs to use a couple of APIs that are only

Curious about ATTACH and 'SVCR 0'

2009-09-15 Thread Steve Austin
Hello, I have noticed in a number of traces, that for a newly attached TCB there is a 'SVCR0' without a previous 'SVC 0'. Is this really a return from an EXCP SVC or something else masquerading as such? Thanks Steve -

Re: User-written ISPF-Editor line commands

2009-09-15 Thread Richards, Robert B.
Thanks, Paul. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Beesley, Paul Sent: Tuesday, September 15, 2009 10:59 AM To: IBM-MAIN@bama.ua.edu Subject: Re: User-written ISPF-Editor line commands I did send mine to Don. As you said

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Howard Brazee
On 15 Sep 2009 07:55:25 -0700, rob.schr...@siriuscom.com (Rob Schramm) wrote: I always thought that abending a cobol program was a lame duck method. Bringing that practice into JAVA seems equally lame duck. Handle the dang issue or put the offending records off into an exception file and get

Re: SDSF question

2009-09-15 Thread Mark Pace
I'm in the same group, IFSOPER, on both systems. There is some difference between the groups on each system. But I can't figure what the difference is. On the 1.9 system I do not run SDSF as a server, and there is not a ISFPRMxx member. On the 1.10 system I am running it as a server and I am

Re: Sub Capacity Reporting for non IBM Vendors

2009-09-15 Thread David J. Chase
Re: Posting From r.skoru...@bremultibank.com.pl on Fri, 11 Sep 2009 20:50:31 +0200 Well. I thought the rules are slightly different: it is enough to run some product ONCE during reporting period (month) to pay for that. More precisely: if you run ABC product on LPAR1 (only) and LPAR1 highest

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Frank Swarbrick
On 9/15/2009 at 8:53 AM, in message ofe514c791.87bbe26b-on85257632.00515d7c-85257632.0051c...@siriuscom.com, Rob Schramm rob.schr...@siriuscom.com wrote: I always thought that abending a cobol program was a lame duck method. Bringing that practice into JAVA seems equally lame duck. Handle the

Re: file integrity verified - do I care?

2009-09-15 Thread Frank Swarbrick
On 9/15/2009 at 9:21 AM, in message listserv%200909151021029017.0...@bama.ua.edu, Erik Janssen erik.jans...@ing.nl wrote: We also have 'problems' with the filestatus 97, especiallly in DR. I ended up verifying all VSAM datasets with ISMF (it allows for cluster only selection which is nice

RMF Spreadsheet Reporter

2009-09-15 Thread Dana Mitchell
Hello, I'm trying to get the RMF Spreadsheet reporter working and I am quite stumped. This is on Windows XP, Excel 2003. I have downloaded and installed the latest version of the reporter. It starts up OK, I define my SMF dump datasets. I Select Create-Workingset. The job runs

PRODUCING A LIST OF ROLLED-OFF GDG DSNS

2009-09-15 Thread John Dawes
I have a problem trying to compile a list of ROLLED-OFF gdg dsns which were created over the past 3 years.  We noticed that the dsns were not being deleted because of a NOSCRATCH option used when the gdg base was created by the user.  I ran a LISTCAT of the catalog and did a FIND command for

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Rob Schramm
Maybe an occasional abend might be worth doing. But it smacks of poor design when oops.. I didn't really test this.. so I'll just abend methodology takes over. With all the I think the term is xtreme programming where testing is built into the program from the bottom up, that abending to

Re: DBSYNC and IBMUSER

2009-09-15 Thread Schwarz, Barry A
The answer depends on what you have done to or with IBMUSER on each system. Is IBMUSER connected to the same groups with the same authority on each system? Does IBMUSER have access to the same resources at the same level on each system? Does IBMUSER own the same profiles on each system? You

Re: TCB Address

2009-09-15 Thread Schwarz, Barry A
Others have provided the details. On the other hand, if your real intent is to obtain data from the TCB, such as the TIOT address, consider looking at the EXTRACT macro/service. -Original Message- From: Digestani, Raul Sent: Monday, September 14, 2009 3:09 PM To: IBM-MAIN@bama.ua.edu

z390 and zcobol v1.5.01 with CODEPAGE and more new zcobol NIST COBOL test suite results

2009-09-15 Thread Don Higgins
All z390 and zcobol full release v.1.5.01 is now available for download and install using InstallShield for Windows from www.z390.org. This release includes new Unicode codepage support for ASCII and EBCDIC codepages compatible with z/OS. The zcobol compiler now compiles 408 of the NIST COBOL

Re: TCB Address

2009-09-15 Thread David Andrews
On Tue, 2009-09-15 at 14:55 -0400, Schwarz, Barry A wrote: if your real intent is to obtain data from the TCB, such as the TIOT address, consider looking at the EXTRACT macro/service. Why? PSA-TCB-TIOT is GUPI. -- David Andrews A. Duda and Sons, Inc. david.andr...@duda.com

Re: TCB Address

2009-09-15 Thread Patrick O'Keefe
On Mon, 14 Sep 2009 19:09:29 -0300, Digestani, Raul rdigest...@santanderrio.com.ar wrote: I'm asking about how to obtain current TCB address in an assembly pgm. Others have given helpful answers. I'll give the curmudgeonly answer. RTFM (where m can stand for either manual or macro). The

Re: Carrier Pigeon beats Internet Speed

2009-09-15 Thread Jack . Hamilton
They didn't use RFC 1149, which specifies The IP datagram is printed, on a small scroll of paper, in hexadecimal, with each octet separated by whitestuff and blackstuff. As so often happens, technology outraces standards. -- Jack Hamilton Management Information Analysis Kaiser Foundation

Re: SDSF question

2009-09-15 Thread Mary Anne Matyaz
Mark, they are fine on my 1.10 system, but I just bring over my ISFPRMxx member from release to release. Why don't you try starting SDSF with your old ISFPRMxx? -- For IBM-MAIN subscribe / signoff / archive access

Re: CLIST/REXX Library Formats

2009-09-15 Thread Roger Bolan
Back in about 1989 I wrote some clists to be shipped as part of an IBM product. I *think* our shipped clists were in FB 80 format but I don't remember for sure. What I did was to keep my actual code in columns 9 through 72 so that the clist could be copied into either FB 80 or VB 255 with or

Re: TCB Address

2009-09-15 Thread Edward Jaffe
Patrick O'Keefe wrote: RTFM (where m can stand for either manual or macro). And, what does F stand for? ;-) -- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 edja...@phoenixsoftware.com

IDC Survey Reveals Increased Investments in Mainframe Hardware and Software Planned Over The Next Five Years

2009-09-15 Thread Edward Jaffe
http://www.reuters.com/article/pressRelease/idUS97967+14-Sep-2009+BW20090914 -- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 edja...@phoenixsoftware.com http://www.phoenixsoftware.com/

Re: TCB Address

2009-09-15 Thread Ted MacNEIL
And, what does F stand for? ;-) Fine? Funny? - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search

Re: IDC Survey Reveals Increased Investments in Mainframe Hardware and Software Planned Over The Next Five Years

2009-09-15 Thread Ted MacNEIL
http://www.reuters.com/article/pressRelease/idUS97967+14-Sep-2009+BW20090914 I get page not found - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: z/VM GDDM install

2009-09-15 Thread Roger Bolan
I think the licensed manuals are supposed to be shipped to you with the product. Did you get any CDs or DVDs of documentation with the product? --Roger On Tue, Sep 8, 2009 at 5:43 AM, J D Cassidy s...@jdcassidy.net wrote: Hello all, slightly off-topic, but I will pose the question - I am

Interesting articl

2009-09-15 Thread P S
http://www.ciozone.com/index.php/Server-Technology-Zone/The-Mainframe-The-Dinosaur-That-Wouldn-t-Die.html Something that caught my eye: IBM...opened five major new plants. Which five? Anyone know? -- For IBM-MAIN subscribe /

Re: SDSF question

2009-09-15 Thread Mark Pace
Okay, I figured it out. I had to RACF define and allow update access to ISFATTR.JOB.PRTDEST On Tue, Sep 15, 2009 at 3:23 PM, Mary Anne Matyaz maryanne4...@gmail.comwrote: Mark, they are fine on my 1.10 system, but I just bring over my ISFPRMxx member from release to release. Why don't you

Re: Carrier Pigeon beats Internet Speed

2009-09-15 Thread Arthur Gutowski
On Fri, 11 Sep 2009 20:57:40 -0500, Tom Moulder tom_moul...@1scom.net wrote: You laugh ... I am working with a company that literally did this. They shipped a very large disk array to the central computing center and placed it next to the production array; synchronously copied all the data;

Re: TCB Address

2009-09-15 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of David Andrews Sent: Tuesday, September 15, 2009 2:16 PM To: IBM-MAIN@bama.ua.edu Subject: Re: TCB Address On Tue, 2009-09-15 at 14:55 -0400, Schwarz, Barry A wrote: if your real

Re: Interesting articl

2009-09-15 Thread Richard Pace
On Tuesday 15 September 2009, P S wrote: http://www.ciozone.com/index.php/Server-Technology-Zone/The-Mainframe-The-D inosaur-That-Wouldn-t-Die.html Something that caught my eye: IBM...opened five major new plants. Which five? Anyone know? Here is a link to an IBM FAQ. There is a section on

COBOL programmers can't learn Java [was: Java Batch und JCL (DSN Disposition)]

2009-09-15 Thread Stephen Y Odo
My wife and her crew used to be COBOL/CICS programmers. They migrated to Software AG's NATURAL/CICS about 22 years ago. And a few years ago they started migrating to Java on Solaris (that may be changing soon too). For training, they attended a number of our undergraduate Computer Science

Re: TCB Address

2009-09-15 Thread Diehl, Gary
Factual ?? Gary Diehl Systems Administration Water seeks it's own level - Aristotle -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Edward Jaffe Sent: Tuesday, September 15, 2009 2:38 PM To: IBM-MAIN@bama.ua.edu Subject: Re: TCB Address

Re: TCB Address

2009-09-15 Thread Patrick O'Keefe
On Tue, 15 Sep 2009 15:05:15 -0500, Diehl, Gary gary.di...@allstate.com wrote: Factual ?? Even though I'm one (of many, I'm sure) that started the Fine usage, in this case I'm sure it stands for Fascinating. Or perhaps Fun-filled. Pat O'Keefe

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Don Leahy
Nearly all of the Cobol programs that I have worked with in the past 20 years have had some sort of connection to a DBMS or message queuing system. Abends are needed in order to roll back uncommitted updates when a condition arises that prevents the application from continuing. In other words,

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Paul Gilmartin
On Tue, 15 Sep 2009 17:34:23 -0400, Don Leahy wrote: Nearly all of the Cobol programs that I have worked with in the past 20 years have had some sort of connection to a DBMS or message queuing system. Abends are needed in order to roll back uncommitted updates when a condition arises that

Re: CEEPIPI incorrect recovery processing?

2009-09-15 Thread Henry Willard
Gord Tomlin wrote: To be completely accurate, we are developing a new component for an existing product. The existing product is written entirely in Assembler and is not compatible with LE. I would love to not use CEEPIPI, but that's a non-starter. The new component needs to use a couple of

Re: Interesting articl

2009-09-15 Thread William H. Blair
which were opened for the system/360 project The East Fishkill, NY plant was specially built to manufacture Solid Logic Technology (SLT) modules for the System/360. At the time, this plant was considered highly automated. I am not aware of any plants in the U.S. that were specifically built to

Optica Technologies Announces Collaboration with IBM to Pr omote Managed Evolution for System z® Mainframe Users

2009-09-15 Thread Joel Wolpert
http://www.linkedin.com/news?viewArticle=articleID=67210354gid=2196066articleURL=http%3A%2F%2Fwww%2Ebusinesswire%2Ecom%2Fnews%2Fhome%2F20090910006308%2Fenurlhash=gIzjtrk=news_discuss Joel Wolpert Performance and Capacity Planning consultant WEBSITE: www.perfconsultant.com

IBM System Storage and System z partnership paves the way for innovative information infrastructure solutions

2009-09-15 Thread Joel Wolpert
http://www.ibmsystemsmag.com/mainframe/enewsletterexclusive/26535p1.aspx Joel Wolpert Performance and Capacity Planning consultant WEBSITE: www.perfconsultant.com -- For IBM-MAIN subscribe / signoff / archive access

Re: IDC Survey Reveals Increased Investments in Mainframe Hardware and Software Planned Over The Next Five Years

2009-09-15 Thread Joel Wolpert
Works for me. http://www.reuters.com:80/article/pressRelease/idUS97967+14-Sep-2009+BW20090914 Joel Wolpert Performance and Capacity Planning consultant WEBSITE: www.perfconsultant.com - Original Message - From: Ted MacNEIL eamacn...@yahoo.ca Newsgroups: bit.listserv.ibm-main To:

Is there any concern when added real memory from 5G to 7G

2009-09-15 Thread Tommy Tsui
Hi all, Is there any big concern when added real memory from 5 to 7G, if all CSA, SQA, ECSA and ESQA remain unchanged? thanks and regards -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Java Batch und JCL (DSN Disposition)

2009-09-15 Thread Don Leahy
Normal termination always causes a COMMIT. On Tue, Sep 15, 2009 at 6:35 PM, Paul Gilmartin paulgboul...@aim.com wrote: On Tue, 15 Sep 2009 17:34:23 -0400, Don Leahy wrote: Nearly all of the Cobol programs that I have worked with in the past 20 years have had some sort of connection to a DBMS or

Interesting article on the future of mainframe programming and support personnel

2009-09-15 Thread Joel Wolpert
http://it.toolbox.com/blogs/mainframe-world/young-mainframers-34096?subtype=Blogs Joel Wolpert Performance and Capacity Planning consultant WEBSITE: www.perfconsultant.com -- For IBM-MAIN subscribe / signoff / archive access