RES: Reseting RMODE

2023-12-01 Thread João Reginato
I meant "receive the error msg that follows": ASMA186E AMODE/RMODE already set for this ESD item I know what RMODE does do. But I have a program that can or not call TPUT. If it calls, so I'd like to set RMODE 24, otherwise 31. But 31 was already set in the beginning of the CSECT. It could simply

RES: Reseting RMODE

2023-12-01 Thread João Reginato
Depending on the situation, yes, it does make sense during a compilation phase -Mensagem original- De: IBM Mainframe Assembler List Em nome de Ed Jaffe Enviada em: sexta-feira, 1 de dezembro de 2023 17:01 Para: ASSEMBLER-LIST@LISTSERV.UGA.EDU Assunto: Re: Reseting RMODE On 12/1/2023 11:

RES: Reseting RMODE

2023-12-02 Thread João Reginato
So why there is an RMODE instruction in HLASM? If I use a DCB inside my pgm it must be defined in RMODE 24, right? So how can I tell it to the binder at compilation time? -Mensagem original- De: IBM Mainframe Assembler List Em nome de Tony Harminc Enviada em: sexta-feira, 1 de dezembro d

RES: Reseting RMODE

2023-12-02 Thread João Reginato
Ok but it could be changed. Why not? -Mensagem original- De: IBM Mainframe Assembler List Em nome de Ed Jaffe Enviada em: sexta-feira, 1 de dezembro de 2023 17:01 Para: ASSEMBLER-LIST@LISTSERV.UGA.EDU Assunto: Re: Reseting RMODE On 12/1/2023 11:27 AM, Jon Perryman wrote: > On Fri, 1 Dec

RES: Reseting RMODE

2023-12-04 Thread João Reginato
As I've said before, I wasn't clear enough here. My intent is to change the RMODE during the compilation phase only. I have all CSECTS with RMODE ANY so, one of them, need to be RMODE 24, and I cannot change it because the HLASM doesn't allow that. despite it hasn't finished the compilation of all

RES: Reseting RMODE

2023-12-04 Thread João Reginato
Yes that solves it. Thank you -Mensagem original- De: IBM Mainframe Assembler List Em nome de Paul Gilmartin Enviada em: segunda-feira, 4 de dezembro de 2023 12:48 Para: ASSEMBLER-LIST@LISTSERV.UGA.EDU Assunto: Re: Reseting RMODE (Don't be greedy; don't set personal "Reply-to:") On 12

RES: Reseting RMODE

2023-12-04 Thread João Reginato
Yes, that's it -Mensagem original- De: IBM Mainframe Assembler List Em nome de Gary Weinhold Enviada em: segunda-feira, 4 de dezembro de 2023 13:59 Para: ASSEMBLER-LIST@LISTSERV.UGA.EDU Assunto: Re: Reseting RMODE I think I understand: you wish the last RMODE in a CSECT to override all

RES: Reseting RMODE

2023-12-04 Thread João Reginato
That's it Thank you all -Mensagem original- De: IBM Mainframe Assembler List Em nome de Gary Weinhold Enviada em: segunda-feira, 4 de dezembro de 2023 13:59 Para: ASSEMBLER-LIST@LISTSERV.UGA.EDU Assunto: Re: Reseting RMODE I think I understand: you wish the last RMODE in a CSECT to ov

Re: RES: Reseting RMODE

2023-12-01 Thread Ed Jaffe
On 12/1/2023 1:06 PM, João Reginato wrote: But I have a program that can or not call TPUT. If it calls, so I'd like to set RMODE 24, otherwise 31. We issue TPUT all over the place in 31-bit mode (AMODE/RMODE). If I did have a function that required RMODE(24), I would not force an entire modul

RES: RES: Reseting RMODE

