Skip to main content

Problem:

Demo- People don't know how to use prototyping in COBOL which can significantly reduce the number of run-time errors thet occur.

Resolution:

===========================================================

                              Micro Focus

                          N E T E X P R E S S   

   ===========================================================

                       PROJECT TESTPROTO

                      ==============

   DATE CREATED:                                            10-08-07

   =============

   BUILD W/RELEASE:                                      Built with NX V5.0

   =============

       SOURCE FILES

       REQUIREMENTS

       OPERATION

       REFERENCES

   INTRODUCTION

   ============

This program shows how to use your own prototyping in COBOL.

This helps to captue parameter errors duri ng compilation instead of at run-time.

This is equivalent to the C language include statements.

   SOURCE FILES:

   =============

          Program Files

Description

=============

           testproto.app      Project file for sample

           testproto.cbl        Source program

  

Attachments:

testproto.zip

Old KB# 1492