Attribute K' should have been L'. Also note that macro statements can be used 
outside a macro's (no MACRO / MEND needed). In addition, macro statements are 
processed different than instructions. In this case, the  L' should be on the 
MVC instruction (MVC 0(L'&txt,R4),&TXT) because L'  on macro statements require 
the variable be defined prior to the SETA statement. When used on an 
instruction, the variable can be anywhere in your in your code.

Jon Perryman.


>________________________________
> From: John Gilmore <jwgli...@gmail.com>
>
>
>&txt      setc    'QVSIMGLOGICALPARTITIONNAME'
>&txtk     seta     k'QVSIMGLOGICALPARTITIONNAME
>
>            MVC    0(&txtk,R4),&txt
>

Reply via email to