Page 1 of 1

File transmission from a PL/I code

PostPosted: Wed Dec 15, 2010 8:07 pm
by djalmeida
I need to transmit a file which was created in a previous step, or in the same step as the file was created to a Notes ID (email it). If I were in a REXX code, I could use the XMIT command. How can I do this from a PL/I code? Could somebody help me? Thanks

Re: File transmission from a PL/I code

PostPosted: Wed Dec 15, 2010 8:18 pm
by Akatsukami
The easiest thing would be to invoke actually XMIT from your program, after (if necessary) establishing a TSO environment.

Re: File transmission from a PL/I code

PostPosted: Wed Dec 15, 2010 9:27 pm
by prino
Just invoke TSO in batch in a follow-up step.