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.
Hello All, Please see if you could shed some light on this one.
I have a fex on the mainframe that is launched from the MRE and its been working fine from a while. On a user's request, I tried to deploy it in caster and it is giving me an error message saying it does not recognize the MORE file command. (Task error: UNRECOGNIZED COMMAND FILE HTOTLINE).
The report runs fine when run thru the MRE launch screen and the Caster job runs fine if the MORE command is commented out. And yes, the additional hold file does exist and is created prior to the MORE command. Here is the code in question -
TABLE FILE HOLDE5 PRINT TOTWOCNT/P5.1% TOTUTCNT/P5.1% BY AGEGRP ON TABLE PCHOLD FORMAT EXL2K MORE FILE HTOTLINE END
Really appreciate your time and input on this. S.
------------------------------------------------------------------------------------------------- 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
Whenever I have problems like this through Report Caster only, I find the best starting point is to change the PCHOLD to HOLD and run it interactively and see if you have any hidden error messages that you aren't normally aware of.
Report Caster treats ALL error messages (except a few known warnings) as critical errors.
It's POSSIBLE that the error is actually always occuring, but you're still getting EXL output, and just not realizing it.
Posts: 21 | Location: Texas | Registered: October 24, 2006
Thx so much for your response Bernie. But I did try that test too by using the XRETRIEVAL=OFF command, where in the code is just checked for syntax errors without the data being actually retrieved.
No errors for the direct run. RC however gives that error code shown above. I did even stop execution before this final step, did a table file on HTOTLINE to make sure that it is good and all that. Be it EXL2K or HTML or whatever format, the error occurs only thru RC.
S.
------------------------------------------------------------------------------------------------- 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
We have a home grown report caster where I work. We have had the same problem you described. We did exactly as Bernie said and everything runs smoothly.
Thank you so much for your responses Bernie, Tom, Glenda & Rich. The HOLD first and then another step to Excel was an idea I was thinking about myself too. But wanted to see if I was the only one going nuts trying to figure out if this was a limitation in RC. Now, I know. Now, I have peace for a nice weekend.
Have a great weekend y'all. S.
------------------------------------------------------------------------------------------------- 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