Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-15 Thread Farley, Peter x23353
Sent: Friday, November 15, 2019 5:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dynamically detect if CBLQDA is active from a COBOL program? [Default] On 15 Nov 2019 11:22:17 -0800, in bit.listserv.ibm-main peter.far...@broadridge.com (Farley, Peter x23353) wrote: >Unfortunately not possi

Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-15 Thread Frank Swarbrick
Holy cripes. Sorry man! From: IBM Mainframe Discussion List on behalf of Farley, Peter x23353 Sent: Friday, November 15, 2019 12:21 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dynamically detect if CBLQDA is active from a COBOL program? Unfortunately not

Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-15 Thread Clark Morris
at the end of job step. Clark Morris > >Peter > >-Original Message- >From: IBM Mainframe Discussion List On Behalf Of >Frank Swarbrick >Sent: Friday, November 15, 2019 2:11 PM >To: IBM-MAIN@LISTSERV.UA.EDU >Subject: Re: Dynamically detect if CBLQDA is active fr

Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-15 Thread Farley, Peter x23353
From: IBM Mainframe Discussion List On Behalf Of Frank Swarbrick Sent: Friday, November 15, 2019 2:11 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dynamically detect if CBLQDA is active from a COBOL program? If this default is at the system level, rather than at an individual program level, I w

Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-15 Thread Frank Swarbrick
Sent: Friday, November 15, 2019 11:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dynamically detect if CBLQDA is active from a COBOL program? Yes I do. It appears that our shop standard value is CBLQDA(ON). Why that is the case I do not know. Peter -Original Message- From: IBM

Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-15 Thread Farley, Peter x23353
: Dynamically detect if CBLQDA is active from a COBOL program? Do you have any reason to believe that CBLQDA(ON) is ever used in your shop? If CBLQCA is not already set to ON as default in your shop it seems unlikely to me that anyone is setting it explicitly somewhere. But I only have my own shop to

Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-13 Thread Clark Morris
frame Discussion List on behalf of >Farley, Peter x23353 >Sent: Wednesday, November 13, 2019 4:59 PM >To: IBM-MAIN@LISTSERV.UA.EDU >Subject: Re: Dynamically detect if CBLQDA is active from a COBOL program? > >Hi Tom, thanks for the reply. > >The specific problem I am tryin

Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-13 Thread Frank Swarbrick
... From: IBM Mainframe Discussion List on behalf of Farley, Peter x23353 Sent: Wednesday, November 13, 2019 4:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dynamically detect if CBLQDA is active from a COBOL program? Hi Tom, thanks for the reply. The specific problem I am trying to address

Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-13 Thread Farley, Peter x23353
ynamically detect if CBLQDA is active from a COBOL program? >Is it possible for a COBOL program to dynamically detect if LE option >CBLQDA is active? Not easily...but I would be surprised if it is different for different programs in the same region. You can run a program with RPTOPTS(

Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-13 Thread Tom Ross
>Is it possible for a COBOL program to dynamically detect if LE option CBLQDA > is active? Not easily...but I would be surprised if it is different for different programs in the same region. You can run a program with RPTOPTS(ON) to get an "options in effect" report from LE. You could search for

Re: Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-12 Thread Farley, Peter x23353
Discussion List On Behalf Of Farley, Peter x23353 Sent: Tuesday, November 12, 2019 1:28 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Dynamically detect if CBLQDA is active from a COBOL program? Is it possible for a COBOL program to dynamically detect if LE option CBLQDA is active? I have reviewed the

Dynamically detect if CBLQDA is active from a COBOL program?

2019-11-12 Thread Farley, Peter x23353
Is it possible for a COBOL program to dynamically detect if LE option CBLQDA is active? I have reviewed the LE callable subroutines and don't see an existing service which returns that information. Do I have to chase the LE control blocks to determine this information? (CAA -> CEECAAEDB -> CEE