Re: External dsect

2019-02-03 Thread Paul Gilmartin
On Wed, 30 Jan 2019 08:08:43 -0500, Peter Relson wrote: > >I'll quibble about the very title of this post. I'd say that there is no >such thing as an external dsect. >A dsect is just a mapping. What you are talking about is simply an >external CSECT of DC's for wh

Re: External dsect

2019-02-03 Thread Steve Smith
Bleah. "Good form" may be in the eye of the beholder. Personally, I see very little value in macro keywords that specify if or how to create one statement of output. I'd rather they leave it to the programmer to code CSECTs, DSECTs, etc. where he wants them. sas On Sun, Feb 3, 2019 at 3:34 PM

Re: External dsect

2019-02-03 Thread Charles Mills
[mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Seymour J Metz Sent: Sunday, February 3, 2019 12:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: External dsect It's good form to write a macro that, with an appropriate parameter, will generate either the CSECT or the DSECT. -- Shmuel (Seym

Re: External dsect

2019-02-03 Thread Seymour J Metz
esday, January 30, 2019 8:08 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: External dsect I do agree with all the posts that you should not do a LOAD in an exit. I'll quibble about the very title of this post. I'd say that there is no such thing as an external dsect. A dsect is just a ma

Re: External dsect

2019-01-31 Thread scott Ford
OAD in an exit. >> > I'll quibble about the very title of this post. I'd say that there is >> no >> > such thing as an external dsect. >> >> Well, there is such a thing, but it's not what this thread is discussing. >> A dsect is "external

Re: External dsect

2019-01-30 Thread scott Ford
ble about the very title of this post. I'd say that there is no > > such thing as an external dsect. > > Well, there is such a thing, but it's not what this thread is discussing. > A dsect is "external" if it is used like a DXD. i.e. the target of a > qcon. &g

Re: External dsect

2019-01-30 Thread Don Poitras
In article you wrote: > I do agree with all the posts that you should not do a LOAD in an exit. > I'll quibble about the very title of this post. I'd say that there is no > such thing as an external dsect. Well, there is such a thing, but it's not what this thread i

Re: External dsect

2019-01-30 Thread Elardus Engelbrecht
Peter Relson wrote: >I do agree with all the posts that you should not do a LOAD in an exit. Thanks and I also agree with that. Many years ago, it was my responsibility to load a module with LOAD EP= into a library using SMF UJI exit. That module is a DSECT containing a looong list of acco

Re: External dsect

2019-01-30 Thread Peter Relson
I do agree with all the posts that you should not do a LOAD in an exit. I'll quibble about the very title of this post. I'd say that there is no such thing as an external dsect. A dsect is just a mapping. What you are talking about is simply an external CSECT of DC's for whic

Re: External dsect

2019-01-29 Thread scott Ford
. Blaicher > Sent: Tuesday, January 29, 2019 10:52 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: External dsect > > If you are an ISV, then I would contact IBM and ask to get an ECVTCTBL > word assigned to your company. That word can be used to point to a CSA > structure of yo

Re: External dsect

2019-01-29 Thread Charles Mills
@Peter Relson is the custodian of the word assignments. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Christopher Y. Blaicher Sent: Tuesday, January 29, 2019 10:52 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: External dsect If

Re: External dsect

2019-01-29 Thread Matt Hogstrom
.EDU] On > Behalf Of Rob Schramm > Sent: Tuesday, January 29, 2019 1:33 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: External dsect > > Scott, > > Not to be overly critical, but isn't this scheme a little 1980's? I had > thought most products had moved

Re: External dsect

2019-01-29 Thread Christopher Y. Blaicher
t: Re: External dsect Scott, Not to be overly critical, but isn't this scheme a little 1980's? I had thought most products had moved away from this and moved to parm-driven with some sort of refresh or command driven override. Not saying it won't work.. because it will. I will let o

Re: External dsect

2019-01-29 Thread Rob Schramm
n the specifics. Rob Schramm Sent from my BlackBerry - the most secure mobile device   Original Message   From: idfli...@gmail.com Sent: January 29, 2019 12:19 PM To: IBM-MAIN@LISTSERV.UA.EDU Reply-to: IBM-MAIN@LISTSERV.UA.EDU Subject: External dsect All: I want to be able to have an options

External dsect

2019-01-29 Thread scott Ford
All: I want to be able to have an options program for our product that the customer updates. Then they would assemble/bind it and we can call it to pass options to our exits. The exits are system type exits, so i know I/O is limited or not existent. My question is if i want a program to build the