What is the problem with a VCON in a DSECT?
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Assembler List <[email protected]> on behalf of Charles Mills <[email protected]> Sent: Thursday, September 10, 2020 8:14 PM To: [email protected] Subject: Re: vcon in a dsect Sometimes one uses the same COPY member or macro in a CSECT in one place and a DSECT everywhere else. Yeah, you can use SET symbols make it vary between the two environments but that is a tad ugly. Charles -----Original Message----- From: IBM Mainframe Assembler List [mailto:[email protected]] On Behalf Of Kerry Liles Sent: Thursday, September 10, 2020 3:27 PM To: [email protected] Subject: Re: vcon in a dsect In a dsect I would just define it as Acon with comment that it is really a Vcon
