Re: Rexx Exec Help Desperately Sought!

2012-08-02 Thread George Rodriguez
@LISTSERV.UA.EDU Subject: Re: Rexx Exec Help Desperately Sought! What user guide? I don't have one... Can you email me a copy? * * *George Rodriguez* *Specialist II - IT Solutions* *Application Support / Quality Assurance* *PX - 47652* *(561) 357-7652 (office)* *(561) 707-3496 (mobile)* *School

Re: Rexx Exec Help Desperately Sought!

2012-08-01 Thread Roger Bolan
The XMITIP doc says that it will handle dsnames the same as TSO, that is, partially qualified names get your prefix added, and fully qualified dsnames must be inside single quotes. I think you are just running into the way TSO parses the quotes. You may need to make sure the quotes get passed

Re: Rexx Exec Help Desperately Sought!

2012-08-01 Thread Paul Gilmartin
On Aug 1, 2012, at 06:42, Roger Bolan wrote: The XMITIP doc says that it will handle dsnames the same as TSO, that is, partially qualified names get your prefix added, and fully qualified dsnames must be inside single quotes. I think you are just running into the way TSO parses the quotes.

Re: Rexx Exec Help Desperately Sought!

2012-08-01 Thread Shmuel Metz (Seymour J.)
In 5271902217232606.wa.elardus.engelbrechtsita.co...@listserv.ua.edu, on 07/31/2012 at 10:55 AM, Elardus Engelbrecht elardus.engelbre...@sita.co.za said: Using your posted example, try this (using only one parameter): EX 'SYS2.LOCAL.CLIST(XMITIP)' 'TM#T.M.XMITIP.PARMCARD.userid' Assuming

Re: Rexx Exec Help Desperately Sought!

2012-08-01 Thread Shmuel Metz (Seymour J.)
In CAApqkjt47TQe2TfmFTC5dwgfaHJAwF4s=DUec9fRXgnm3M=2...@mail.gmail.com, on 07/31/2012 at 11:32 AM, George Rodriguez george.rodrig...@palmbeachschools.org said: I'm trying to execute XMITIP Is it in your SYSPROC or SYSEXEC? EX 'SYS2.LOCAL.CLIST(XMITIP)' how and what do I say here... I'm very

Re: Rexx Exec Help Desperately Sought!

2012-08-01 Thread Lizette Koehler
George, The User's Guide for XMITIP is fairly comprehensive on how to run this in batch. The JCL and samples are good. Lizette Hi Gil, What if the exec is being run from a batch program, what do I need to change? Rexx Exec ID2EMAIL calls via an EX the XMITIP Rexx Exec. //STEP0030 EXEC

Re: Rexx Exec Help Desperately Sought!

2012-08-01 Thread Jerry Whitteridge
: Wednesday, August 01, 2012 10:49 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Rexx Exec Help Desperately Sought! Hi Gil, What if the exec is being run from a batch program, what do I need to change? Rexx Exec ID2EMAIL calls via an EX the XMITIP Rexx Exec. //STEP0030 EXEC PGM=IKJEFT1B,DYNAMNBR=50

Re: Rexx Exec Help Desperately Sought!

2012-08-01 Thread George Rodriguez
What user guide? I don't have one... Can you email me a copy? * * *George Rodriguez* *Specialist II - IT Solutions* *Application Support / Quality Assurance* *PX - 47652* *(561) 357-7652 (office)* *(561) 707-3496 (mobile)* *School District of Palm Beach County* *3348 Forest Hill Blvd.* *Room

Re: Rexx Exec Help Desperately Sought!

2012-08-01 Thread Paul Gilmartin
On Aug 1, 2012, at 12:07, Lizette Koehler wrote: The User's Guide for XMITIP is fairly comprehensive on how to run this in batch. The JCL and samples are good. What if the exec is being run from a batch program, what do I need to change? Rexx Exec ID2EMAIL calls via an EX the XMITIP Rexx

Re: Rexx Exec Help Desperately Sought!

2012-07-31 Thread Barkow, Eileen
You can just build a regular job stream in the file and issue a TSO SUBMIT on it. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of George Rodriguez Sent: Tuesday, July 31, 2012 11:32 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Rexx

Re: Rexx Exec Help Desperately Sought!

2012-07-31 Thread Elardus Engelbrecht
George Rodriguez wrote: Boy do I need help! There are (hot!) girls lurking too on IBM-MAIN... ;-D In my Rexx exec I extract the userid ... from where? Just curious. I then start building the file that has all the XMITIP parameter cards, Now this is where I need your help... If what follows