Sample AIX CODAP runstream

Last updated 1 Oct 96

The following is an example of a complete runstream.


@delete cd100 vt100 tt001 tf100 report/instd.ji
@prtfile report/inpstd.ji -append
@codap inpstd - ssss rd100 cd100 vt100 tt001 tf100
inpstd   200 12     Title field
@add task.within.duty.table
@add variable.titles.ji
@add task.and.duty.titles
@eof


This runstream could then be started with the @start directive.

@start inpstd.ji

This assumes that the runstream is in a file named "inpstd.ji". In this example, the final "@eof" is extraneous, as an end-of-file condition would be achieved without this card.