Focal Point Banner


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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
FOC198
 Login/Join
 
Member
posted
More information is needed on a FOC198 error. It says FATAL ERROR and stops processing. It may be related to large amounts of data being processed for a sort. Sometimes using SET EXTSORT=OFF "fixes" the problem. Sometimes taking out SET EXTSORT=OFF "fixes" it. Sometimes the focexec gets the error either way.

Any ideas?

Thanks,
Phyllis
 
Posts: 15 | Registered: May 17, 2004Report This Post
Virtuoso
posted Hide Post
What platform? What external sort package?

If it's MVS, it may be focsort or sortwork allocations; EDAPRINT should shed some light.
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Member
posted Hide Post
Thanks, Jack. It is MVS. I'll see if our Sys Programmer knows about EDAPRINT.

Phyllis
 
Posts: 15 | Registered: May 17, 2004Report This Post
<Pietro De Santis>
posted
Here are SORT allocations for JCL on MVS:

//FOCSORT DD UNIT=PUBLIC,SPACE=(CYL,(100,10),RLSE),DCB=BLKSIZE=0
//S001WK01 DD UNIT=PUBLIC,SPACE=(CYL,(100,10),RLSE),DCB=BLKSIZE=0
//S001WK02 DD UNIT=PUBLIC,SPACE=(CYL,(100,10),RLSE),DCB=BLKSIZE=0
//S001WK03 DD UNIT=PUBLIC,SPACE=(CYL,(100,10),RLSE),DCB=BLKSIZE=0
//S001WK04 DD UNIT=PUBLIC,SPACE=(CYL,(100,10),RLSE),DCB=BLKSIZE=0
//S001WK05 DD UNIT=PUBLIC,SPACE=(CYL,(100,10),RLSE),DCB=BLKSIZE=0
//S001WK06 DD UNIT=PUBLIC,SPACE=(CYL,(100,10),RLSE),DCB=BLKSIZE=0

Here they are for running online:

TSO ALLOC FI(FOCSORT) SP(1000,100) TRACKS REU
TSO ALLOC FI(S001WK01) SP(1000,100) TRACKS REU
TSO ALLOC FI(S001WK02) SP(1000,100) TRACKS REU
TSO ALLOC FI(S001WK03) SP(1000,100) TRACKS REU
TSO ALLOC FI(S001WK04) SP(1000,100) TRACKS REU
-RUN
 
Report This Post
Virtuoso
posted Hide Post
Have your systems programmer look at IBITABLA (which controls the IBI Reporting Server's dynamic allocations for HOLD, FOCSORT, etc); and at the configuration file for the sort package that specifies the number and size of sort work file alocated dynamically.
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders