On 5/11/2014 5:16 PM, [email protected] wrote:
What would be thr proper technique for assembling IEFSSOBH IEFSSCM IEFJSSIB
The ORG with a name must appear in the same C/D/RSECT as the name, either by coding it after the name (or macro that expands the name), or by preceding it with the correct xSECT statement. Also it is consider good practice to code DSECTs for all mapping macros that don't expand their own. This avoids nasty surprises when the wrong resolution is used for a subsequent macro. Gerhard Postpischil Bradford, Vermont
