Re: Call XMIT from batch program



On Wed, 30 Apr 2008 09:26:51 -0400, Scott Ford wrote:

We actually build the Xmit jcl dynamically via Rexx and then submit the
Process.

Are you running Rexx under TSO TMP? If so, why not just issue
XMIT from Rexx?

From: IBM Mainframe Discussion List [mailto:IBM-MAIN@xxxxxxxxxxx] On Behalf
Of Martin Packer
Sent: Wednesday, April 30, 2008 4:42 AM

I'd do it from a TSO step. At least that works for XMIT. Probably RECEIVE
as well - though you'd have to know WHEN to RECEIVE.

If the RECEIVE is from INDD or INDSN, that's probably not a problem.

Now, a harder question: Has anyone running a Rexx EXEC under Unix
System Services succeeded in doing either

address TSO TRANSMIT
or
address TSO RECEIVE (with or without INDD or INDSN)?

In batch, I can do this by queuing the reply to the RECEIVE
prompt. How can I get it to work under Unix Sustem Services.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

.



Relevant Pages

  • Re: Authorized Rexx Assembler Function
    ... IKJTSOxx AUTHCMD list and calling it from TSO or Rexx. ... __ Call an SVC that flips the JSCBAUTH bit back on. ... you would essentially have to make all TCBs in the address space ...
    (bit.listserv.ibm-main)
  • Re: Running REXX program in a batch job
    ... when running REXX in batch and to disassociate your code from a TSO user-ID, as the first statement in your script use the PROFILE NOPREFIX statement. ... Then you can reference z/OS data sets by name, with or without a TSO prefix as the HLQ. ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • RE: Better way to count records
    ... If you wanted to keep with REXX then you can get around the region issue by reading the file into a single level stem. ... I was hoping for something a little more TSO ... strictly batch they would need to know JCL and where to look for the output. ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)
  • Re: Authorized Rexx Assembler Function
    ... the list here of ways to call authorized commands from TSO or Rexx. ... IKJTSOxx AUTHCMD list and calling it from TSO or Rexx. ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • RE: Allocating "STEPLIB" in TSO
    ... to run a compiled Rexx program under TSO and force it to use the "Alternate ... compiled Rexx as it tries to locate EAGRTPRC. ... "intentionally" behaves differently under TSO as opposed to batch. ... point to tasklib DCBs and goes directly to the system libraries (LPA, ...
    (bit.listserv.ibm-main)