As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Can you set up a FOCEXEC and associated JCL to be able to create and send e-mails to users from within the FOCEXEC? We are running Rel 7.1 of Mainframe IBM FOCUS and although I don't think it can be done, am curious to see if anyone might have been able to do this.
Thanks in advance.This message has been edited. Last edited by: webmeister,
There are commercial and freeware rexx routines out there to do just that. I've used some, but don't recall the name. Search around for (REXX SEND EMAIL MVS).
You can include it as a followup step, using RC and data set up by the Focus step.
(Ordinarily Focus returns RC=0; but -QUIT FOCUS nn will halt Focus a return RC=nn)
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
We use the following technique to send emails from within a mainframe focexec -
#1 - Write final hold file out to PS flat file #2 - Allocate a new PS file using DYNAM #3 - -WRITE actual JCL building lines to this new file. The JCL would be of the exact format you would like to have if you had a flat file to email from the mainframe. $4 - DYNAM submit this jcl-file
I have explained this in more detail previously in this thread here .
The JCL will have which ever utility is your shop standard for emailing from the mainframe. Hope that helps. Sandeep Mamidenna
------------------------------------------------------------------------------------------------- Blue Cross & Blue Shield of MS WF.76-10 on (WS2003 + WebSphere) / EDA on z/OS + DB2 + MS-SQL MRE, BID, Dev. Studio, Self-Service apps & a dash of fun !!
Posts: 218 | Location: Jackson, MS | Registered: October 31, 2006