2023-12-02 Thread João Reginato
need to change it. I'll read more about RMODE(SPLIT). thanks -Mensagem original- De: IBM Mainframe Assembler List Em nome de Ed Jaffe Enviada em: sexta-feira, 1 de dezembro de 2023 19:57 Para: ASSEMBLER-LIST@LISTSERV.UGA.EDU Assunto: Re: RES: Reseting RMODE On 12/1/2023 1:06 PM,

Re: RES: Reseting RMODE

2023-12-02 Thread Steve Smith
This conversation is making less and less sense. Since when does TPUT use a DCB? On the original question: RMODE sets a flag on the module that ultimately tells program fetch to load your program above or below the line (or bar, these days). Once loaded, what do you expect to happen on an RMODE

RES: RES: Reseting RMODE

2023-12-02 Thread João Reginato
nome de Steve Smith Enviada em: sábado, 2 de dezembro de 2023 12:00 Para: ASSEMBLER-LIST@LISTSERV.UGA.EDU Assunto: Re: RES: Reseting RMODE This conversation is making less and less sense. Since when does TPUT use a DCB? On the original question: RMODE sets a flag on the module that ultimately

Re: RES: Reseting RMODE

2023-12-02 Thread Tony Harminc
On Sat, 2 Dec 2023 at 13:13, João Reginato wrote: > Sorry guys > my poor english may be causing misunderstanding. > Perhaps, but it's a lot better than my Portuguese. I think we can understand it pretty well. :-) > You're right, TPUT doesn't use DCB and doesn't need RMODE 24 neither. > I don't

Re: RES: Reseting RMODE

2023-12-02 Thread Seymour J Metz
קֵּ֖ר From: IBM Mainframe Assembler List on behalf of Tony Harminc Sent: Saturday, December 2, 2023 1:49 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: RES: Reseting RMODE On Sat, 2 Dec 2023 at 13:13, João Reginato wrote: > Sorry guys > my p

RES: RES: Reseting RMODE

2023-12-02 Thread João Reginato
ion in the object output, before passing it to the binder. Anyway, thank you all for the answers. Regards João -Mensagem original- De: IBM Mainframe Assembler List Em nome de Tony Harminc Enviada em: sábado, 2 de dezembro de 2023 15:49 Para: ASSEMBLER-LIST@LISTSERV.UGA.EDU Assunto: Re: RES

Re: RES: Reseting RMODE

2023-12-04 Thread Tom Harper
João, What has been hinted at here is that all you need to do is to have two CSECTs, one which is RMODE(ANY) and a second one which is RMODE(24). You can have as many CSECTs in a single assembly as you wish. Then, just call the RMODE(24) CSECT when you need it. Tom Harper Phoenix Software

RES: RES: Reseting RMODE

2023-12-04 Thread João Reginato
Yes, I know that but it doesn't solve my problem -Mensagem original- De: Tom Harper Enviada em: segunda-feira, 4 de dezembro de 2023 11:49 Para: jb.regin...@gmail.com Cc: ASSEMBLER-LIST@listserv.uga.edu Assunto: Re: RES: Reseting RMODE João, What has been hinted at here is tha

Re: RES: RES: Reseting RMODE

2023-12-04 Thread Tom Harper
de dezembro de 2023 11:49 > Para: jb.regin...@gmail.com > Cc: ASSEMBLER-LIST@listserv.uga.edu > Assunto: Re: RES: Reseting RMODE > > João, > > What has been hinted at here is that all you need to do is to have two > CSECTs, one which is RMODE(ANY) and a second one which

ENC: RES: RES: Reseting RMODE

2023-12-04 Thread João Reginato
.FINEND GOT IT? -Mensagem original- De: Tom Harper Enviada em: segunda-feira, 4 de dezembro de 2023 12:12 Para: jb.regin...@gmail.com Cc: ASSEMBLER-LIST@listserv.uga.edu Assunto: Re: RES: RES: Reseting RMODE I think it does solve your problem. What doesn’t it solve? Sent from my i