On 26 February 2017 at 00:21, Joe Reichman <[email protected]> wrote: > I just cut and past the "RTMRADDR" from the documentation site and it > assembled don't understand
The keyword is RMTRADDR= . If you had posted the complete error messages from your assembly, this might have been resolved faster. BTW, the order of keyword operands on a macro invocation is irrelevant. In this case you were supplying what looks like a keyword RTMRADDR=, but since no such keyword was defined in the macro, it was taken to be a positional, and was then rejected by conditional assembly code in the macro. Good thing IBM put that in there... Otherwise your "keyword" would have been silently ignored. Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
