Format for server-side includes

The current date, the size of a file, and the last change of a file are examples of the kind of information that can be sent to the client. There are commands that need to be included in the HTML document comments. The commands have the following format:

<!--#directive

tag=value ...

-->

<!--#directive

tag="value" ...

-->

The quotes around value are optional. However, quotes are required for imbedding spaces.

Directives for server-side includes

Use the config directive to control certain aspects of file processing. Valid tags include cmntmsg, errmsg, sizefmt, and timefmt.

cmntmsg — specifies the message appended to the beginning of text: Use this tag to specify the message that gets appended to the beginning of any text that follows a directive specification and comes before —>.

Example:

<!--#config cmntmsg="[This a comment]"--> <!--#echo var=" " extra text -->

Result: (Output from the echo) <!—This is comment extra text –>.

Default: [the following was extra in the directive].

errmsg — specify the message sent to the client: Use this tag to specify the message that is sent to the client if an error occurs when a file is being processed. The message is logged in the server’s error log.

Example:

<!--#config errmsg="[An error occurred]" -->

Default: [an error occurred while processing this directive].

sizefmt — specify file size format: Use this tag to specify the format used when displaying the file size. In the following examples, bytes is the value used for a formatted number of bytes. abbrev displays the number of kilobytes or megabytes.

Example 1:

<!--#config sizefmt = bytes --> <!--#fsize file=foo.html -->

Result: 1024

Example 2:

<!--#config sizefmt=abbrev --> <!--#fsize file=foo.html -->

Result: 1K

Default: abbrev

132Web Programming Guide V4R5

Page 142
Image 142
IBM AS/400E manual Format for server-side includes, Directives for server-side includes, Result Example

AS/400E specifications

The IBM AS/400E, now more commonly known as IBM i, is a robust and versatile midrange server that has been designed to provide a comprehensive computing solution for businesses of all sizes. First introduced in the late 1980s, the AS/400 series has undergone multiple enhancements and rebranding, with the AS/400E being one of the notable iterations. This powerful platform is closely associated with IBM's commitment to reliability, scalability, and integrated business solutions.

One of the main features of the AS/400E is its highly integrated architecture that combines hardware and software into a cohesive system. This integration allows for seamless operations, reducing the complexity typically associated with managing disparate systems. The system is powered by IBM's proprietary OS/400 operating system, which has evolved into IBM i, featuring advanced capabilities like object-oriented programming, integrated database management, and security features that are essential for enterprise environments.

A key characteristic of the AS/400E is its robust database support, primarily through the use of DB2 for i. This integrated database management system enables efficient data handling and retrieval, facilitating real-time business analytics and reporting. Furthermore, the platform supports a variety of programming languages, including RPG, COBOL, and Java, making it flexible for developers who require diverse tools for application development.

The AS/400E is also known for its exceptional reliability and uptime, making it a preferred choice for critical business applications in industries such as finance, healthcare, and manufacturing. This reliability is backed by advanced error detection and correction mechanisms, as well as redundancy features that help prevent data loss and minimize downtime.

In terms of scalability, the AS/400E can effortlessly expand to accommodate growing business demands. Organizations can increase processing power by adding more resources without significant disruption. This scalability, combined with the system’s built-in virtualization capabilities, allows businesses to optimize resource usage and streamline operations.

Security is another defining feature of the AS/400E. The platform incorporates various layers of security measures, including user authentication, encryption, and comprehensive auditing capabilities, ensuring that sensitive business data is protected against unauthorized access.

Overall, the IBM AS/400E remains a powerful tool in the enterprise computing landscape, providing businesses with an integrated, reliable, and secure solution for their technological needs. Its enduring popularity is a testament to its capability to evolve with changing business requirements while maintaining its core attributes of high performance and stability.