Re: Detect the loop for batch job

2009-12-07 Thread Vernooij, CP - SPLXM
Joel C. Ewing jcew...@acm.org wrote in message news:4b1a9636.4060...@acm.org... On 12/04/2009 10:14 AM, bjbxd wrote: Hello List, We are looking for a tool to detect the loop for batch application, any suggestion are appreciated. My shop is runing z/OS, application is C/C++. Bob.

Missing RACF exit

2009-12-07 Thread Beesley, Paul
* Cross posted to RACF-L * Hello I upgraded one of our systems from 1.7 to 1.9 at the weekend, and in so doing omitted one of the RACF exits, ICHRIX01. The manual confirms my suspicion that exits can only be added with an IPL, which isn't possible until the weekend. Does anyone have any

Re: HYPERPAV

2009-12-07 Thread Zaromil Tisler
- DS8000: Architecture and Implementation redbook states that If many LSSs are involved, then pick a quiet time to perform the SETIOS HYPERPAV=YES command ...Because it can take some time to initialize all needed LSSs ... Is there a way to get an estimation on time needed per LCU ?

AW: Missing RACF exit

2009-12-07 Thread Keller Walter
Hi Paul I can remember (re)loading the exit and then zapping the RCVT with the new address using Omegamon or a similar tool. But I did it only in our test environment, so be VERY carefull. And the exit was already active, so I'm not sure, if this really works in your case. Regards, Walter

Re: Missing RACF exit

2009-12-07 Thread Rob Scott
Paul, As far as I am aware, if the exit pointer in the RCVT is non-zero then RACF will invoke the exit. About 15 years ago I knocked up a quick+dirty program to dynamically add a RACF exit and it seemed to work OK. I have not seen RACFXITS - however the logic I used was something along the

Re: TCP/IP NETSTAT problem

2009-12-07 Thread Mike W Stayton
First, the message EZZ2499I tells that your netmsg.cat file is out of sync with the netstat code. See this techdoc article about msgcat files: http://www-01.ibm.com/support/docview.wss?uid=swg21247361 Problem(Abstract) During messaging processing of a TCPIP command (TSO NETSTAT, Display or

Re: Missing RACF exit

2009-12-07 Thread Beesley, Paul
Thanks Rob. Turned out to be fairly easy. Dynamically loaded the module into MLPA, wrote a quick program to zap the address into the correct slot in the RCVT Thanks for your help Regards Paul -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On

Re: file definition

2009-12-07 Thread Elardus Engelbrecht
Frank Swarbrick wrote: This may or may not be a weird question, but... No. Actually a good question. Is there a utility where I can give it a list of dataset names and it can give back some JCL that could have been used to define that file? Simply an IEFBR14 with a DD for each file where the

Re: IDCAMS Delete via DD

2009-12-07 Thread John Eells
Edward Jaffe wrote: snip Such assumptive, non-canonical, lazy programming seems to work in most cases, but can lead to failure and confusion in others. I eliminate it whenever I can. I regard such code as inelegant, yet convenient, short-cuts that work most of the time. Kludge. I fear we're

Re: CF LPAR MIPS Utilisation

