The following HTML form illustrates the various types of fields:

Note: The CGIXMP.EXE program referred to in this sample is just an example; it is not shipped with the server product.

<HTML>

<HEAD>

<TITLE>CGIXMP Test Case</TITLE> </HEAD>

<BODY>

<H1>CGI Sample Test Case</H1>

Fill in the following fields and press APPLY. The values you enter will

be read by the CGIXMP.EXE program and displayed in a simple HTML form which is generated dynamically by the program.

<P> <HR>

<form method=POST action="/cgi-bin/cgixmp"> <P>

<H3>Checkbox Field</H3> <P>

<PRE>

<input type="checkbox" name="var1" value="123"> Check to set variable VAR1 to 123<BR>

<input type="checkbox" name="var2" value="XyZ" checked> Check to set variable VAR2 to XyZ<BR>

</PRE>

<P>

<H3>Radio Button Field</H3> <P>

<PRE>

<input type="radio" name="var3" value="1"> Select to set variable VAR3 to 1<BR> <input type="radio" name="var3" value="2"> Select to set variable VAR3 to 2<BR>

<input type="radio" name="var3" value="3" checked> Select to set variable VAR3 to 3<BR>

<input type="radio" name="var3" value="4"> Select to set variable VAR3 to 4<BR> </PRE>

<P>

<H3>Single selection List Field</H3> <P>

<PRE>

Select a value for variable VAR4 <select size=1 name="var4"> <option>0<option>1<option>2<option>3 <option>4<option>5</select>

</PRE>

<P>

<H3>Text Entry Field</H3> <P>

<PRE>

Enter value for variable VAR5 <input type="text" name="var5" size=20 maxlength=256 value="TEST value">

</PRE>

<P>

<H3>Multiple selection List Field</H3> <P>

<PRE>

Select a value for variable VAR6 <select multiple size=2 name="var6"> <option>Ford<option>Chevrolet<option>Chrysler<option> Ferrari<option>Porsche

</select>

</PRE>

<P>

<H3>Password Field</H3> <P>

4Web Programming Guide V4R5

Page 14
Image 14
IBM AS/400E manual Following Html form illustrates the various types of fields

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.