Application Files Under Windows

In this section:

 

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 discussed in Accessing a FOCUS Data Source.


Top of page

x
Master Files Under Windows

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 WebFOCUS Language manual.


Top of page

x
Locating a Master File Under Windows

Reference:

WebFOCUS searches for a Master File on the path of the WebFOCUS Reporting Server, using either EDAPATH or APP PATH logic. For details on search path logic, see Storing and Searching for Application Files.

Note: WebFOCUS searches the current temporary directory, where HOLD Master Files are created, before searching EDAPATH or APP PATH.



x
Reference: Naming a Master File Under Windows

The following rules apply:


Top of page

x
Access Files Under Windows

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.



x
Reference: Naming an Access File Under Windows

The following rules apply:


Top of page

x
Procedures Under Windows

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.



x
Reference: Naming a Procedure Under Windows

The following rules apply:


Top of page

x
FOCUS Data Sources Under Windows

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.



x
Reference: Naming a FOCUS Data Source Under Windows

The following rules apply:


Top of page

x
External Indexes for FOCUS Data Sources Under Windows

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.


Top of page

x
Other Supported Data Sources Under Windows

Reference:

WebFOCUS supports many data source types. See details, see the Adapter Administration for UNIX, Windows, OpenVMS, IBM i, and z/OS manual.

WebFOCUS searches for a data source on the platform with the WebFOCUS Reporting Server or subserver.



x
Reference: Naming a Supported Data Source Under Windows

WebFOCUS supports standard data source naming conventions.


Top of page

x
Sequential Data Sources Under Windows

WebFOCUS recognizes sequential data sources formatted in the following ways:

For details, see the Describing Data With WebFOCUS Language manual.


Top of page

x
WebFOCUS StyleSheet Files Under Windows

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 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.



x
Reference: Naming a StyleSheet File Under Windows

The following rules apply:


Top of page

x
Library of Functions Under Windows

External function libraries are located outside of WebFOCUS. For more information on function libraries, see the Using Functions manual.


Top of page

x
Profiles Under Windows

WebFOCUS supports the following levels of profiles to provide flexibility in designing and running applications.


Top of page

x
Webpages Under WebFOCUS Under Windows

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.



x
Reference: Naming a Webpage Under Windows

WebFOCUS supports standard file naming conventions. Webpages must have an extension of .HTM.


WebFOCUS