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.
Could you be more specific in explaining what you are trying to see?
Are you attempting to see the layout of a temporary hold file? If you are and are working at the FOCUS command prompt you type in your code: >> TABLE FILE CNTLACCT > PRINT DTE_ACCT_PER DTE_POSTING > ON TABLE HOLD AS HTEST1 FORMAT ALPHA > END
Then TED the HOLDMAST: > >TED HOLDMAST(HTEST1)
Which will give you this:
$==================================================================$ $ HOLD file created on 2006/05/04 at 15.43.50 by FOCUS 7.1.1 $ $ Database records retrieved= 1 $ $ Records in the HOLD file = 1 $ $==================================================================$ FILE=HTEST1 ,SUFFIX=FIX SEGNAME=HTEST1 ,SEGTYPE=S0 FIELDNAME =DTE_ACCT_PER ,E01 ,MY ,A04 , MISSING=ON, $ FIELDNAME =DTE_POSTING ,E02 ,MDY ,A06 , MISSING=ON, $ * * * END OF FILE * * *
Is this what you are trying to do? If not please describe what you are looking for.
Posts: 118 | Location: DC | Registered: May 13, 2005