Ah ok. I do see that in the assembly listing below. Guess it's safer to use Y to avoid complications down the road. 0026F 00 00270 0008 195 APARMLST DC Y(APARMEND-APARMVAL)
________________________________ From: retired mainframer <[email protected]> To: [email protected] Sent: Tuesday, October 2, 2012 4:37 PM Subject: Re: Passing a parm between to programs The byte count at the front of the parm must be halfword aligned. AL2 will not align it. Y will. :>: -----Original Message----- :>: From: IBM Mainframe Assembler List [mailto:ASSEMBLER- :>: [email protected]] On Behalf Of Fred Rodgers :>: Sent: Tuesday, October 02, 2012 11:09 AM :>: To: [email protected] :>: Subject: Re: Passing a parm between to programs :>: :>: Thanks all. It appears that the Y(APARMEND-APARMVAL) and AL2(APARMEND- :>: APARMVAL) both work. I had tried the AL2, but left the quotes in rather :>: than parens, and of course it failed.
