Re: Does the GET macro indicate EOF?

2024-05-09 Thread Rene BRANDT
Hi David, Have you acces to a DEB block ? there is the DEBEOF flag Just in case... René Le jeudi 9 mai 2024 à 04:18:29 UTC+2, David Eisenberg a écrit : Peter, Yes... I'm using ASMIDF. I can definitely set a manual breakpoint on the EOF label, and the breakpoint will be

Re: Decimal Floating Point Numbers

2024-03-07 Thread Rene BRANDT
Hi Michael, In Cobol it is no picture for comp-1 or comp-2 field. René Le mercredi 6 mars 2024 à 19:44:29 UTC+1, Schmitt, Michael a écrit : The decimal position in a COBOL field affects more than just the display*. It also affects rounding, truncation, scaling and alignment. For

Re: Don Higgins has retired from z390 development again

2024-03-06 Thread Rene BRANDT
Hi Don, For many, many years I have enthusiastically followed your comments and solutions, which were always very precise and to the point. I seem to have worked with PC370, didn't I? Thank you very much for your work. I hope you and your wife have a wonderful, restful retirement that lives

Re: ISPFHTML and z/OS 3.1

2023-12-19 Thread Rene BRANDT
Yves, Do you have the same display in 2.4? René Le mardi 19 décembre 2023 à 17:44:16 UTC+1, Yves Colliard a écrit : Bonjour René, oui je pense que vous avez raison - you could be right... is it documented? 00035000 000183A8 000184A8 000185A8 000186A8    0B4782C8 0135

Re: ISPFHTML and z/OS 3.1

2023-12-18 Thread Rene BRANDT
Hi Yves, Do You have the memoty at 00035000 (80bytes) ? I heard something about before we address and now we have address of address... but i don't remember more. René Le mardi 19 décembre 2023 à 07:43:59 UTC+1, Yves Colliard a écrit : Hello Mike, many thanks for your answer.

Re: SV: ASMA057E Undefined operation code SR 15,15

2023-11-15 Thread Rene BRANDT
09:56:13 UTC+1, Rene BRANDT <14a2846c6667-dmarc-requ...@listserv.uga.edu> a écrit : Hi, The problem is due tu use a variable name in the opcode in the macro definition. Rene 

Re: SV: ASMA057E Undefined operation code SR 15,15

2023-11-15 Thread Rene BRANDT
Hi, The problem is due tu use a variable name in the opcode in the macro definition. Rene

Re: Tutorials for z and HLASM?

2023-10-06 Thread Rene BRANDT
-yB6Ak=0ahUKEwjEntni7-CBAxW1VaQEHSt2AJ0Q4dUDCA8=5=erhman+pdf+%22Assembler+Language+Programming+for+IBM%22 Best wishes / Mejores deseos /  Meilleurs vœux Ian ...     On Friday, October 6, 2023 at 09:09:51 AM GMT+2, Rene BRANDT <14a2846c6667-dmarc-requ...@listserv.uga.edu> wrote: 

Re: Tutorials for z and HLASM?

2023-10-06 Thread Rene BRANDT
Hi Peter, Is it a site Where We can doWnload this tutorial ? Many thanks, René Le vendredi 6 octobre 2023 à 06:23:36 UTC+2, Farley, Peter <0dc9d8785c29-dmarc-requ...@listserv.uga.edu> a écrit : Maybe start with Dr. John Erhman's tutorial PDF?  Or is that too deep for the

Re: Placeholder Instruction

2023-09-25 Thread Rene BRANDT
hi, It's not the same between these 2 : WHEN 2 CONTINUE WHEN 3 ... in this case CONTINUE is a BRANCH to END-EVALUATE and WHEN 2 WHEN 3 in this case WHEN 2 execute the same instruction as WHEN 3 HTH René Le lundi 25 septembre 2023 à 23:55:30 UTC+2, Binyamin Dissen a écrit : On

Re: Self-documenting Bit Settings

2023-08-13 Thread Rene BRANDT
Hi, If you want it unaligned code it as : FLAGS DC XL4(LDAP_AUTH_ENABLED+TRACE) René Le vendredi 11 août 2023 à 19:25:04 UTC+2, Dave Clark a écrit :         Given this: FLAGS              DC    XL4'8001' LDAP_AUTH_ENABLED  EQU    X'0001'    LDAP AUTH IS ENABLED USE_SSL   

Re: Macros: sublists question

2023-08-02 Thread Rene BRANDT
Hi David, I don't understand your need of the = sign, and a question comes to me : why not using a 3rd parameter ? René Le mardi 1 août 2023 à 23:12:07 UTC+2, David Eisenberg a écrit : Thank you very much, everyone, for these rapid and helpful replies! I hear you all loud and

Re: IEFU86 WorkArea use ?

2023-07-09 Thread Rene BRANDT
J'en étais loin, je pensais que certaines entrées comme le logon n'avait pas de workarea... Bravo Bonne soirée, René Le dimanche 9 juillet 2023 à 14:31:58 UTC+2, Guillaume Boesel a écrit : My bad, I found the bug, I should have used         AH    R9,SMXP_WORKAREA_OFFSET  R9 =