A very old Syllabus
A free COBOL Compiler that runs under windows is avaliable from Fujitsu
You can get a zip file from the department server for the compiler here that contains all you need!
When you have it installed, this will tell you how to use it.
If you prefer, here it is as a word document.
NOTE: Files to be printed should include ORGANIZATION IS LINE SEQUENTIAL in the select statement. Example:
SELECT LINE-OUT-FILE
ORGANIZATION IS LINE SEQUENTIAL
ASSIGN TO S-OUTPUT.
Note: If you use the AFTER ADVANCING option in your WRITE statements, you do not need to say ORGANIZATION IS LINE SEQUENTIAL, it will be assumed. For more information about the AFTER ADVANCING option, take a look at this example of printing using the Fujitsu COBOL Compiler (a WORD document).
Need to convert regular PC files to fixed length records? See this example. It can be modified to go the other way as well.
A free 3270 Emulator
Here is a short introduction to JCL (word document)
As word documents: Lab 1 and Lab 2 .
Data for LAB 1
Data for lab3: Master File Transaction File
Note: These are preliminary copies of the given documents. They are likely change in formatting and minor content detail
Last updated 08/29/01.