Automatic reply: ASM tag problem

2012-10-01 Thread Steve Hazzard
I'm currently out of the office with limited access to email. I'll be returning on Monday, October 8th. Have a great day, Steve

Re: ASM tag problem

2012-10-01 Thread Jonathan Scott
Ref: Your note of Wed, 12 Sep 2012 19:45:04 -0500 Anyone who was following this thread might be interested to know that a PTF for HLASM is now available to address the problem with CLHHSI:MAC recently mentioned in this list by Robert Ngan and subsequently reported to IBM. The problem occurred if

Re: ASM tag problem

2012-09-12 Thread Robert Ngan
rryman To: ASSEMBLER-LIST@listserv.uga.edu Date: 2012/09/12 22:21 Subject: Re: ASM tag problem Sent by:IBM Mainframe Assembler List I suspect that inserting a COPY CLHHSI statement at the beginning of your program will also solve the problem. You might try moving your mac

Re: ASM tag problem

2012-09-12 Thread Jon Perryman
24 PM Subject: ASM tag problem The following example program gets ASMA057E if the first inline call to CLHHSI as a macro is not there. I think it's an assembler bug, can anyone say why this behavior would not be considered an error? Note: The CLHHSI macro (after the END) should be placed in a

ASM tag problem

2012-09-12 Thread Robert Ngan
The following example program gets ASMA057E if the first inline call to CLHHSI as a macro is not there. I think it's an assembler bug, can anyone say why this behavior would not be considered an error? Note: The CLHHSI macro (after the END) should be placed in an external library. TagTest TITLE