You can use WebFOCUS to reference and search for your application files.
When you do not change the default file type, you can prepare a report without issuing a FILEDEF command or other communication. When you change the default file type of a FOCUS data source, or the data source does not reside in a standard search path, you must issue the USE command. The USE command is described in Accessing a FOCUS Data Source.
A Master File contains metadata about a data source, and is identified with a file name and extension, for example, filename.mas. It consists of attributes that describe a data source. A Master File and the data source that it describes usually have the same name. A Master File must consist of 80-byte, fixed length records.
The description of a data source and all files it cross-references must be available whenever you refer to the data source.
For more information about how to generate Master Files, see the Describing Data With TIBCO WebFOCUS® Language manual.
Reference: |
WebFOCUS searches for a Master File on the path of the WebFOCUS Reporting Server, using either EDAPATH or APP PATH logic.
Note: WebFOCUS searches the current temporary directory, where HOLD Master Files are created, before searching EDAPATH or APP PATH.
The following rules apply:
Reference: |
For some data sources, an Access File supplements a Master File. An Access File includes additional information that completes the description of the data source. For example, it includes the full data source name and location. You need one Master File, and for some data sources, one Access File, to describe a data source.
WebFOCUS searches for an Access File on the path of the WebFOCUS Reporting Server using either EDAPATH or APP PATH logic.
The following rules apply:
Reference: |
A procedure is an executable text file that contains your report request. It can have up to 3024 characters per line. A procedure is identified with a file name and extension, for example, filename.fex.
WebFOCUS searches for a procedure on the path of the WebFOCUS Reporting Server, using either EDAPATH or APP PATH logic.
The following rules apply:
Reference: |
FOCUS data sources contain data written in FOCUS format. All FOCUS data sources have a record length of 4096 and a fixed length record format. The maximum size of a FOCUS data source is 1G or 256K pages.
A FOCUS data source is identified with a file name and extension, for example, filename.foc. The name of a FOCUS data source usually matches the name of the corresponding Master File. For example, if the Master File is ledger.mas, then the FOCUS data source is ledger.foc. You can override this default with the USE command, described in Accessing a FOCUS Data Source.
WebFOCUS searches for a FOCUS data source on the platform with the WebFOCUS Reporting Server or subserver.
The following rules apply:
An external index is a FOCUS data source that contains index, field, and segment information for one or more specified FOCUS data sources. The external index is independent of its associated FOCUS data source and is used to improve retrieval performance. In Windows, the external index is automatically allocated as a permanent file when it is created using REBUILD.
Reference: |
WebFOCUS supports many data source types. For details, see the TIBCO WebFOCUS® Adapter Administration manual.
WebFOCUS searches for a data source on the platform with the WebFOCUS Reporting Server or subserver.
WebFOCUS supports standard data source naming conventions.
WebFOCUS recognizes sequential data sources formatted in the following ways:
For details, see the TIBCO FOCUS® Describing Data manual.
Reference: |
WebFOCUS StyleSheets enable you to style and produce reports that highlight key information. With StyleSheets, you can specify various stylistic characteristics of a report, style report components individually, and define a hyperlink from any reporting object. You can also create StyleSheets externally or within a report request. For details, see the Creating Reports With TIBCO WebFOCUS® Language manual.
Note that WebFOCUS searches for a WebFOCUS StyleSheet on the path of the WebFOCUS Reporting Server, using either EDAPATH or APP PATH logic.
The following rules apply:
External function libraries are located outside of WebFOCUS. For more information on function libraries, see the TIBCO WebFOCUS® Using Functions manual.
WebFOCUS supports the following levels of profiles to provide flexibility in designing and running applications.
Reference: |
Webpages and related files provide the presentation logic for an application. They include files displayed for the user in a browser, such as HTML files, graphical images, Java class and archive files, JavaScript files, and Cascading Style Sheets.
The web server searches for a webpage or related files in the web server home directory or web server alias. An HTML file called by -HTMLFORM must reside in a path defined by the WebFOCUS Reporting Server.
WebFOCUS supports standard file naming conventions. Webpages must have an extension of .htm.