Previous Topic: How to Use CULLUS10Next Topic: Julian Date Conversion (CULLUS11)


Helpful Hints

Example 1

This example is a daily balance report that has the system date and time printed as subtitles.

The following code:

REPORT NO. 01 CULLUS10 mm/dd/yy PAGE 1 DATE: mm/dd/yy TIME 17.32.56 NAME BALANCE TERRY JANENS E 38,000.00 JOE NGUYA 31,000.00 MARK TIME 33,000.00 ROGER WILCO 80,000.00 ALBERT BREEZE 38,000.00 CAROLYN CROW 37,500.00 BURT LANCHESTER 54,500.00 RENE MAKER 85,000.00 MARYLOU JOHNSON 12.00

Example 2

This example is a daily balance report that has the system date and time printed as subtitles. It is similar to Example 1, except the date is retrieved with the century.

The following code:

REPORT NO. 02 CULLUS10 mm/dd/yy PAGE 1 DATE: mm/dd/yyyy TIME 19.26.21 NAME BALANCE TERRY JANENS E 38,000.00 JOE NGUYA 31,000.00 MARK TIME 33,000.00 ROGER WILCO 80,000.00 ALBERT BREEZE 38,000.00 CAROLYN CROW 37,500.00 BURT LANCHESTER 54,500.00 RENE MAKER 85,000.00 MARYLOU JOHNSON 12.00