home *** CD-ROM | disk | FTP | other *** search
/ Sams Cobol 24 Hours / Sams_Cobol_24_Hours.iso / source / ch04 / CHAPT04B.COB < prev    next >
Text File  |  1998-09-14  |  394b  |  11 lines

  1. 000050* Code Snippet Only, Not A Complete Program.
  2. 000051 Configuration Section.
  3. 000060 Special-Names.
  4. 000070     Cursor Is Cursor-Position.
  5. 000080 Source-Computer.  IBM-PC.
  6. 000090 Object-Computer.  IBM-PC.
  7. 000100 Data Division.
  8. 000110 Working-Storage Section.
  9. 000120 01  Cursor-Position.
  10. 000130     03  Cursor-Row    Pic 9(2) Value 1.
  11. 000140     03  Cursor-Column Pic 9(2) Value 1.