Yes, we're doing assemblies in USS, except for the CICS bits. So we might could invoke DFHEAP1$ and then as? Hmm...something to tinker with! Thanks.
-----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Mario Bezzi Sent: Friday, March 6, 2026 9:10 AM To: [email protected] Subject: Re: Compiling C under USS Phil, I am sure you know that HLASM may be invoked from USS by using the as command If the program you want to assemble includes EXEC CICS commands, then you need to preprocess it first, using the CICS translator program DFHEAP1$. As far as I know HLASM doesn't provide integration for the CICS translator, and there is no USS command to invoke it. I wish I was wrong. This means to me that you would be responsible of properly pre-allocating the required DDNAMEs and of invoking it. Yes, although I didn't test it, I believe the STEPLIB environment variable would allow you to find and invoke DFHEAP1$. mario On 3/5/26 6:45 PM, Phil Smith III wrote: > Cool, thanks. > > I wonder if a STEPLIB will Just Work for assembler, then? We have a tiny bit > of CICS stuff and have been compiling it on the MVS side because we didn't > know how to make it work on the USS side. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
