Yes, the spaces are there, before PUNCH and before ALIAS as follows: " PUNCH ' ALIAS XYZ,ABC' "
-----Mensagem original----- De: IBM Mainframe Assembler List <[email protected]> Em nome de Bertus Bekker Enviada em: quinta-feira, 7 de março de 2024 05:37 Para: [email protected] Assunto: Re: HLASM PUNCH statement Used to do this a lot, but always had a space in front of the linkage editor command. On Thu, Mar 7, 2024 at 10:01 AM Binyamin Dissen <[email protected]> wrote: > How about post-processing the object deck, split out records that do not > begin > with x'02' and then merge them at the end? > > Probably can be done in a SORT step. > > On Wed, 6 Mar 2024 14:44:05 -0300 João Reginato <[email protected]> > wrote: > > :>Hi > :> > :> > :> > :>PUNCH ‘ALIAS XYZ,ABC’ > :> > :> > :> > :>In the past I used the punch above with no problems at all. > :> > :>But now, using HLASM, the Binder says: > :> > :> > :> > :>IEW2556W 4604 RECORD NUMBER 22 OF THE CURRENT OBJECT MODULE HAS AN > INVALID > :>OBJECT IDENTIFIER IN COLUMN 1. > :> > :> > :> > :>How can I put the punch at the beginning or the end of the object module > if > :>it is generated in a macro call in the middle of the source? > :> > :>Is there a way or maybe another statement to do it? > :> > :> > :> > :>TIA > :> > :>João > :> > :> > :> > :> > > -- > Binyamin Dissen <[email protected]> > http://www.dissensoftware.com > > Director, Dissen Software, Bar & Grill - Israel >
