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.
Do we can Create a Flow with a File Listener Source for COBOL files ? We are currently have flows that handles COBOL data as a source . Now I wanted to create file listener flow for those to automate the process as COBOL data file appears in directory. If any one can guide on it ....I tried with File Listener source steps given in Data Migrator guide but it did not worked for me.This message has been edited. Last edited by: FP Mod Chuck,
Sure, you can use Fixed Format files as a data source when using the File Listener.
The only place where COBOL comes into play is that you can use the COBOL FD that describes the file layout (you'll need a local file for that) to create a synonym. You can add the usual File Listener parameters and create a Direct Load flow using it as a source.
If you need further assistance please open a Hottrack case and provide the COBOL FD, synonym, and flow.
N/A
Posts: 397 | Location: New York City | Registered: May 03, 2007
Thanks ..Clif .....But if you can share steps for it it would be great .....because when I m trying to create Flat file synonym its asking for COBOL FD ...and I do not have it ...so I cant go further...
For a fixed format file you need to specify the record layout in the synonym. The easiest way to do that is if you have a COBOL FD. The Create Synonym process can use that information to automatically create the synonym.
If you don't have a COBOL FD you still need to know the record layout: how long each field is and the data type. Then you can create the synonym manually.
In either case, please open a hottrack case. Hotline then can take you through the steps.
N/A
Posts: 397 | Location: New York City | Registered: May 03, 2007