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