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:[email protected]] On Behalf Of George Rodriguez Sent: Tuesday, July 31, 2012 11:32 AM To: [email protected] Subject: Rexx Exec Help Desperately Sought! Boy do I need help! From a Rexx exec that I somewhat wrote (I had help), I'm trying to execute XMITIP passing the parameters that XMITIP needs. My knowledge of the Rexx exec language is shaky at best, so I'll try to explain what I know that works. In my Rexx exec I extract the userid and from that I build an email address: [email protected] I then start building the file that has all the XMITIP parameter cards, including the email address above into the file I've named below: File = 'TM#T.M.XMITIP.PARMCARD.userid' Records in the file created by the Rexx exec: [email protected] + MSGDD INPUTDD + MSG72 + FROM [email protected] + SUBJECT 'Report MTS2545P in PDF Format' + FILEDD REPORT + FILENAME MTS2545P.PDF + FORMAT PDF/LANDSCAPE + MARGIN .5/.5/.1/.1 Now this is where I need your help... If what follows is what I'm doing in the Rexx exec what are the needed parameters? "EX 'SYS2.LOCAL.CLIST(XMITIP)' how and what do I say here... I'm very bad with syntax and when to use a single or double quote... Thanks in advance for any help! * * *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 B-251* *West Palm Beach, FL. 33406-5869* *Florida's Only A-Rated Urban District For Seven Consecutive Years* Home of Florida's first LEED Gold Certified School Under Florida law, e-mail addresses are public records. If you do not want your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
