The IBMer that created that field name should be shot, quartered, then
rung up the pole.

Tony Thigpen

-----Original Message -----
 From: Tony Thigpen
 Sent: 02/20/2014 03:56 PM
Yep.
QVIS_L  EQU   L'QVSIMGLOGICALPARTITIONNAME
         MVC   0(QVIS_L,R4,QVSIMGLOGICALPARTITIONNAME

Of course, you can always play the "it will never change" card with:
         MVC   0(8,R4,QVSIMGLOGICALPARTITIONNAME
knowing that changing the length of this field will require an act of god.

Tony Thigpen

-----Original Message -----
  From: Frank M. Ramaekers
  Sent: 02/20/2014 03:39 PM
So you have to find a way to keep everything (in an instruction) on a
single line?

Frank M. Ramaekers Jr.


-----Original Message-----
From: IBM Mainframe Assembler List [mailto:ASSEMBLER-
l...@listserv.uga.edu] On Behalf Of Ed Jaffe
Sent: Thursday, February 20, 2014 2:26 PM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Re: HLASM continuation...

On 2/20/2014 12:08 PM, Frank M. Ramaekers wrote:
...what am I doing wrong here:



000728 0000 0000 0000 00000 00000  8032          MVC
0(L'QVSIMGLOGICALPARTITIONNAME,R4),                     *


QVSIMGLOGICALPARTITIONNAME    Move out the LPAR name

** ASMA074E Illegal syntax in expression -

Only macros can be continued that way. Normal instructions cannot have
embedded whitespace.

--
Edward E Jaffe
Phoenix Software International, Inc
831 Parkview Drive North
El Segundo, CA 90245
http://www.phoenixsoftware.com/




Reply via email to