Learn something new every day.

Thanks all,
Frank M. Ramaekers Jr.


> -----Original Message-----
> From: IBM Mainframe Assembler List [mailto:ASSEMBLER-
> [email protected]] On Behalf Of Tony Thigpen
> Sent: Thursday, February 20, 2014 2:56 PM
> To: [email protected]
> Subject: Re: HLASM continuation...
>
> 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-
> >> [email protected]] On Behalf Of Ed Jaffe
> >> Sent: Thursday, February 20, 2014 2:26 PM
> >> To: [email protected]
> >> 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