>>Similar question. Is it transparent, perhaps triggering FTP from a HLASM >>exit?
FLOWASM is implemented as a HLASM exit via ASMAOPT : EXIT(INX(FLOWASM),LBX(FLOWASM),PRX(FLOWASM)) Therefore it is just part of the normal ASMA90 step. You can mix and match traditional and FLOWASM style code in the same source member. You can use FLOWASM style code in your macros as well. Rob Scott Rocket Software -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Paul Gilmartin Sent: 04 June 2021 16:40 To: [email protected] Subject: Re: Slickedit now supports FLOWASM syntax highlighting for HLASM EXTERNAL EMAIL On Fri, 4 Jun 2021 07:12:03 -0700, Ed Jaffe wrote: >On 6/4/2021 7:01 AM, Paul Gilmartin wrote: >> Does FLOWASM support library macros? > >Haha! Of course it does! It wouldn't be much use if it didn't! LOL > Is it transparent, not requiring an explicit conversion step? On Fri, 4 Jun 2021 14:54:51 +0000, Rob Scott wrote: >> Has anyone tried Slick + git + NFS + FLOWASM? > >Almost. > >"SlickEdit (using FTP as transport) + zFS + git on z/OS + FLOWASM" > Similar question. Is it transparent, perhaps triggering FTP from a HLASM exit? We used SlickEdit with NFS and BPAM support for UNIX files; transparent. Prior to BPAM support we used HLASM exits to access NFS. HLASM exit support improved greatly once it provided a MEXIT call. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ================================ Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ Main Office Toll Free Number: +1 855.577.4323 Contact Customer Support: https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - http://www.rocketsoftware.com/manage-your-email-preferences Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy ================================ This communication and any attachments may contain confidential information of Rocket Software, Inc. All unauthorized use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify Rocket Software immediately and destroy all copies of this communication. Thank you. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
