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.
Robert Ngan CSC Financial Services Group |------------> | From: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |John Ehrman <[email protected]> | >--------------------------------------------------------------------------------------------------------------------------------------------------| |------------> | To: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |[email protected] | >--------------------------------------------------------------------------------------------------------------------------------------------------| |------------> | Date: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |2011/09/26 18:41 | >--------------------------------------------------------------------------------------------------------------------------------------------------| |------------> | Subject: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |Re: Page alignment requirement for TROT table | >--------------------------------------------------------------------------------------------------------------------------------------------------| The binder can generate load modules from GOFF input, so you should be able to get the result you want with the GOFF option. HLASM has two problems: (1) There's no way to encode any alignment stricter than quad in the old "OBJ" object format. (2) Automatically generating a binder control statement wouldn't work on VM, VSE or zLinux. Or, since you know you're running on z/OS, can you just PUNCH or REPRO the PAGE record?
