On Tuesday, 08/22/2006 at 11:43 MST, william JANULIN 
<[EMAIL PROTECTED]> wrote:
> O.K. this particular exit I am using has a BAS
> instruction.
> 
> EX:    BAS  14,X01A740
> 
> this is being flagged as an undefined op code.
> I used VMFASM, do I need VMFHASM?

VMFASM invokes the CMS ASSEMBLE command which is the ancient and venerable 
XF assembler.  It is 370 only.

You can replace BAS with BAL in this case.  A double-check of the RACF 
book indicates that you are required to be AMODE 24, so no RMODE/AMODE 
operands are needed and *that* means you don't need HLASM for your exit.

Alan Altmark
z/VM Development
IBM Endicott

Reply via email to