There are several problems in your snippet. First of all, V(x) is valid only in a DC instruction or literal reference (which is another way of saying DC instruction). Second, =v(x) will fail because llilf wants an absolute value.

This works:

 extern bpx4gui
 larl   bpx4gui

or even (if I can presume a basr 14,15 following):

 jas 14,bpx4gui  (there is even a jasl nowadays)

You get warning 215 with object (that is, not goff); and the CMS loader will likely not know what to do with the external reference (haven't tried).

However, if your question came from z/OS, the jas[l] will work with a program object and that is the way to do it.

On 06/20/2016 04:56 PM, Steve Smith wrote:
Why shouldn't this be allowed:

00000182 0000 0000 0000          00000000    294          LLILF
R15,V(BPX4GUI)          GET THE EPA
ASMA044E Undefined symbol - V
ASMA173S Delimiter error, expected blank - (BPX4GUI)

Reply via email to