Re: Execute ASMA90 with tsocmd fails

2025-02-06 Thread Seymour J Metz
קֵּ֖ר From: IBM Mainframe Discussion List on behalf of David Frenzel Sent: Thursday, February 6, 2025 5:31 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Execute ASMA90 with tsocmd fails External Message: Use Caution There are a couple of emails I want to reply to. I'll try to put i

Re: Execute ASMA90 with tsocmd fails

2025-02-06 Thread Binyamin Dissen
On Thu, 6 Feb 2025 10:31:48 + David Frenzel wrote: :>There are a couple of emails I want to reply to. I'll try to put it into one. :>> Also I would expect :>> tsocmd -d "call *(asma90)" :>Thank you! That does the trick. Somehow, ASMA90 was still executing without the CALL but something got

Re: Execute ASMA90 with tsocmd fails

2025-02-06 Thread David Frenzel
log on using a regular SSH connection. ISHELL and the OMVS command have always been a big no-no for me. Cheers - David -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: Wednesday, 5 February 2025 22:50 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Execu

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Pew, Curtis G
I’ve never seen anything like that in ISHELL, but I may have missed something. On Feb 5, 2025, at 4:37 PM, Seymour J Metz wrote: The question is whether ISHELL includes compile panels comparable to those in ISPF/PDF. -- Curtis Pew, Mainframe Specialist The University of Texas at Austin | ET

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Seymour J Metz
Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> Sent: Wednesday, February 5, 2025 5:10 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Execute ASMA90 with tsocmd fails External Message: Use Caution On Wed, 5 Feb 2025 21:54:55 +, Seymour J Metz wrote: >I'd have to ch

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Pew, Curtis G
I’ve tried out ISHELL a few times. I never saw any advantage to it. I much prefer using ssh to get to a shell environment. On Feb 5, 2025, at 4:02 PM, Seymour J Metz wrote: Have you checked ISHELL? -- Curtis Pew, Mainframe Specialist The University of Texas at Austin | ET Campus Solutions

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Paul Gilmartin
On Wed, 5 Feb 2025 21:54:55 +, Seymour J Metz wrote: >I'd have to check the ISHELL panels to be sure, but I would expect it to work. > ??? Using ISHELL panels to drive a shell script to somehow call back to ISPF services to perform an assembly.

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Seymour J Metz
-MAIN@LISTSERV.UA.EDU Subject: Re: Execute ASMA90 with tsocmd fails External Message: Use Caution If the “chore” is assembling code from the Unix shell, then TSO is not very useful. You should follow Kirk’s advice and put your source in zFS files, and use the `make`, `as`, and `ld` commands

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Seymour J Metz
Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> Sent: Wednesday, February 5, 2025 4:24 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Execute ASMA90 with tsocmd fails External Message: Use Caution On Wed, 5 Feb 2025 21:07:23 +, Seymour J Metz wrote: >I can't remember

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Pew, Curtis G
Probably? I haven’t had the need to start a new project of this type since DFSF was introduced. On Feb 5, 2025, at 3:34 PM, Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: Would that work alike with DSFS? -- Curtis Pew, Mainframe Specialist The University of Texas at Au

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Paul Gilmartin
On Wed, 5 Feb 2025 21:38:51 +, Pew, Curtis G wrote: >Probably? I haven’t had the need to start a new project of this type since >DFSF was introduced. > > I'm trying to envision make's suffix rules operating properly. >On Feb 5, 2025, at 3:34 PM, Paul Gilmartin wrote: > >Would that work alik

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Paul Gilmartin
On Wed, 5 Feb 2025 21:21:27 +, Pew, Curtis G wrote: >If the “chore” is assembling code from the Unix shell, then TSO is not very >useful. ... With the bonus that with everything in zFS files it’s trivial to use `git` for version control. > Would that work alike with DSFS? Where's the DSFS U

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Paul Gilmartin
On Wed, 5 Feb 2025 21:07:23 +, Seymour J Metz wrote: >I can't remember the last time I had TSO without ISPF. With ISPF it's bog >simple. > Does that work from OMVS, which appears to be the OP's requirement? >>> On Wed, 5 Feb 2025 16:01:11 + David Frenzel wrote: >>> :> >>> :>I am trying

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Pew, Curtis G
If the “chore” is assembling code from the Unix shell, then TSO is not very useful. You should follow Kirk’s advice and put your source in zFS files, and use the `make`, `as`, and `ld` commands. With the bonus that with everything in zFS files it’s trivial to use `git` for version control. On

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Seymour J Metz
f of Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> Sent: Wednesday, February 5, 2025 3:23 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Execute ASMA90 with tsocmd fails External Message: Use Caution On Wed, 5 Feb 2025 15:00:42 -0500, Gord Tomlin wrote: >Why not use the z/O

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Paul Gilmartin
On Wed, 5 Feb 2025 15:00:42 -0500, Gord Tomlin wrote: >Why not use the z/OS UNIX "as" command? > >It's described in the z/OS UNIX System Services Command Reference. > That's ... or write a Rex

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Kirk Wolf
Agree 100%. FWIW, we have something like this in our z/OS Makefiles: _AS_MACLIB = CEE.SCEEMAC:SYS1.MACLIB:SYS1.MODGEN:HLA.SASMMAC2 ASMFLAGS = "--GOFF,ESD" %.o : %.s _AS_MACLIB=$(_AS_MACLIB) as $(ASMFLAGS) -a -o $*.o $*.s > $*.list PS> Just put your sources into zFS you dinos :-) Kirk Wo

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Gord Tomlin
Why not use the z/OS UNIX "as" command? It's described in the z/OS UNIX System Services Command Reference. On 2025-02-05 13:11 PM, Binyamin Dissen wrote: Don't understand most of the shell stuff, but ASMA90 is not a TSO command - it is a program. If invoked with multiple parameters (which it w

Re: Execute ASMA90 with tsocmd fails

2025-02-05 Thread Binyamin Dissen
Don't understand most of the shell stuff, but ASMA90 is not a TSO command - it is a program. If invoked with multiple parameters (which it would be if invoked as a TSO command), one of the parameters is overriding DDNAMEs. There appears to be an AS command. Also I would expect tsocmd -d "call

Execute ASMA90 with tsocmd fails

2025-02-05 Thread David Frenzel
Hi, I am trying to execute the assembler ASMA90 with tsocmd from a shell script in USS. My shell script is simple: #!/bin/sh export sysin="alloc dsname('IBMUSER.BMSPDSE(BMS)') shr reuse" export TSOALLOC=sysin export syslin="alloc dsname('IBMUSER.PROG.OBJ') shr reuse" export TSOALLOC=syslin:$TSO