mvslovers / brexx370

MVS version of Vasilis Vlachoudis awesome rexx implementation
46 stars 11 forks source link

Receiving a S0C4 in BRXXTEST 2nd step: BANNER #77

Closed JayMoseleyTX closed 4 years ago

JayMoseleyTX commented 4 years ago

This is with new installation of V2R3B3. I have tried re-installing a few times with the same result. V2R2M1 has been running for a while on this system with no problem. I cannot see anything obvious. Any suggestions welcomed.

brxxinst.pdf brxxtest.pdf

mgrossmann commented 4 years ago

Hi Jay,

glad to have you testing our brexx. I will talk to @Peter-Jacob, tomorrow. We have a new Beta version of V2R3 ready. Just the packaging has to be done.

I keep you informed, here.

Mike

P.S. Can you do a simple RX call in TSO? Is this abending, too?

Peter-Jacob commented 4 years ago

Hello Jay,

Thank you for your finding. We discovered it a couple of days ago too. The problem arises because of the removal of the BREXXSTD load module from our installation process but forgot to change it in the Test JCL.

The circumvention is to replace BREXXSTD by BREXX in the BREXXTEST Job. You should also remove BREXXSTD in SYS2.LINKLIB.

Our apologies for the trouble!

The error has been corrected in the forthcoming release delivery.

Regards Peter

JayMoseleyTX commented 4 years ago

Hi Jay,

glad to have you testing our brexx. I will talk to @Peter-Jacob, tomorrow. We have a new Beta version of V2R3 ready. Just the packaging has to be done.

I keep you informed, here.

Mike

P.S. Can you do a simple RX call in TSO? Is this abending, too?

Yes, if I execute a simple REXX with only a SAY in it, the script seems to execute properly, but still received the S0C4 abend.

Screenshot_2020-11-25_07-24-03

JayMoseleyTX commented 4 years ago

Hello Jay, Thank you for your finding. We discovered it a couple of days ago too. The problem arises because of the removal of the BREXXSTD load module from our installation process but forgot to change it in the Test JCL. The circumvention is to replace BREXXSTD by BREXX in the BREXXTEST Job. You should also remove BREXXSTD in SYS2.LINKLIB. Our apologies for the trouble! The error has been corrected in the forthcoming release delivery. Regards Peter

I replaced PGM=BREXXSTD with PGM=BREXX. Still receive the S0C4 abend.

mgrossmann commented 4 years ago

Hello, Jay,

you get the 0C4 at the end of the execution because your Hercules has not enabled the TCP/IP extension. This error has already been fixed. We have released the final version of V2R3 today. Peter is currently building the installer / archive. Please be patient for a moment until the new archive is available on GitHub.

Thanks for testing.

Mike

mgrossmann commented 4 years ago

small hint...

such simple rexx scripts can be called as:

rx - say 'HI'

Mike

Peter-Jacob commented 4 years ago

Hello Jay,

We have released the new BREXX/370 V2R3M0. It should resolve all problems you discovered.

We tested explicitly the TCP cleanup problem, which arises in non-TK4 systems with deactivated TCP support.

https://github.com/mvslovers/brexx370/releases/download/V2R3M0/BREXX370_V2R3M0.zip

Thank you for testing!

Regards

Peter

Von: JayMoseleyTX notifications@github.com Gesendet: Mittwoch, 25. November 2020 14:30 An: mvslovers/brexx370 brexx370@noreply.github.com Cc: Peter-Jacob PeterJ88@t-online.de; Mention mention@noreply.github.com Betreff: Re: [mvslovers/brexx370] Receiving a S0C4 in BRXXTEST 2nd step: BANNER (#77)

Hello Jay, Thank you for your finding. We discovered it a couple of days ago too. The problem arises because of the removal of the BREXXSTD load module from our installation process but forgot to change it in the Test JCL. The circumvention is to replace BREXXSTD by BREXX in the BREXXTEST Job. You should also remove BREXXSTD in SYS2.LINKLIB. Our apologies for the trouble! The error has been corrected in the forthcoming release delivery. Regards Peter

I replaced PGM=BREXXSTD with PGM=BREXX. Still receive the S0C4 abend.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mvslovers/brexx370/issues/77#issuecomment-733706833 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ALA23N7NUHJ5ABMX4PP64U3SRUBEFANCNFSM4UBI6EGQ . https://github.com/notifications/beacon/ALA23NY6YEFRYXBAENSWDLTSRUBEFA5CNFSM4UBI6EG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFO5XUUI.gif

JayMoseleyTX commented 4 years ago

Peter,

Thanks. I grabbed V2R3M0 this morning and installed it. The S0C4 abend no longer occurs.

Thanks, Jay