Re: C++ program and possible authority issues.

2011-10-15 Thread Shmuel Metz (Seymour J.)
In , on 10/13/2011 at 03:59 PM, "Robert A. Rosenberg" said: >The UNIX KILL command is the equivalent of STOP, CANCEL, and FORCE >depending on what parms you use. The normal (default) version is the >same as STOP. In the sense that an airplane is the same as a boat. The API is different for

Re: C++ program and possible authority issues.

2011-10-13 Thread Robert A. Rosenberg
At 13:01 -0500 on 10/13/2011, McKown, John wrote about Re: C++ program and possible authority issues.: I agree, even though I'm the nitwit who mentioned CANCEL. The OP said the user wants "kill" as the way to shutdown the application due to some existing automation (they mu

Re: C++ program and possible authority issues.

2011-10-13 Thread McKown, John
> Sent: Thursday, October 13, 2011 12:37 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: C++ program and possible authority issues. > > Andre Massena wrote: > >the STC does not react to stop 'P', but does to cancel 'C'. > > IMHO, it is bad, very bad, but

Re: C++ program and possible authority issues.

2011-10-13 Thread Elardus Engelbrecht
Andre Massena wrote: >the STC does not react to stop 'P', but does to cancel 'C'. IMHO, it is bad, very bad, but please, see below, please. (Please don't throw molotov cocktails to me... :D ) >The reason they want to use the relatively elegant SIGTERM is that there is a >lot of automation / dep

Re: C++ program and possible authority issues.

2011-10-13 Thread Andre Massena
l Life Insurance Company of > TennesseeSM and The MEGA > Life and Health Insurance Company.SM > > > > > -Original Message----- > > From: IBM Mainframe Discussion List > > [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Andre Massena > >

Re: C++ program and possible authority issues.

2011-10-13 Thread McKown, John
, 2011 10:34 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: C++ program and possible authority issues. > > John, > > thank you. Now I have to translate that into ACF2... > > > Regards, > > > > Andre > > > > > En réponse à "McKown, John&qu

Re: C++ program and possible authority issues.

2011-10-13 Thread Andre Massena
Markets, Inc. -The Chesapeake > Life Insurance > Company(r), Mid-West National Life Insurance Company of > TennesseeSM and The MEGA > Life and Health Insurance Company.SM > > > > > -Original Message- > > From: IBM Mainframe Discussion List > >

Re: C++ program and possible authority issues.

2011-10-13 Thread McKown, John
> To: IBM-MAIN@bama.ua.edu > Subject: Re: C++ program and possible authority issues. > > All, > > I have subsequently learned from my colleague that the operation being > attempted was a > > 'kill' (sigterm). > > > Regards, > > > And

Re: C++ program and possible authority issues.

2011-10-13 Thread Andre Massena
ware Engineer > > http://www.identityforge.com > >   > > > > > > > > From: "McKown, John" > > To: IBM-MAIN@bama.ua.edu > > Sent: Thursday, October 13, 2011 8:12 AM > > Subject: Re: C+

Re: C program and possible authority issues.

2011-10-13 Thread Arun Shanmugasundaram
ss  ---Please excuse my brevity. I'm trying to win The Email Game!-Original Message- Re: C program and possible authority issues. From: Scott Ford <scott_j_f...@yahoo.com>To: ibm-m...@bama.ua.eduDate: Thursday, October 13, 2011 at 6:07PM John: In ACF2 he should

Re: C++ program and possible authority issues.

2011-10-13 Thread Andre Massena
Life and Health Insurance Company.SM > > > > > -Original Message- > > From: IBM Mainframe Discussion List > > [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Andre Massena > > Sent: Thursday, October 13, 2011 6:09 AM > > To: IBM-MAIN@bama.ua.edu > >

Re: C++ program and possible authority issues.

2011-10-13 Thread Scott Ford
  From: "McKown, John" To: IBM-MAIN@bama.ua.edu Sent: Thursday, October 13, 2011 8:12 AM Subject: Re: C++ program and possible authority issues. In "", an error code of 139 is EPERM. But without knowing what function got the error, that is not of much use.

Re: C++ program and possible authority issues.

2011-10-13 Thread McKown, John
d The MEGA Life and Health Insurance Company.SM > -Original Message- > From: IBM Mainframe Discussion List > [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Andre Massena > Sent: Thursday, October 13, 2011 6:09 AM > To: IBM-MAIN@bama.ua.edu > Subject: C++ program and pos

Re: C++ program and possible authority issues.

2011-10-13 Thread Miklos Szigetvari
Hi The EPERM(139) error number can occur during the call of several kernel functions. I think you need to know in which function you got this EPERM(139) error. Maybe the simplest way to modify the code, end extend this "rc= -1 errno1 139" with some trace-back, dump . RACF setting, USS p

Re: C++ program and possible authority issues.

2011-10-13 Thread Erik Janssen
n.wikipedia.org/wiki/Perror)? Regards, Erik Janssen. -Oorspronkelijk bericht- Van: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] Namens Andre Massena Verzonden: donderdag 13 oktober 2011 13:09 Aan: IBM-MAIN@bama.ua.edu Onderwerp: C++ program and possible authority iss

C++ program and possible authority issues.

2011-10-13 Thread Andre Massena
Hello all, have just back-ported a c++ program (do not ask why).. to a z/OS 1.5 system. The program seems to start correctly, however my colleague informs me that he cannot stop the program - he issues an internal command to halt the program. In the /tmp/ message log I am seeing the followin