2009-12-07 Thread Arthur Gutowski
I also don't see which LPAR's are part of the Sysplex, and which are not. Dynamic Dispatch with a CF LPAR is not so much a matter of utilization, but as Scott suggests, getting the CPU when the CF needs it. We have found that DynDisp dramatically increases ISGLOCK response times (at least one

Re: file definition

2009-12-07 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Frank Swarbrick Sent: Friday, December 04, 2009 5:46 PM To: IBM-MAIN@bama.ua.edu Subject: file definition This may or may not be a weird question, but... Is there a utility where I can give

Re: IEC143I 213-30

2009-12-07 Thread Scott Rowe
This is not true Ted, as we have discussed before. In fact, the symptom in the title of this thread is the result of IBM closing that exposure. Ted MacNEIL eamacn...@yahoo.ca 12/6/2009 9:46 PM Oh? Even with GRS in place? Because we are doing this. There are potential corruption issues when

RES: Missing RACF exit

2009-12-07 Thread ITURIEL DO NASCIMENTO NETO
You can try another approach by specifying CSVDYNEX interface to call a dynamic ICHRIX01 exit. Of course you will need an IPL, but after that the dynamic exit could be activated/deactivated/changed in flight. You have to create a static ICHRIX01 exit, loaded at IPL time, which can have a logic

Re: IDCAMS Delete via DD

2009-12-07 Thread Paul Gilmartin
On Mon, 7 Dec 2009 09:08:28 -0500, John Eells wrote: - A change control record must be opened, and the change justified and approved. - The change has to be made, tested, and documented. - The documentation has to be reviewed and accepted by production control. - The job has to be changed in the

Re: IEC143I 213-30

2009-12-07 Thread Scott Rowe
You can't share them for update, as you have discovered. I would suggest you take this to your sysprogs and tell them you have a requirement they need them to satisfy, and you could even suggest that Sysplex is one solution. If they don't listen, take it to management. Frank Swarbrick

Re: IEC143I 213-30

2009-12-07 Thread Paul Gilmartin
On Mon, 7 Dec 2009 09:31:47 -0500, Scott Rowe wrote: This is not true Ted, as we have discussed before. In fact, the symptom in the title of this thread is the result of IBM closing that exposure. Depends. Ted MacNEIL 12/6/2009 9:46 PM Oh? Even with GRS in place? Because we are doing

Re: Detect the loop for batch job

2009-12-07 Thread Hal Merritt
All programs 'loop'. It is what they do. About the only automated solution I can think of would be to set a CPU time limit. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joel C. Ewing Sent: Saturday, December 05, 2009 11:20 AM To:

Re: file definition

2009-12-07 Thread Donald Imbriale
PDS command (from CBT tape) with subcommand DSNAME JCL may provide what you are looking for - at least for non-VSAM data sets. Don Imbriale -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Frank Swarbrick Sent: Friday, December 04, 2009

Re: CF LPAR MIPS Utilisation

2009-12-07 Thread Scott Rowe
Art, In my experience, GRS-Star with shared CP CFs is still significantly faster (at least one order of magnitude) than GRS Ring using XCF. Also, the purpose for the extra CF can be used to upgrade CF code without a Sysplex outage. I guess it's also remotely possible that a CF code fault

Re: IEC143I 213-30

2009-12-07 Thread Scott Rowe
I don't believe that's true, Gil. It doesn't make sense given the changes that were made to the logic, and I can't create it here. Do you have a test case that shows this? Paul Gilmartin paulgboul...@aim.com 12/7/2009 9:39 AM On Mon, 7 Dec 2009 09:31:47 -0500, Scott Rowe wrote: This is not

Re: IEC143I 213-30

2009-12-07 Thread Paul Gilmartin
On Mon, 7 Dec 2009 09:53:26 -0500, Scott Rowe wrote: I don't believe that's true, Gil. It doesn't make sense given the changes that were made to the logic, and I can't create it here. Do you have a test case that shows this? I believe SPFEDIT mostly protects you. To show the problem you'd

Re: Missing RACF exit

2009-12-07 Thread Binyamin Dissen
On Mon, 7 Dec 2009 13:05:43 + Beesley, Paul paul.bees...@atosorigin.com wrote: :Thanks Rob. :Turned out to be fairly easy. Dynamically loaded the module into MLPA, :wrote a quick program to zap the address into the correct slot in the :RCVT I will bet that there will be folk who would put

Re: IEC143I 213-30

2009-12-07 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Monday, December 07, 2009 9:40 AM To: IBM-MAIN@bama.ua.edu Subject: Re: IEC143I 213-30 On Mon, 7 Dec 2009 09:53:26 -0500, Scott Rowe wrote: I don't believe that's true,

Re: Small Server Mob Advantage

2009-12-07 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. Anne Lynn Wheeler l...@garlic.com writes: At the time, some internal locations were bursting at the seams in terms of raised floor and 4341s were solution to

Re: IDCAMS Delete via DD

2009-12-07 Thread Edward Jaffe
John Eells wrote: Edward Jaffe wrote: snip Such assumptive, non-canonical, lazy programming seems to work in most cases, but can lead to failure and confusion in others. I eliminate it whenever I can. I regard such code as inelegant, yet convenient, short-cuts that work most of the time.

Re: Filezilla, was Ipswitch WS_FTP Pro 12 not displaying OMVS directories correctly

2009-12-07 Thread Richard Peurifoy
Gibney, Dave wrote: I must have something wrong. I just installed the latest. 3.3.0.1 and I still get: Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: GnuTLS error -9: A TLS packet with unexpected length was received. Status: Server did not properly shut down TLS connection

Re: IEC143I 213-30

2009-12-07 Thread Scott Rowe
Yes, the 213-13 abend is the solution, if you try to open a DCB for output when there is already an output DCB open for a PDS, it will cause the abend. I cannot see how corruption can occur if you can't have two DCBs open for output at the same time. The ENQ is only to avoid getting the

Re: IEC143I 213-30

2009-12-07 Thread Ted MacNEIL
This is not true Ted, as we have discussed before. In fact, the symptom in the title of this thread is the result of IBM closing that exposure. I thought it was only fixed in a SYSPLEX environment. I have not worked in a non-SYSPLEX world for over 15 years, so I have not shared either kind of

Re: IEC143I 213-30

2009-12-07 Thread Ted MacNEIL
In more detail, last guy to save wins; first guy's changes are lost. That's what I meant. Some might consider this corruption. But directory integrity is maintained. Data integrity is what I meant. - Too busy driving to stop for gas!

Re: IEC143I 213-30

2009-12-07 Thread Ted MacNEIL
I'll grant this is unlikely; I'd prefer not to try to create it. Perhaps Ted is thinking of something in addition. The last time I saw it was in a hmegrown source management system -- not using ISPF services. - Too busy driving to stop for gas!

Re: file definition

2009-12-07 Thread John Kelly
snip Is there a utility where I can give it a list of dataset names and it can give back some JCL that could have been used to define that file? /snip The REXX suggested is probably the easiest way, especially if you put in a LISTDSI. That will give you most of the parameters that you need to

Re: Detect the loop for batch job

2009-12-07 Thread Joseph H Winterton
Well we in OMEGAMON have been working on the cpu looping issue lately: Detecting an address space in an infinite loop is not an easy job. Our modern z/OS LPARs often have multiple CPUs and specialty processors like zIIP and zAAP where instructions can be dispatched. In addition Workload

Re: IEFUSI and LSQA

2009-12-07 Thread Mark Zelden
On Fri, 4 Dec 2009 15:43:07 -0200, ITURIEL DO NASCIMENTO NETO 4254.itur...@bradesco.com.br wrote: Hi all, I would like your advice when reserving 512Kb below 16Mb line. During years i've coded : L R7,LDASIZA Size of A.S. Region Below L R8,LDAESIZA

Re: Small Server Mob Advantage

2009-12-07 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. Anne Lynn Wheeler l...@garlic.com writes: the major internal networking technology was able to have native drivers ... but also install jes2 drivers for

Re: file definition

2009-12-07 Thread Paul Gilmartin
On Mon, 7 Dec 2009 12:38:55 -0500, John Kelly wrote: snip Is there a utility where I can give it a list of dataset names and it can give back some JCL that could have been used to define that file? /snip The REXX suggested is probably the easiest way, especially if you put in a LISTDSI. That

Re: CF LPAR MIPS Utilisation

2009-12-07 Thread Arthur Gutowski
On Mon, 7 Dec 2009 09:48:30 -0500, Scott Rowe scott.r...@joann.com wrote: In my experience, GRS-Star with shared CP CFs is still significantly faster (at least one order of magnitude) than GRS Ring using XCF. For the group's sake, I should have made the YMMV disclaimer. Our N.A. systems

Re: file definition

2009-12-07 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Monday, December 07, 2009 11:52 AM To: IBM-MAIN@bama.ua.edu Subject: Re: file definition snip There's one fly in this ointment. Our DASD are all (mostly?)

Re: file definition

2009-12-07 Thread John Kelly
snip But when I request a particular number of cylinders, some busybody component (sometimes?) adjusts the requested number downward by the ratio of 3380 cylinder size to 3390 cylinder size. /snip That certainly sounds like the Default Device Geometry in the SMS Base Configuration. Jack

Re: Missing RACF exit

2009-12-07 Thread Tony Harminc
2009/12/7 Beesley, Paul paul.bees...@atosorigin.com: Thanks Rob. Turned out to be fairly easy. Dynamically loaded the module into MLPA, wrote a quick program to zap the address into the correct slot in the RCVT. For a one-off [semi-]emergency situation, this should be fine. For anything longer

Re: file definition

2009-12-07 Thread Ted MacNEIL
There's one fly in this ointment. Our DASD are all (mostly?) 3390. But when I request a particular number of cylinders, some busybody component (sometimes?) adjusts the requested number downward by the ratio of 3380 cylinder size to 3390 cylinder size. But reporting functions report the

IWM4ECRE Reason Code 83A

2009-12-07 Thread esst...@juno.com
We are running Z/OS 1.9. After issuing WLM macro IWM4ECRE Create Enclave the Return Code is 8 and the Reason Code is '083A'. My macro for IWM4ECRE in sys1.maclib does NOT have an 083A Reason Code listed. Checking the publication Programming Work Load Management Services also did not have a

Re: IWM4ECRE Reason Code 83A

2009-12-07 Thread McKown, John
I looked in the 1.10 and 1.11 manuals. 083A is not documented there either. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * (817)-961-6183 cell john.mck...@healthmarkets.com *

Portable data centers (was RE: Small Server Mob Advantage)

2009-12-07 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List [On Behalf Of Anne Lynn Wheeler [ snip ] IBM thinks outside the box with containerized data centres http://www.theregister.co.uk/2009/12/07/ibm_data_center_containers/ from above: The idea of putting servers, storage,

Display contents of an offload tape

2009-12-07 Thread Mark Pace
I've searched the JES2 manual can not find a way to display the contents of a OFFLOAD tape or disk file. Is there away to do this? -- Mark Pace Mainline Information Systems 1700 Summit Lake Drive Tallahassee, FL. 32317 -- For

Re: IEC143I 213-30

2009-12-07 Thread Shmuel Metz (Seymour J.)
In 2121472874-1259961467-cardhu_decombobulator_blackberry.rim.net-17612826...@bda488.bisx.prod.on.blackberry, on 12/04/2009 at 09:17 PM, Ted MacNEIL eamacn...@yahoo.ca said: You can't share regular PDS datasets either. Of course you can. Whether or not you know how to do it safely, others do.

Re: IEC143I 213-30

2009-12-07 Thread Shmuel Metz (Seymour J.)
In 45d79eacefba9b428e3d400e924d36b902d16...@iwdubcormsg007.sci.local, on 12/07/2009 at 11:30 AM, Thompson, Steve steve_thomp...@stercomm.com said: Meanwhile, I had found an ABEND that happens when two tasks are trying to do STOW at the same time. That's because you didn't have proper

Re: IWM4ECRE Reason Code 83A

2009-12-07 Thread Rob Scott
I searched my MACLIB/MODGEN and the following popped up in a lot of macros : 083A IwmRsnCodeBadEnclave Rob Scott Developer Rocket Software 275 Grove Street * Newton, MA 02466-2272 * USA Tel: +1.617.614.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message-

Re: Need some FDR help please

2009-12-07 Thread Neil Duffee
On 2009-12-04 18:54 concerning Re: Need some FDR help please, Linda Mooney lin...ls...@com...net wrote to IBM-Main : Now I need to restore PS and PO [snip], excluding VSAM, no catalogue updates allowed, non-SMS DASD volume and new high level qualifier. [snip] nature of the 'treasure hunt'. I

A WebSphere Virtual Enterprise (z/OS) consultant

2009-12-07 Thread Marc Heimlich
I am looking for a consultant that has WebSphere Virtual Enterprise (z/OS) experience to support a customer in NYC. Qualified applicants should respond to heiml...@streamfoundry.com. Thanks, Marc Marc Heimlich StreamFoundry, Inc. VP, Sales Marketing SFI, Inc. 781.272.4307 url:

Re: IWM4ECRE Reason Code 83A

2009-12-07 Thread esst...@juno.com
Its not a bad enclave per say. The enclave hasnt been created. Either the connect token is damaged or as others have stated the PSW/PKM is incorrect. -- Original Message -- From: Rob Scott rsc...@rocketsoftware.com To: IBM-MAIN@bama.ua.edu Subject: Re: IWM4ECRE Reason Code 83A

Re: Portable data centers (was RE: Small Server Mob Advantage)

2009-12-07 Thread Lloyd Fuller
What do you mean Sun was the first? The US Army used 360/30 and 360/40s in 18-wheel trailers back in the early 1960s - 40 years before Sun thought of the idea. The Army even had those in Vietnam for the division data centers. Lloyd --- On Mon, 12/7/09, Chase, John jch...@ussco.com wrote:

Re: Portable data centers (was RE: Small Server Mob Advantage)

2009-12-07 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Lloyd Fuller Sent: Monday, December 07, 2009 2:57 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Portable data centers (was RE: Small Server Mob Advantage) What do you mean Sun was the first? The

Re: Portable data centers (was RE: Small Server Mob Advantage)

2009-12-07 Thread Lloyd Fuller
Mouse? the only stinking mouse was the one eating the punch cards! These were batch machines running DOS/VS. They did have lots of cable and the installations that I saw were REAL careful about what kind of traffic even came close to the trailers. In fact even foot traffic was discouraged!

Re: Safe C++ char array functions (Was Is there a good mailing list or forum for mainframe C/C++ specifically?)

2009-12-07 Thread Charles Mills
Strlcpy is certainly an equal opportunity solution -- it's not available on EITHER of the platforms I am working with. My impression is that strcpy_s does *not* copy anything if the target buffer is too short. Hey, anybody want my implementations of a safe strcpy and sprintf? Here you go: //

Re: Need some FDR help please

2009-12-07 Thread Joseph Butz
Hi Neil, FDREPORT can XSELECT/XEXCLUDE VSAM with the DSORG=EF field. Other DSORG types can also be selected or excluded using the DSORG field. Joseph Butz jb...@fdrinnovation.com -Original Message- From: IBM Mainframe Discussion List

Re: Portable data centers (was RE: Small Server Mob Advantage)

2009-12-07 Thread Howard Brazee
On 7 Dec 2009 13:01:33 -0800, steve_thomp...@stercomm.com (Thompson, Steve) wrote: What do you mean Sun was the first? The US Army used 360/30 and 360/40s in 18-wheel trailers back in the early 1960s - 40 years before Sun thought of the idea. The Army even had those in Vietnam for the division

Re: Portable data centers

2009-12-07 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. leful...@sbcglobal.net (Lloyd Fuller) writes: What do you mean Sun was the first? The US Army used 360/30 and 360/40s in 18-wheel trailers back in the early

Re: Display contents of an offload tape

2009-12-07 Thread David Andrews
On Mon, 2009-12-07 at 13:59 -0500, Mark Pace wrote: I've searched the JES2 manual can not find a way to display the contents of a OFFLOAD tape or disk file. Is there away to do this? Theoretically (he says, not having done the homework) spool offload tapes are in NJE format. See the NJE

Anybody compared: Java vs. intepreted REXX?

2009-12-07 Thread McKown, John
That's the entire question. Assume a programmer is good at both languages. Also assume that the work to be done can be done in both languages without a bunch of funny stuff. I wonder which would take less CPU, on average. If I had a zAAP, I'd likely go with Java. If I needed to to ISPF macros,

Re: file definition

2009-12-07 Thread Paul Gilmartin
On Mon, 7 Dec 2009 18:26:56 +, Ted MacNEIL wrote: There's one fly in this ointment. Our DASD are all (mostly?) 3390. But when I request a particular number of cylinders, some busybody component (sometimes?) adjusts the requested number downward by the ratio of 3380 cylinder size to 3390

Clues on using C++ prelink * lked for first time

2009-12-07 Thread Charles Mills
I've got my first mainframe C++ application. It runs under Windows. (Obviously, that's not the same as running under z/OS, but the point is it's a complete program. My concern at this point is getting it to link, not run.) It compiles cleanly under z/OS C++. I have long names and want the load

Re: Portable data centers

2009-12-07 Thread Lloyd Fuller
Anne Lynn Wheeler wrote: The following message is a courtesy copy of an article that has been posted to bit.listserv.ibm-main,alt.folklore.computers as well. leful...@sbcglobal.net (Lloyd Fuller) writes: What do you mean Sun was the first? The US Army used 360/30 and 360/40s in 18-wheel

Re: Portable data centers (was RE: Small Server Mob Advantage)

2009-12-07 Thread Lloyd Fuller
Howard Brazee wrote: On 7 Dec 2009 13:01:33 -0800, steve_thomp...@stercomm.com (Thompson, Steve) wrote: What do you mean Sun was the first? The US Army used 360/30 and 360/40s in 18-wheel trailers back in the early 1960s - 40 years before Sun thought of the idea. The Army even had those in

Re: Safe C++ char array functions (Was Is there a good mailing list or forum for mainframe C/C++ specifically?)

2009-12-07 Thread Thomas David Rivers
Charles Mills wrote: Strlcpy is certainly an equal opportunity solution -- it's not available on EITHER of the platforms I am working with. strlcpy() (and the other BSD string functions) are available in the Dignus runtime for z/OS. - Dave Rivers - -- riv...@dignus.com

Re: Clues on using C++ prelink * lked for first time

2009-12-07 Thread Henry Willard
Charles Mills wrote: I've got my first mainframe C++ application. It runs under Windows. (Obviously, that's not the same as running under z/OS, but the point is it's a complete program. My concern at this point is getting it to link, not run.) It compiles cleanly under z/OS C++. I have long

Re: Anybody compared: Java vs. intepreted REXX?

2009-12-07 Thread Clark Morris
On 7 Dec 2009 14:12:46 -0800, in bit.listserv.ibm-main you wrote: That's the entire question. Assume a programmer is good at both languages. Also assume that the work to be done can be done in both languages without a bunch of funny stuff. I wonder which would take less CPU, on average. If I

Re: Portable data centers (was RE: Small Server Mob Advantage)

2009-12-07 Thread Linda Mooney
No kidding!  Was Sun even born yet? I started with my current employer in 1984.  Couple of months later, we were putting in a new mainframe.  A full sized 18 wheeler (probably a 65 footer) pulled up along side the building, along with another one with generators to run the mainframe in the

Re: Need some FDR help please

2009-12-07 Thread Linda Mooney
Thanks, but have only FDR/FDRDSF Linda - Original Message - From: Joseph Butz jb...@fdrinnovation.com To: IBM-MAIN@bama.ua.edu Sent: Monday, December 7, 2009 1:27:42 PM GMT -08:00 US/Canada Pacific Subject: Re: Need some FDR help please Hi Neil, FDREPORT can XSELECT/XEXCLUDE

Re: Need some FDR help please

2009-12-07 Thread Linda Mooney
Hey Neil, We did get the dataset list from FDRABRP and we are working with that. I would have liked to restore all dsn except VSAM, but we are finally making some progress . From your note, it looks like we had some of our control syntax twisted, so will work with your updates in the AM.

Re: A WebSphere Virtual Enterprise (z/OS) consultant

2009-12-07 Thread Timothy Sipples
Marc, Just to clarify (and as a public service): the skills required for WebSphere VE for z/OS are a relatively small increment over WebSphere Application Server for z/OS, generally speaking. (The VE features simply build on the WAS foundation.) Would you (and your client) also be interested in

Re: Detect the loop for batch job

2009-12-07 Thread Vernooij, CP - SPLXM
Hi Joe, Interesting development in Omegamon. I am still new to Omegamon, but I am going to install V4.2 next month, how do I check if I have Interim Feature 1, how do I install it? Kees. Joseph H Winterton jose...@us.ibm.com wrote in message