Fujitsu COBOL with Microsoft .NET Web Demos


  1. ASP.NET (language = "COBOL")
    1. "Hello World" in increasing font size
      Demonstrates the use of inline COBOL code in an ASP.NET page.
    2. Fruit List
      Displays a list of fruits and displays an image of the one selected by the user. The event handler that processes the selection event is written in COBOL.
    3. Fibonacci
      Computes the Fibonacci sequence using classes implemented in several programming languages. This example can also be run from the command line using the Driver.exe program located in the Bin directory. For those who are interested in Fibonacci, see http://pass.maths.org.uk/issue3/fibonacci/index.html.
    4. Code Generation Test
      This sample demonstrates a wide variety of different ASP.NET constructs using COBOL as the scripting language.
    5. Simple Control
      Demonstrates a simple Web Forms control written in COBOL.
    6. Hi You Selected
      Presents information to user that is the combination of values provided in two different Web Forms controls.
  2. COBOL Web Services
    1. Add Two Integers
      Implements a simple COBOL Web Service that adds two numbers together.
    2. Area Code
      A COBOL Web Service that uses an indexed file to look up a United States area code and returns the two-letter postal state code that matches the given area code.