NOTES is used to create a report of any desired user note cards.
It is most commonly used to add descriptive text to the front of a set of CODAP reports (PRTREP output).

Program Invocation
The specific syntax for program invocation varies between operating systems. This document diplays the code for the AIX version.
opt: Program Options (none currently supported) ssss: The study number
NOTES Control Card
NOTES: cc 01-05 The literal 'NOTES'. study: cc 07-10 The 4-digit study ID for this run. title: cc 12-71 The title for the output report.
Report Note Cards
<notes> . . @EOF
notes: cc 01-80 Any user desired text.
Available options for note cards are discussed in the Common Cards document.
These cards are terminated by an end-of-file or an '@eof' image.
@codap notes - ssss NOTES ssss This is a sample NOTES run These are legal note cards that will be printed in the output report created by NOTES. The number of these cards allowed is unlimited. NOTES will continue to read these cards until it finds an '@EOF', an '@eof', or a true end-of-file condition. @eof
This example will create a report containing the above note cards.