• sample1.cob

  • sample2.cob
  • infile.txt - Input file

  • termgpa.cob (COBOL and input and output file descriptions)

  • termgpa2.cob
  • gradetable.txt - Input file to load into grade lookup table

  • bubble.cob - Bubble sort, looping via PERFORM UNTIL
  • bubble2.cob - Bubble sort, looping via GO TO

  • twolevel.cob - Two-level table, with PERFORM VARYING, inline performs
  • twolevel2.cob - Two-level table, with PERFORM VARYING, go to's
  • threelevel.cob - Three-level table (with PERFORM VARYING, go to's)

  • Format and display current date and time

  • mainpgm.cob - Calling program
  • subpgm.cob - Called program (subprogram)
  • Commands to compile with a static call

  • trysort.cob - Sort with USING and GIVING
  • trysort2.cob - Sort with INPUT and OUTPUT procedures
  • trysort-in.txt - Input file for the above sort examples

  • spring-classes.txt - Input file of Spring 2013 classes
  • spring-subjects.txt - Table init and definition for subject lookup