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: IBM VTS and cloud

2024-03-31 Thread Tomer Zelberzvig
Hi Radoslaw, You can also use BMC AMI Cloud to create that third data copy in the cloud. Feel free to reach out to me for any questions: tomer_zelberz...@bmc.com https://www.bmc.com/it-solutions/bmc-ami-cloud.html -- For

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

Re: SSI Corrupted Registers

2024-03-31 Thread Binyamin Dissen
On Sat, 30 Mar 2024 22:44:30 GMT "esst...@juno.com" wrote: :>I am looking at Sub System Interface Function Codes 04, 08, 10. and 50. : :>I Understand there's a protocol for providing response codes using SSOBRETN and Register 15 - :. :>What if upon entry to an SSI Function Routine Register 1