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.
Hi, I'm new to focus converting from WF 7.1.7 to WF 7.7.04. I am assigned testing about 1,000 programs(fun, fun). Any this code works in 7.1.7 and bombs in 7.7.04??? No idea why. I tried lots of changes. The full error is. (FOC32498) FOCEXEC PARSER ERROR. INVALID SYMBOL: ; 0 ERROR AT OR NEAR LINE 889 IN PROCEDURE RORDLISTFOCEXEC * (FOC003) THE FIELDNAME IS NOT RECOGNIZED: DESCR/A20
Help is GREATLY appreciated. They want this done yesterday. Think I should learn it overnite. -*------------------------------------------------------------------------------ -* Generate the HTML output -*------------------------------------------------------------------------------ -WRITE HTMLOUT <script LANGUAGE="JavaScript" , - SRC="/twgiapps/localsrv/html/usetsite.js"> -WRITE HTMLOUT
-* assume trigger letter data exists if : or ; exists in remarks fld TRL_LN1 /A128 = IF (NEW_REMARKS CONTAINS ';' OR ':') THEN SUBSTR(50,NEW_REMARKS,1,50,50,TRL_LN1) ELSE ' ';
-* assume recommendation data exists if : or ; exists in rec# fld REC_LN1 /A25 = IF (NEW_RECOMMENDATION_NUMBER CONTAINS ';' OR ':') THEN SUBSTR(25,NEW_RECOMMENDATION_NUMBER,1,25,25,REC_LN1) ELSE ' ';
SKIP_CTRL /A1 = IF (NEW_RECOMMENDATION_NUMBER NE ' ') THEN 'Y' ELSE 'N' ;
BLDG_ID /A8 = EDIT(CLLI,'99999999');
-* Determine Last Expenditure Status if requested &EXPYES.EVAL EXPYR /YY = ACCTG_PER; &EXPYES.EVAL EXPMO /M = ACCTG_PER; -SET &T = EDIT(&YYMD,'9999'); &EXPYES.EVAL NOWYR /I4 WITH ACCTG_PER = EDIT('&T') ; -SET &T = EDIT(&MDY,'99') ; &EXPYES.EVAL NOWMO /I2 WITH ACCTG_PER = EDIT('&T') ; &EXPYES.EVAL MLT /I2 = NOWYR - EXPYR ; &EXPYES.EVAL MO /I4 = IF (EXPYR EQ 0) THEN 0 &EXPYES.EVAL ELSE IF (NOWYR NE EXPYR) &EXPYES.EVAL THEN ((MLT * 12) - EXPMO) + NOWMO &EXPYES.EVAL ELSE NOWMO - EXPMO ; &EXPYES.EVAL EXP_STATUS /A16 = IF (EXPYR EQ 0) THEN 'UNKNOWN' &EXPYES.EVAL ELSE IF (MO LE 3) THEN '0-3 months' &EXPYES.EVAL ELSE IF (MO FROM 4 TO 5) THEN '4-5 months' &EXPYES.EVAL ELSE '6 or more months' ;
-SET &WITHFIELD = 'WITH E01' ; -INCLUDE UHTMDEF1 END
TABLE FILE HOLD PRINT DESCR/A20 AS 'DESCRIPTION' &EXPSH.EVAL EXP_STATUS AS 'LAST,EXPENDITURE,STATUS' FUNDING_STATUS AS 'FS' -* people selected from the criteria screen &STYPD1_ &STYPD2_ ORIGINAL_BASELINE_MDYY/MDY AS 'BASELINE,DATE' PLANNING_TURNOVER_MDYY/MDY AS 'PLANNING,TURNOVER,DUE' ALL_TRAN_MDYY/MDY AS 'ALL,TRAN,DATE' VRF_VNDR_SENT_MDYY/MDY AS 'VRF VNDR,SENT,DATE' VRF_VNDR_SENT_DATE_CODE AS '' IN +0 ENGRG_ISU_MDYY/MDY AS 'ENGR,ISSUED,DATE' ENGRG_ISU_DATE_CODE AS '' IN +0 DETAIL_SPEC_DUE_MDYY/MDY AS 'DETAILED,SPEC DUE,DATE' MATL_SHIP_MDYY/MDY AS 'MATERIAL,SHIP,DATE' MATL_SHIP_DATE_CODE AS '' IN +0 ORDER_START_MDYY/MDY AS 'START,DATE' ORDER_START_DATE_CODE AS '' IN +0 &ORD1ST.EVAL COMPLT_MDYY/MDY AS 'COMPLETE,DATE' &ORD1ST.EVAL COMPLT_DATE_CODE AS '' IN +0 VNDR_COMPLT_MDYY/MDY AS 'VNDR,COMPLETE,DATE' VNDR_COMPLT_DATE_CODE AS '' IN +0 &ORD2ND.EVAL COMPLT_MDYY/MDY AS 'COMPLETE,DATE' &ORD2ND.EVAL COMPLT_DATE_CODE AS '' IN +0 PLANT_RETIREMENT_MDYY/MDY AS 'PLANT,RETIRED,DATE' PLANT_RETIREMENT_DATE_CODE AS '' IN +0 REQ_SRVC_MDYY/MDY AS 'REQ,SRVC,DATE'This message has been edited. Last edited by: steveyosteve,
(FOC32498) FOCEXEC PARSER ERROR. INVALID SYMBOL: ;
ERROR AT OR NEAR LINE 889 IN PROCEDURE RORDLISTFOCEXEC *
(FOC003) THE FIELDNAME IS NOT RECOGNIZED: DESCR/A20
My guess is the FOC32498 message is generated upstream, in the TABLE code that creates the HOLD - perhaps in a COMPUTE. It might be a TABLE FILE HOLD ... ON TABLE HOLD - such that a HOLD.mas exists, but does not describe DESCR.
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
I don't understand why that error is so common, but shops contemplating the upgrade would do well to include a textsearch of the fex library for ";;" as part of the preparation.
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005