Re: Attributes of an assemler symbol

2024-04-01 Thread Seymour J Metz
יְשַׁקֵּ֖ר From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> Sent: Monday, April 1, 2024 10:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Attributes of an assemler symbol On Mon, 1 Apr 2024 13

Re: Attributes of an assemler symbol

2024-04-01 Thread Seymour J Metz
From: IBM Mainframe Discussion List on behalf of Binyamin Dissen Sent: Monday, April 1, 2024 10:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Attributes of an assemler symbol I don't see an obvious way to use it in macro code. N' already has a meaning

Re: Attributes of an assemler symbol

2024-04-01 Thread Binyamin Dissen
ISTSERV.UA.EDU :>Subject: Attributes of an assemler symbol :> :>Given :> :> FOO DS 10CL5 :> :>which attribute / macro function extracts the repetition count - 10 :> :>I assume that it must exist but I am not finding it. -- Binyamin Dissen http://www.diss

Re: Attributes of an assemler symbol

2024-04-01 Thread Paul Gilmartin
On Mon, 1 Apr 2024 13:38:22 +, Seymour J Metz wrote: >The obvious answer, which, alas, isn't supported, would be the N' attribute. >RFE? > Idea? This belongs on ASSEMBLER-LIST. Does it matter that the values in a symbol can vary between repetitions? E.g.: TABLE DC 256AL1(*-TABLE)

Re: Attributes of an assemler symbol

2024-04-01 Thread Seymour J Metz
Dissen Sent: Sunday, March 31, 2024 4:53 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Attributes of an assemler symbol Given FOO DS 10CL5 which attribute / macro function extracts the repetition count - 10 I assume that it must exist but I am not finding it. -- Binyamin Dissen http

Re: Attributes of an assemler symbol

2024-03-31 Thread Binyamin Dissen
Count attribute (K') The count attribute applies only to macro instruction operands, to SET symbols, and to the system variable symbols. It has a numeric value equal to the number of characters: On Sun, 31 Mar 2024 09:59:08 -0500 Stephen Donaldson wrote: :>Try: K' for the count. -- Binyamin

Re: Attributes of an assemler symbol

2024-03-31 Thread Stephen Donaldson
Try: K' for the count. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Attributes of an assemler symbol

2024-03-31 Thread Bernd Oppolzer
I forgot the SETA, of course:    LCLA    SETA 10 FOO    DS    Am 31.03.2024 um 11:31 schrieb Bernd Oppolzer: I don't know the answer to your question. Don't know, if such an attribute exists or if the repetition count is really stored as an attribute of the symbol. But:

Re: Attributes of an assemler symbol

2024-03-31 Thread Bernd Oppolzer
I don't know the answer to your question. Don't know, if such an attribute exists or if the repetition count is really stored as an attribute of the symbol. But: FOODS10CL5 ENDFOO EQU * COUNTFOO   EQU   (ENDFOO-FOO)/L'FOO This way you can compute the count and put it into a

Attributes of an assemler symbol

2024-03-31 Thread Binyamin Dissen
Given FOO DS 10CL5 which attribute / macro function extracts the repetition count - 10 I assume that it must exist but I am not finding it. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel