On Mon, 26 Sep 2011 18:53:44 -0500, Robert Ngan <[email protected]> wrote:

>I'm currently PUNCHing out a PAGE statement.  It's just annoying that the
>assembler will not allowing me to use ORG ,4096 but does allow my
>convoluted DC which does the same thing.

Your "convoluted DC" ensures that the translate table is an integral
multiple of 4K bytes from the start of the SCECT, but unless the CSECT
is on a page boundary, the table will not be.

--
Tom Marchant

Reply via email to