What's wrong with DS V(foo) or DC V(foo)?

AFAIK a VCON has always required a relocatable symbol rather than an arbitrary 
expression. 


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


________________________________________
From: IBM Mainframe Assembler List <[email protected]> on behalf 
of [email protected] <[email protected]>
Sent: Thursday, September 10, 2020 5:21 PM
To: [email protected]
Subject: vcon in a dsect

What is the best way to represent a VCON in a DSECT? A DS V  requires some 
value:

TEST            DSECT
TESTVCON     DS 1VL4(DUMMY)

or

TESTVCON     DS 1AL4(*-*)

[TESTVCON     DS 1VL4(*-*)  generates assembler error message]

Either way you get the 4-byte placeholder, but is there a preferred way (or 
other way) of doing this?

Thank you.

Reply via email to