Re: Call XMIT from batch program



John P Kalinich wrote:
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@xxxxxxxxxxx] On
Behalf
Of Martin Packer
Sent: Wednesday, April 30, 2008 4:42 AM
To: IBM-MAIN@xxxxxxxxxxx
Subject: Re: Call XMIT from batch program

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.


The TSO PDS command calls XMIT via the TSO/E Service Facility Routine,
IKJEFTSR, which can be run in batch.

xmit : node.userid outda(dsn)

Regards,
John K

<ad>
And, we teach how to call IKJEFTSR from programs written
in Assembler, COBOL, PL/I, and C in our two-day course
"Introuction to TSO and REXX APIs". Details at:

http://www.trainersfriend.com/TSO_Clist_REXX_Dialog_Mgr/a780descrpt.htm

</ad>


Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

z/OS Application development made easier
* Our classes include
+ How things work
+ Programming examples with realistic applications
+ Starter / skeleton code
+ Complete working programs
+ Useful utilities and subroutines
+ Tips and techniques

==> call or email to receive a free sample student handout <==

----------------------------------------------------------------------
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: Call XMIT from batch program
    ... Are you running Rexx under TSO TMP? ... At least that works for XMIT. ...
    (bit.listserv.ibm-main)
  • Re: Call XMIT from batch program
    ... Call XMIT from batch program ... At least that works for XMIT. ... The TSO PDS command calls XMIT via the TSO/E Service Facility Routine, ... Search the archives at http://bama.ua.edu/archives/ibm-main.html ...
    (bit.listserv.ibm-main)