COBOL 5.1 issue resolved ?

2014-10-25 Thread Ed Gould
I *think* is was John Gilmore (could be wrong) that had a mysterious abend with COBOL 5.1 and LE . Can you give us an update and or resolutions, please? Thanks, Ed -- For IBM-MAIN subscribe / signoff / archive access instructi

Re: Abend s0077

2014-10-25 Thread Charles Mills
V2R1 says "0400–3FFF These codes are for IBM internal use only with the following exceptions: 0828, 0A08, and 0F00." Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Beesley, Paul Sent: Saturday, October 25, 2014 2:21 PM To: I

AW: Re: BPXOINIT and SYSPLEX Mode Question

2014-10-25 Thread Peter Hunkeler
> When we move from V1R13 to V1R2 the superuser stuff will change. Not sure what you mean. BPX.DEFAULT.USER goes away, but this has nothing to do with superuser. > So far with the superuser changes we have been getting hit with OWNERSHIP > issues in regards to IBMUSER in the filesystems. Owner

Re: Abend s0077

2014-10-25 Thread Beesley, Paul
| Explanation:While the system was processing a console communications | task (COMMTASK) request, an error occurred. | Register 15 contains a hexadecimal error code in the format . The | fields in this error code are the following: | This halfword is for IBM internal use onl

Re: Abend s0077

2014-10-25 Thread Mike Schwab
System abends are usually 3 digits hex 000-FFF. User abends are usually 4 digits decimal -4095. You probably have a user abend and you need to consult the product manual to determine the cause. If it is a user written program you will need to consult any error messages in sysout files and or t

Re: Abend s0077

2014-10-25 Thread Lizette Koehler
Please post entire error message. Also post any before and after messages. Did you get an SVC Dump? Do you have Tivoli Omegamon? Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of mf db > Sent: Saturday, October 25, 2014

Re: Abend s0077

2014-10-25 Thread J R
Please paste into this thread exactly what text included "0077" and "060f0a4a". === > Date: Sat, 25 Oct 2014 22:28:57 +0530 > From: dbajava...@gmail.com > Subject: Abend s0077 > To: IBM-MAIN@LISTSERV.UA.EDU > > Hi > > In one of our sandbox console took an abend abend s0077 reason 060f0a4

Abend s0077

2014-10-25 Thread mf db
Hi In one of our sandbox console took an abend abend s0077 reason 060f0a4a. I am not able to find any explanation for this error code in manual. z/OS 2.1 Any help is much appreciated. Peter -- For IBM-MAIN subscribe / signo

Clustering Tomcat on zOS servers for HA

2014-10-25 Thread Roger Lowe
Hi, Has anyone tried to cluster Tomcat servers on zOS to provide a HA configuration that would he willing to share their experiences? Feel free to email me offline Thanks, Roger -- For IBM-MAIN subscribe / signoff / arc

Re: SLIP trap confusion

2014-10-25 Thread Phil Smith
Thanks to all who replied-I got an off-list reply that pointed me at the address space as the issue, got it working. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with t

Re: SLIP trap confusion

2014-10-25 Thread Peter Relson
>You are missing MODE=HOME While it can be a good idea to have MODE=HOME when you have also specified JOBNAME, it probably is not important for this case. Does your module get control with primary not equal to home? Choices that come to mind are: - your module is not actually getting control -

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-25 Thread Bernd Oppolzer
Am 25.10.2014 10:02, schrieb David Crayford: On 24/10/2014 10:40 PM, John Gilmore wrote: Like landing at Thanet, having Lua usable under z/OS UNIX is "a good thing". It may make its way against REXX, or again it may not. It goes without saying that us mainframers tend to stick to what we kno

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-25 Thread David Crayford
On 24/10/2014 10:40 PM, John Gilmore wrote: Like landing at Thanet, having Lua usable under z/OS UNIX is "a good thing". It may make its way against REXX, or again it may not. It goes without saying that us mainframers tend to stick to what we know. But I encourage as many people as possible

Re: [ANN] Lua4z: the Lua programming language on z/OS, with batteries

2014-10-25 Thread David Crayford
On 24/10/2014 11:03 PM, Barkow, Eileen wrote: LUA could use some good tutorials or at least some more samples of code. The reference manual is no help for someone trying to learn the language. There's a wiki that covers just about everything you could possibly want to know about Lua which incl