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.
So I have just gotten WebFocus Developer Studio 5.2.3 installed, I am a noob to Webfocus but not mainframe focus. I am connecting to a remote EDAserve. So I am using a -Remote Begin and -Remote to connect to a focus table. The prolem is then I also have to use a ex @TableName to tell it which table to allocate. Webfocus does not like this line, it gives an "error parsing master file p0aif(foc303) control line not recognized when using report painter and will not save or run. I then have to comment the line out opeing as text and then can make changes using report painter. Does anyone have any ideas or had a smiliar problem? I am a nooby so go easy on me please. Here is a simple sample I am trying to run. If I didn't provide enough information just let me know.
-REMOTE BEGIN EX @RPM TABLE FILE P0AIF PRINT ACCTRMGR1ID BY ACCOUNTKEY
WHERE RECORDLIMIT EQ 10 ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE SET ONLINE-FMT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, PAGESIZE='SCREEN', LEFTMARGIN=0.000000, RIGHTMARGIN=0.000000, TOPMARGIN=0.000000, BOTTOMMARGIN=0.000000, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ TYPE=REPORT, GRID=OFF, FONT='TIMES NEW ROMAN', SIZE=10, COLOR='BLACK', BACKCOLOR='NONE', STYLE=NORMAL, $ ENDSTYLE END -REMOTE END
Here's what i do, i don't know if it will work for your site, but i have to invoke the command to tell mre to stop evaluating the code. -MRNOEDIT BEGIN -REMOTE BEGIN TABLE FILE CAR ...do stuff END -REMOTE END -MRNOEDIT END
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003