ASSEMBLER-LIST Archives
IBM Mainframe Assembler List
[email protected]
        
Options:        Use Forum View

Use Proportional Font
Show HTML Part by Default
Condense Mail Headers

Message:        [<< First] [< Prev] [Next >] [Last >>]
Topic:  [<< First] [< Prev] [Next >] [Last >>]
Author:         [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Mime-Version:   
1.0
Content-Type:   
text/plain; charset="UTF-8"
Date:   
Wed, 13 Jul 2022 08:53:38 -0400
Reply-To:       
IBM Mainframe Assembler List <[email protected]>
Subject:        
Re: YA MGCRE RCF?
Content-Transfer-Encoding:      
quoted-printable
Message-ID:     
<[email protected]>
Sender:         
IBM Mainframe Assembler List <[email protected]>
From:   
Paul Gilmartin <[email protected]>
Parts/Attachments:      
text/plain (16 lines)

On Wed, 13 Jul 2022 12:27:06 +0000, Peter Relson  wrote:

>Definitely the lack of an equate for R12 should be corrected (such as by 
>adding an equate and a BASR R12,0). I'll get that taken care of.
>
Thanks.  But I may have misled myself by seeing CSECT; USING *; ...; END,
and assuming a user could simply wrap the example in an ASMACLG step
and test it.

Much more is needed: at least entry/exit code.  It might be better simply
to remove the CSECT and END and leave the example obviously a
fragment.

One other thing: I disapprove of hyperabbreviations in instructive
material, even though they might be "common k owledge" among
experts.  Rather than:
CMDCOMM  DC    CL4'D C '                THE ACTUAL COMMAND

I'd prefer:
CMDCOMM  DC    C'DISPLAY CONSOLES '  THE ACTUAL COMMAND

-- 
Thanks again,
gil

Reply via email to