Re: Close MACRO in Z390

2020-05-16 Thread Seymour J Metz
Same macro library or different? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Assembler List [ASSEMBLER-LIST@LISTSERV.UGA.EDU] on behalf of Dave Wade [dave.g4...@gmail.com] Sent: Saturday, May 16, 2020 3:30 PM To:

Re: Close MACRO in Z390

2020-05-16 Thread Seymour J Metz
I don't know why it works in XF, but I do know that it has incompatibilities both with F and H. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Assembler List [ASSEMBLER-LIST@LISTSERV.UGA.EDU] on behalf of Dave Wade

Re: Close MACRO in Z390

2020-05-16 Thread Dave Wade
Edward, Thanks, and that fixes it, but looking at the IBM docs they imply that "()" is acceptable! Why does it work in XF! I don't have access to a modern assembler (well there might be Assembler H on the P390) Can someone check it works on the current assembler? Dave > -Original

Re: Close MACRO in Z390

2020-05-16 Thread Charles Mills
Yer welcome. Charles -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Dave Wade Sent: Saturday, May 16, 2020 2:01 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Close MACRO in Z390 Paul Well (,) also works... Dave P.S.

Re: Close MACRO in Z390

2020-05-16 Thread Dave Wade
Paul Well (,) also works... Dave P.S. how can such simple code cause such issues... > -Original Message- > From: IBM Mainframe Assembler List l...@listserv.uga.edu> On Behalf Of Paul Gilmartin > Sent: 16 May 2020 21:48 > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: Close MACRO in

Re: Close MACRO in Z390

2020-05-16 Thread Paul Gilmartin
On 2020-05-16, at 14:20:04, Charles Mills wrote: > > *Should* work. Open an RCF if you feel inclined. > For z390? > [label] CLOSE ([dcb address,],[option],...) > [,TYPE=T] > [,MF=L > [,MODE=24|31] > > That shows the "stuff" inside the parentheses as optional. Well, I guess not > the comma. If

Re: Close MACRO in Z390

2020-05-16 Thread Charles Mills
*Should* work. Open an RCF if you feel inclined. [label] CLOSE ([dcb address,],[option],...) [,TYPE=T] [,MF=L [,MODE=24|31] That shows the "stuff" inside the parentheses as optional. Well, I guess not the comma. If you felt inclined you could try CLOSE (,),MF=L. Actually the doc is surely

Re: Close MACRO in Z390

2020-05-16 Thread Ed Jaffe
On 5/16/2020 12:30 PM, Dave Wade wrote: CLOSEMAC CLOSE (),MF=L I would code it this way: CLOSEMAC CLOSE (*-*),MF=L -- Phoenix Software International Edward E. Jaffe 831 Parkview Drive North El Segundo, CA 90245 https://www.phoenixsoftware.com/

Close MACRO in Z390

2020-05-16 Thread Dave Wade
Folks, Having a bit of a senior moment. I have some code that assembled fine with IFOX on VM/370R6 but fails on this close CLOSEMAC CLOSE (),MF=L with + MNOTE 12,'*** IHB006 INVALID REGISTER NOTATION WITH MF=L FORM.' On Z390. I wonder if I am missing an option to