Re: Call by value, final

2023-04-10 Thread Allan Staller
ERV.UA.EDU Subject: Re: Call by value, final [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments as it may be a Phishing email, which can steal your Information and compromise your Computer.] On Sat, 8 Apr 2023, at 15:54, Paul

Re: Call by value, final

2023-04-09 Thread David Spiegel
Hi Jeremy, Maybe SMPSCDS? I do not recall (I've used both extensively) EVER seeing member names like that in SMPPTS and SMPSTS Regards, David On 2023-04-09 08:43, Jeremy Nicoll wrote: On Sun, 9 Apr 2023, at 11:10, Seymour J Metz wrote: Are you sure that you're not thinking of SMP through

Re: Call by value, final

2023-04-09 Thread Jeremy Nicoll
On Sun, 9 Apr 2023, at 11:10, Seymour J Metz wrote: > Are you sure that you're not thinking of SMP through SMP4, the free SMP > that preceeded SMP/E? Certain. I only ever used SMP/E - roughly between 1986 and the late 1990s. I don't recall precisely but I think these weird member names were

Re: Call by value, final

2023-04-09 Thread Seymour J Metz
...@letterboxes.org] Sent: Saturday, April 8, 2023 12:02 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Call by value, final On Sat, 8 Apr 2023, at 15:54, Paul Gilmartin wrote: > On Sat, 8 Apr 2023 04:27:04 +, Frank Swarbrick wrote: >> >>... The assembler seems OK with it,

Re: Call by value, final

2023-04-09 Thread Seymour J Metz
[IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [042bfe9c879d-dmarc-requ...@listserv.ua.edu] Sent: Saturday, April 8, 2023 1:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Call by value, final On Sat, 8 Apr 2023 09:15:32 -0700, M. Ray Mullins (Ray) wrote: >PDSEs allow mixed case al

Re: Call by value, final

2023-04-08 Thread Paul Gilmartin
On Sat, 8 Apr 2023 09:15:32 -0700, M. Ray Mullins (Ray) wrote: >PDSEs allow mixed case alias names up to 1023 bytes long. They can only be >seen through DESERV, so a utility not named ISPF can look at them (I think PDS >8.6 supports them). > >If you look at some of the CICS PDSE program object

Re: Call by value, final

2023-04-08 Thread Frank Swarbrick
by value, final On Sat, 8 Apr 2023 at 00:27, Frank Swarbrick wrote: > > For those interested, the following calls C function "@@GETCB" ( int > __getcb(int); ) passing the fullword 3 by value. There are several > alternatives, as discussed earlier, but t

Re: Call by value, final

2023-04-08 Thread M. Ray Mullins (Ray)
PDSEs allow mixed case alias names up to 1023 bytes long. They can only be seen through DESERV, so a utility not named ISPF can look at them (I think PDS 8.6 supports them). If you look at some of the CICS PDSE program object libraries, you can see them in the member list (again, not under

Re: Call by value, final

2023-04-08 Thread Jeremy Nicoll
On Sat, 8 Apr 2023, at 15:54, Paul Gilmartin wrote: > On Sat, 8 Apr 2023 04:27:04 +, Frank Swarbrick wrote: >> >>... The assembler seems OK with it, but the linker is converted to upper >> case, even though I've specified CASE(MIXED). >> > I'm surprised. In an experiment long ago I

Re: Call by value, final

2023-04-08 Thread Tony Harminc
On Sat, 8 Apr 2023 at 00:27, Frank Swarbrick wrote: > > For those interested, the following calls C function "@@GETCB" ( int > __getcb(int); ) passing the fullword 3 by value. There are several > alternatives, as discussed earlier, but this is what I am going with. > >

Re: Call by value, final

2023-04-08 Thread Paul Gilmartin
On Sat, 8 Apr 2023 04:27:04 +, Frank Swarbrick wrote: > >... The assembler seems OK with it, but the linker is converted to upper > case, even though I've specified CASE(MIXED). > I'm surprised. In an experiment long ago I was able to create a member in an (old-fashioned) PDS simply

Call by value, final

2023-04-07 Thread Frank Swarbrick
For those interested, the following calls C function "@@GETCB" ( int __getcb(int); ) passing the fullword 3 by value. There are several alternatives, as discussed earlier, but this is what I am going with. *** * see if we're