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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED]FOC1101 Error

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]FOC1101 Error
 Login/Join
 
Member
posted
Today seems to be the day for JOIN questions... Smiler

I have two flat files:
FILENAME=mailfile, SUFFIX=COM     ,                 
 DATASET=FILEPATH/MAILFILE.TXT, $                      
  SEGMENT=MYMAIL, SEGTYPE=S1, $                   
    FIELDNAME=LISTCD, ALIAS=LISTCD, USAGE=A5, $     
    FIELDNAME=LISTDESC, ALIAS=LISTDESC, USAGE=A50, $
    FIELDNAME=MAILQTY, ALIAS=MAILQTY, USAGE=A8, $

FILENAME=mstrfile, SUFFIX=FIX     ,                                  
 DATASET=MAIN.FRAME.DATASET.NAME, $                               
  SEGMENT=SEG01, SEGTYPE=S0, $                                       
    FIELDNAME=PHNBR, USAGE=A9, ACTUAL=A9,                            
      TITLE='PHONE NUMBER', DESCRIPTION='PHONE NUMBER', $            
    FIELDNAME=ADDRFLAG, USAGE=A1, ACTUAL=A1,                         
      TITLE='ADDRESS FLAG', DESCRIPTION='ADDRESS FLAG', $            
    FIELDNAME=EMAILFLG, USAGE=A1, ACTUAL=A1,                         
      TITLE='EMAIL ADDRESS FLAG', DESCRIPTION='EMAIL ADDRESS FLAG', $
    FIELDNAME=DECFLAG, USAGE=A1, ACTUAL=A1,                          
      TITLE='DECEASED FLAG', DESCRIPTION='DECEASED FLAG', $          
    FIELDNAME=RESPDATE, USAGE=A8, ACTUAL=A8,               
      TITLE='RESPONSE DATE', DESCRIPTION='RESPONSE DATE', $
    FIELDNAME=SRCCODE, USAGE=A5, ACTUAL=A5,                      
      TITLE='SOURCE LIST CODE', DESCRIPTION='SOURCE LIST CODE', $


Using the Join Editor, I get the following text:
JOIN
 INNER MAILFILE.MYMAIL.LISTCD IN MAILFILE TO MULTIPLE MSTRFILE.SEG01.SRCCODE
 IN MSTRFILE AS J0
 END


To this point, everything is fine. I then used the join in a report (via Report Assistant in Dev Studio). However when I run the report, I get the following error:

(FOC1101) THIS INTERFACE DOES NOT SUPPORT THE GLOBAL JOIN

Any idea why I would be getting this error?

This message has been edited. Last edited by: DJ,


WebFOCUS 7.6.8
zOS 1.9 (Mainframe)
Excel, PDF, HTML, Active HTML
 
Posts: 18 | Registered: April 13, 2009Report This Post
Guru
posted Hide Post
I would first check to see if the files are sorted by the keyfields.


WF 8.1.05 Windows
 
Posts: 333 | Location: Orlando, FL | Registered: October 17, 2006Report This Post
Gold member
posted Hide Post
I believe it has to do with joining a comma delimited file to a fixed file. therefore just change the second file to a focus file and then do the join.

TABLE FILE MSTRFILE
PRINT *
BY SRCCODE NOPRINT
ON TABLE HOLD AS NEWMSTR FORMAT FOCUS INDEX SRCCODE
END

JOIN
INNER MAILFILE.MYMAIL.LISTCD IN MAILFILE TO MULTIPLE SRCCODE
IN NEWMSTR AS J0
END


WF 8.2.01M
8.2.01M Reporting Server
Windows 2012 Srvr R2
PDF,Excel, HTML
Graphs - a lot of graphs
 
Posts: 60 | Location: Atlanta, GA | Registered: October 30, 2003Report This Post
Member
posted Hide Post
OK, huge rookie mistake on the sorting of the files. I knew one of them was sorted correctly, but the other was not. This fixed my problem! Thanks Anatess!

mrguru, I am positive your input will be useful down the road as I have much to learn...


WebFOCUS 7.6.8
zOS 1.9 (Mainframe)
Excel, PDF, HTML, Active HTML
 
Posts: 18 | Registered: April 13, 2009Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED]FOC1101 Error

Copyright © 1996-2020 Information Builders