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.
We have program and submit thru JCL job. I got S46D. i have checked my FOCUS code and i got some error. Please look it below the error. TABLE FILE CDSXREF PRINT USERID AS 'ULOGID' FAC BY CDSID IF CDSID NE ' ' IF FAC EQ 'A ' ON TABLE HOLD AS HOLD01 END 0 ERROR AT OR NEAR LINE 60 IN PROCEDURE ULOGAUDUFOCEXEC 0(FOC348) ERROR WRITING HOLD FILE DESCRIPTION TO HOLD MASTER 0 ERROR AT OR NEAR LINE 60 IN PROCEDURE ULOGAUDUFOCEXEC 0(FOC36219) AN ERROR OCCURED WHEN OPENING FILE: HOLD01 1 0 NUMBER OF RECORDS IN TABLE= 19406 LINES= 5005 0This message has been edited. Last edited by: Kerry,
46D Explanation: A program issued the ESPIE macro incorrectly: A hexadecimal reason code in register 15 explains the error: Code Explanation 04 ... 08 ... 0C ... 10 ... 14 ... 18 The program issuing an ESPIE macro is in a mode that is not valid for one of the following reasons: * The program is in supervisor state. * The program that issued the ESPIE macro had a program status word (PSW) storage key that did not match the task control block (TCB) key.
There is an error in your JCL somewhere
But without something to look at it's impossible to say