Re: LE Recovery

2017-12-05 Thread Peter Hunkeler
>I call out to assembler and establish the ESTAE after LE initialization -- in >my application code, in other words. From the LE Programming Guide, topic "System Services available to assembler routines": "The system-provided service should not be used. If you use this service, itdirectly

Re: LE Recovery

2017-12-05 Thread Charles Mills
Yep. Exactly. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of scott Ford Sent: Tuesday, December 5, 2017 9:07 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: LE Recovery Charles: You have a LE Assembler driver who establishes

Re: LE Recovery

2017-12-05 Thread scott Ford
ication code, in other words. > > Charles > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Tom Marchant > Sent: Tuesday, December 5, 2017 4:47 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: LE Recovery &g

Re: LE Recovery

2017-12-05 Thread Charles Mills
-MAIN@LISTSERV.UA.EDU Subject: Re: LE Recovery On Mon, 4 Dec 2017 17:28:41 -0500, scott Ford wrote: >If i had a main line in assembler and set a ESTAE before calling a >Cobol main routine, could i intercept the 'C stcname' and be able to >recovery ? I'm not sure. Having set you

Re: LE Recovery

2017-12-05 Thread John McKown
On Tue, Dec 5, 2017 at 6:47 AM, Tom Marchant < 000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote: > On Mon, 4 Dec 2017 17:28:41 -0500, scott Ford wrote: > > >If i had a main line in assembler and set a ESTAE before calling a Cobol > >main routine, > >could i intercept the 'C stcname' and be

Re: LE Recovery

2017-12-05 Thread Tom Marchant
On Mon, 4 Dec 2017 17:28:41 -0500, scott Ford wrote: >If i had a main line in assembler and set a ESTAE before calling a Cobol >main routine, >could i intercept the 'C stcname' and be able to recovery ? I'm not sure. Having set your ESTAE(X), then calling your Cobol main routine, I'm pretty

Re: LE Recovery

2017-12-04 Thread Charles Mills
017 3:20 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: LE Recovery On Mon, Dec 4, 2017 at 4:28 PM, scott Ford <idfli...@gmail.com> wrote: > All: > > I have a STC in LE Cobol -- and want to be able to take action if an > operator enters 'C stcname' from the console. >

Re: LE Recovery

2017-12-04 Thread John McKown
On Mon, Dec 4, 2017 at 4:28 PM, scott Ford wrote: > All: > > I have a STC in LE Cobol -- and want to be able to take action if an > operator enters > 'C stcname' from the console. > > I dont think i can use a condition handler to do this, please correct me if > I am wrong.

Re: LE Recovery

2017-12-04 Thread Charles Mills
ssage- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of scott Ford Sent: Monday, December 4, 2017 2:29 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: LE Recovery All: I have a STC in LE Cobol -- and want to be able to take action if an operator enters 'C stcname'

LE Recovery

2017-12-04 Thread scott Ford
All: I have a STC in LE Cobol -- and want to be able to take action if an operator enters 'C stcname' from the console. I dont think i can use a condition handler to do this, please correct me if I am wrong. But I had a thought.. If i had a main line in assembler and set a ESTAE before